11030ae68d
* Refactor DateSeparator using MVVM and move to shared-components
* Add a few more stories, tests and screenshots
* Use the shared component and viewmodel in element-web
* Renaming custom content property an updating snapshots
* Fix lint errors and update snapshot after merge
* Change lifecycle handling for DateSeparatoreViewModel in components where manual handling is preferrable over wrapper component.
* Move context menu from viewmodel to shared components - step 1
* Create a jump to date picker component in shared components
* Add tests for coverage and fix layout issues and roving indexes
* Make element-web use the new component
* Simplify context menu and adjusting tests
* The HTMLExport now render shared components and need a I18nContext.Provider
* Updating unit tests for context menu
* Changed to {translate: _t} to let scripts pick up translations
* Fix lint issue and updating screenshots after merge
* Update snaps for element web components
* Renaming MVVM view components with suffix View.
* Fixing problem with input date calendar icon and system dark theme
* Changed the rendering of the menu and added a separate button component
* Handle input control with useRef in onKeyDown
* Updating DateSeparator snapshots on unit tests
* Updating layout after compound Menu got a className property
* Move files to new subfolder after merge
* Updated snapshot after merge
* Updating lock file
* Updates to styling from PR review
* Updates to focus/blur functionality
* Fixed tabbing and export documentation to stories
* Updated snapshots
---------
Co-authored-by: Zack <zazi21@student.bth.se>
32 lines
763 B
YAML
32 lines
763 B
YAML
nodeLinker: hoisted
|
|
linkWorkspacePackages: true
|
|
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
cleanupUnusedCatalogs: true
|
|
catalog:
|
|
# typescript
|
|
typescript: 5.9.3
|
|
# react
|
|
react: ^19.0.0
|
|
react-dom: ^19.0.0
|
|
"@types/react": ^19.2.10
|
|
"@types/react-dom": ^19.2.3
|
|
# playwright
|
|
"@element-hq/element-web-playwright-common": 2.2.7
|
|
"@playwright/test": 1.58.2
|
|
# Module API
|
|
"@element-hq/element-web-module-api": 1.9.1
|
|
# Compound
|
|
"@vector-im/compound-design-tokens": 6.10.0
|
|
"@vector-im/compound-web": 8.4.0
|
|
# i18n
|
|
matrix-web-i18n: 3.6.0
|
|
# fonts
|
|
"@fontsource/inter": 5.2.8
|
|
packageExtensions:
|
|
fdir:
|
|
dependencies:
|
|
# Fix missing type dependency
|
|
"@types/picomatch": 4.0.2
|