diff --git a/.changeset/breezy-bananas-listen.md b/.changeset/breezy-bananas-listen.md deleted file mode 100644 index ec80f0db53..0000000000 --- a/.changeset/breezy-bananas-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/shared': patch ---- - -Fix flaky unit tests due to focus-trap diff --git a/.changeset/clever-ties-search.md b/.changeset/clever-ties-search.md deleted file mode 100644 index e8fe3c1a3d..0000000000 --- a/.changeset/clever-ties-search.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@sl-design-system/editorial-suite': patch -'@sl-design-system/my-digital-book': patch -'@sl-design-system/sanoma-learning': patch -'@sl-design-system/itslearning': patch -'@sl-design-system/bingel-int': patch -'@sl-design-system/bingel-dc': patch -'@sl-design-system/clickedu': patch -'@sl-design-system/magister': patch -'@sl-design-system/kampus': patch -'@sl-design-system/neon': patch -'@sl-design-system/teas': patch -'@sl-design-system/max': patch ---- - -New paginator tokens, new `ellipsis-down` icon. diff --git a/.changeset/cold-teachers-lie.md b/.changeset/cold-teachers-lie.md deleted file mode 100644 index 5f8371aac0..0000000000 --- a/.changeset/cold-teachers-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/breadcrumbs': minor ---- - -Added `inverted` property for use on dark backgrounds diff --git a/.changeset/curly-windows-yell.md b/.changeset/curly-windows-yell.md deleted file mode 100644 index 3f0fa1ce3a..0000000000 --- a/.changeset/curly-windows-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/form': patch ---- - -Fix of `aria-describedby` in form field when there is a hint and validation message. diff --git a/.changeset/cyan-rabbits-punch.md b/.changeset/cyan-rabbits-punch.md deleted file mode 100644 index c41feb508e..0000000000 --- a/.changeset/cyan-rabbits-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/combobox': patch ---- - -Toggle the listbox when clicking the chevron button diff --git a/.changeset/dry-wasps-thank.md b/.changeset/dry-wasps-thank.md deleted file mode 100644 index 6700c451be..0000000000 --- a/.changeset/dry-wasps-thank.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@sl-design-system/data-source': patch -'@sl-design-system/shared': patch -'@sl-design-system/form': patch -'@sl-design-system/grid': patch ---- - -Refactor `getValueByPath` and related functions to properly infer type diff --git a/.changeset/fast-wolves-chew.md b/.changeset/fast-wolves-chew.md deleted file mode 100644 index 31488ff983..0000000000 --- a/.changeset/fast-wolves-chew.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@sl-design-system/grid': minor ---- - -Improve horizontal scrolling experience: -- Add shadows to the left and right of the grid when it is scrollable -- Add the new `` when the grid is horizontally scrollable -- Make sure the scrollbar is always visible (sticky at the bottom of the grid) -- Position the scrollbar relative to the sticky columns -- Add ability to use sticky columns at the end of the grid diff --git a/.changeset/five-boats-melt.md b/.changeset/five-boats-melt.md deleted file mode 100644 index 78942c440c..0000000000 --- a/.changeset/five-boats-melt.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@sl-design-system/listbox': patch ---- - -Add ability to render grouped items using lit-virtualizer: -- New `optionGroupPath` property to specify the path to the group name in the option object -- New `` component to render the group header -- Add `items` property for advanced customization of how options are rendered (used in combobox) -- Add `scrollToIndex(index: number)` method to scroll to a specific index in the listbox diff --git a/.changeset/flat-flowers-approve.md b/.changeset/flat-flowers-approve.md deleted file mode 100644 index ae421bde69..0000000000 --- a/.changeset/flat-flowers-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/checkbox': patch ---- - -Fix NVDA accessibility issues, fix indeterminate state for screen readers. diff --git a/.changeset/friendly-clouds-brush.md b/.changeset/friendly-clouds-brush.md deleted file mode 100644 index d260f06cb6..0000000000 --- a/.changeset/friendly-clouds-brush.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -'@sl-design-system/combobox': patch ---- - -Add the ability to render the options using a virtual list: - -You can already render the options yourself by doing - -```html - - - Option 1 - Option 2 - Option 3 - - -``` - -But for large numbers of options, this can be slow. You can now use the `options` property to have the combobox render the options for you: - -```html - -``` - -You can customize the rendering of each option by using: -- `optionLabelPath` to specify the path to the label in each option object -- `optionValuePath` to specify the path to the value in each option object - -You can also group the options by using `optionGroupPath`. This will group the options by the value of the property specified in `optionGroupPath`. The value is also used as the label for the group. - -There is no difference how the options are rendered in the DOM. You can customize -the options in both scenarios by using the `sl-option { ... }` selector. diff --git a/.changeset/grumpy-oranges-notice.md b/.changeset/grumpy-oranges-notice.md deleted file mode 100644 index 2c17e0da78..0000000000 --- a/.changeset/grumpy-oranges-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/shared': patch ---- - -Add new `ObserveAttributesMixin` mixin that can be used to rewrite aria attributes to the right element. diff --git a/.changeset/hot-ghosts-grow.md b/.changeset/hot-ghosts-grow.md deleted file mode 100644 index 5308865d59..0000000000 --- a/.changeset/hot-ghosts-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@sl-design-system/breadcrumbs': minor -'@sl-design-system/popover': minor ---- - -Refactoring styling to use new contextual tokens diff --git a/.changeset/lazy-feet-repair.md b/.changeset/lazy-feet-repair.md deleted file mode 100644 index b4f48028fc..0000000000 --- a/.changeset/lazy-feet-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/shared': patch ---- - -Add FocusTrapController that can be used to trap focus within an element (component). diff --git a/.changeset/metal-lamps-crash.md b/.changeset/metal-lamps-crash.md deleted file mode 100644 index 65e4efbfe6..0000000000 --- a/.changeset/metal-lamps-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/switch': patch ---- - -Fix NVDA issues, using input native element as a form control, moving aria attributes to the right control to solve accessibility issues. diff --git a/.changeset/moody-bulldogs-listen.md b/.changeset/moody-bulldogs-listen.md deleted file mode 100644 index 0e6a051963..0000000000 --- a/.changeset/moody-bulldogs-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/icon': patch ---- - -Update `IconPrefix` type to be compatible with FontAwesome 6.7.0 diff --git a/.changeset/old-items-build.md b/.changeset/old-items-build.md deleted file mode 100644 index fca85ca9dd..0000000000 --- a/.changeset/old-items-build.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sl-design-system/grid': patch -'@sl-design-system/bingel-dc': patch -'@sl-design-system/sanoma-learning': patch ---- - -Added tokens for grid diff --git a/.changeset/orange-feet-protect.md b/.changeset/orange-feet-protect.md deleted file mode 100644 index 94bc953c52..0000000000 --- a/.changeset/orange-feet-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/toggle-button': patch ---- - -Fixed toggling `text-only` attribute. diff --git a/.changeset/pink-tools-eat.md b/.changeset/pink-tools-eat.md deleted file mode 100644 index e722cc43ac..0000000000 --- a/.changeset/pink-tools-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/data-source': patch ---- - -Fixing a bug with sorting numbers. Previously numbers were sorted like strings. diff --git a/.changeset/quick-frogs-yell.md b/.changeset/quick-frogs-yell.md deleted file mode 100644 index 920700eb82..0000000000 --- a/.changeset/quick-frogs-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/dialog': patch ---- - -Accessibility improvement: add focus-trap to the dialog component. diff --git a/.changeset/quick-walls-design.md b/.changeset/quick-walls-design.md deleted file mode 100644 index a350b40197..0000000000 --- a/.changeset/quick-walls-design.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@sl-design-system/scrollbar': patch ---- - -New `` utility component - -This component is not meant for general usage. There are certain cases where -we need to have a scrollbar that is not the native scrollbar. This -component is meant to only be used in those cases. - -One example of this is the horizontal scrollbar in the grid component: If you have a -page with a grid component that has a page scrollbar and the grid has a large number of -columns, then the native horizontal scrollbar will only be visible once you've scrolled -to the bottom of the page. For Windows users, this makes it very hard to scroll horizontally. -By using a custom scrollbar, we can control where the scrollbar is positioned. In the case of -grid, we can make the scrollbar use `position: sticky`, so it is always visible. diff --git a/.changeset/rare-impalas-attend.md b/.changeset/rare-impalas-attend.md deleted file mode 100644 index c4c26ac92b..0000000000 --- a/.changeset/rare-impalas-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/data-source': patch ---- - -Fix missing data-source reference diff --git a/.changeset/real-steaks-agree.md b/.changeset/real-steaks-agree.md deleted file mode 100644 index 6019e252f3..0000000000 --- a/.changeset/real-steaks-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/locales': patch ---- - -New translations added necessary for `paginator`, `items counter` and `page size` components. diff --git a/.changeset/red-foxes-design.md b/.changeset/red-foxes-design.md deleted file mode 100644 index cfffc995eb..0000000000 --- a/.changeset/red-foxes-design.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@sl-design-system/dialog': patch ---- - -Fix bug where you could still close a dialog with `disableCancel` by pressing -the Escape key twice. This is because when you press the Escape key, both the -`cancel` *and* `close` events are fired. With this fix, we no longer rely -on the `cancel` event from the dialog itself, but handle the keydown event ourselves. diff --git a/.changeset/rude-llamas-search.md b/.changeset/rude-llamas-search.md deleted file mode 100644 index d7497ef45f..0000000000 --- a/.changeset/rude-llamas-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sl-design-system/tabs': patch ---- - -Fix accessibility issues: -- Fix NVDA accessibility issues: tab component with only one focusable element, that contains role and aria attributes -- Fix keyboard navigation. diff --git a/.changeset/short-ravens-act.md b/.changeset/short-ravens-act.md deleted file mode 100644 index 8d974878eb..0000000000 --- a/.changeset/short-ravens-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/listbox': patch ---- - -Add virtual list ability to listbox diff --git a/.changeset/silly-ghosts-unite.md b/.changeset/silly-ghosts-unite.md deleted file mode 100644 index 004b0d77e0..0000000000 --- a/.changeset/silly-ghosts-unite.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@sl-design-system/combobox': minor -'@sl-design-system/listbox': minor -'@sl-design-system/grid': minor -'@sl-design-system/menu': minor ---- - -Use `--sl-size-borderWidth-subtle` instead of the old "default" token diff --git a/.changeset/silver-spies-add.md b/.changeset/silver-spies-add.md deleted file mode 100644 index ebe56489de..0000000000 --- a/.changeset/silver-spies-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/grid': patch ---- - -Fix custom sorting to make it working with `path` on the `sl-grid-sort-column`. diff --git a/.changeset/small-ravens-notice.md b/.changeset/small-ravens-notice.md deleted file mode 100644 index 124bbf9933..0000000000 --- a/.changeset/small-ravens-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/grid': minor ---- - -Refactor styling to use the new contextual tokens diff --git a/.changeset/smart-bikes-melt.md b/.changeset/smart-bikes-melt.md deleted file mode 100644 index d6ae980a0e..0000000000 --- a/.changeset/smart-bikes-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/paginator': patch ---- - -Added new `paginator`, `items counter` and `page size` components that can be used together or separately. diff --git a/.changeset/soft-coins-shop.md b/.changeset/soft-coins-shop.md deleted file mode 100644 index cb4e643860..0000000000 --- a/.changeset/soft-coins-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/grid': patch ---- - -Changed the way selection works; there are now 2 distinct functionalities; selecting one or more rows with checkboxes, for bulk actions for example and clicking and highlighting an entire row as a way of selecting it for a detailed view for example diff --git a/.changeset/tidy-apricots-approve.md b/.changeset/tidy-apricots-approve.md deleted file mode 100644 index f44a2310be..0000000000 --- a/.changeset/tidy-apricots-approve.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@sl-design-system/bingel-dc': minor -'@sl-design-system/bingel-int': minor -'@sl-design-system/clickedu': minor -'@sl-design-system/editorial-suite': minor -'@sl-design-system/itslearning': minor -'@sl-design-system/kampus': minor -'@sl-design-system/magister': minor -'@sl-design-system/max': minor -'@sl-design-system/my-digital-book': minor -'@sl-design-system/neon': minor -'@sl-design-system/sanoma-learning': minor -'@sl-design-system/teas': minor ---- - -Add new contextual tokens - -This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. diff --git a/.changeset/tiny-buses-taste.md b/.changeset/tiny-buses-taste.md deleted file mode 100644 index c6fc5cd049..0000000000 --- a/.changeset/tiny-buses-taste.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sl-design-system/breadcrumbs': patch -'@sl-design-system/tooltip': patch -'@sl-design-system/select': patch ---- - -Fix `ShadowRoot.createElement` type definition to properly match `document.createElement` diff --git a/.changeset/tiny-hounds-hope.md b/.changeset/tiny-hounds-hope.md deleted file mode 100644 index 331cfa0bc4..0000000000 --- a/.changeset/tiny-hounds-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/menu': patch ---- - -Fix NVDA accessibility issues: moving aria attributes to the right (focusable) element in the MenuButton. diff --git a/.changeset/twenty-bags-hide.md b/.changeset/twenty-bags-hide.md deleted file mode 100644 index b06b81807e..0000000000 --- a/.changeset/twenty-bags-hide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sl-design-system/text-field': patch -'@sl-design-system/text-area': patch -'@sl-design-system/checkbox': patch ---- - -Fix NVDA accessibility issues: moving aria attributes to the right control. diff --git a/.changeset/twenty-rice-lie.md b/.changeset/twenty-rice-lie.md deleted file mode 100644 index 058deb72dd..0000000000 --- a/.changeset/twenty-rice-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/data-source': patch ---- - -Add possibility to use data source with pagination. Added `paginate` method. diff --git a/examples/lit/package.json b/examples/lit/package.json index 2777433b4f..d6a2578da9 100644 --- a/examples/lit/package.json +++ b/examples/lit/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "@open-wc/scoped-elements": "^3.0.5", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/shared": "^0.4.1" } } diff --git a/packages/angular/package.json b/packages/angular/package.json index 2f61667ca2..02ef6998c1 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -71,15 +71,15 @@ "@angular/forms": "^17.3.12", "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", - "@sl-design-system/checkbox": "^2.0.0", - "@sl-design-system/form": "^1.0.3", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/locales": "^0.0.10", + "@sl-design-system/checkbox": "^2.0.2", + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/locales": "^0.0.11", "@sl-design-system/radio-group": "^1.0.1", - "@sl-design-system/select": "^1.1.0", - "@sl-design-system/switch": "^1.0.2", - "@sl-design-system/text-area": "^1.0.1", - "@sl-design-system/text-field": "^1.3.5", + "@sl-design-system/select": "^1.1.3", + "@sl-design-system/switch": "^1.0.4", + "@sl-design-system/text-area": "^1.0.3", + "@sl-design-system/text-field": "^1.5.1", "@storybook/addon-essentials": "^8.4.7", "@storybook/addon-links": "^8.4.7", "@storybook/angular": "^8.4.7", diff --git a/packages/components/breadcrumbs/CHANGELOG.md b/packages/components/breadcrumbs/CHANGELOG.md index cee0cb4439..e4019f8725 100644 --- a/packages/components/breadcrumbs/CHANGELOG.md +++ b/packages/components/breadcrumbs/CHANGELOG.md @@ -1,5 +1,22 @@ # @sl-design-system/breadcrumbs +## 1.1.0 + +### Minor Changes + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Added `inverted` property for use on dark backgrounds + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Refactoring styling to use new contextual tokens + +### Patch Changes + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Fix `ShadowRoot.createElement` type definition to properly match `document.createElement` + +- Updated dependencies [[`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]: + - @sl-design-system/popover@1.2.0 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/tooltip@1.1.2 + ## 1.0.3 ### Patch Changes diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index 3f57fdf2fb..1009b5db93 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/breadcrumbs", - "version": "1.0.3", + "version": "1.1.0", "description": "Breadcrumbs component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -39,9 +39,9 @@ }, "dependencies": { "@sl-design-system/button": "^1.0.3", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/popover": "^1.1.0", - "@sl-design-system/tooltip": "^1.1.0" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/popover": "^1.2.0", + "@sl-design-system/tooltip": "^1.1.2" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/checkbox/CHANGELOG.md b/packages/components/checkbox/CHANGELOG.md index d4667c9e37..de4ea8bdb7 100644 --- a/packages/components/checkbox/CHANGELOG.md +++ b/packages/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @sl-design-system/checkbox +## 2.0.2 + +### Patch Changes + +- [#1628](https://github.com/sl-design-system/components/pull/1628) [`7a62e08`](https://github.com/sl-design-system/components/commit/7a62e08afbcd5768277164a8075939c3d8c17667) - Fix NVDA accessibility issues, fix indeterminate state for screen readers. + +- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix NVDA accessibility issues: moving aria attributes to the right control. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/form@1.1.1 + ## 2.0.1 ### Patch Changes diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index f3fc04c917..aede9a951b 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/checkbox", - "version": "2.0.1", + "version": "2.0.2", "description": "Checkbox component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,8 +38,8 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2" diff --git a/packages/components/combobox/CHANGELOG.md b/packages/components/combobox/CHANGELOG.md index ceb63c26fa..e0d16eb987 100644 --- a/packages/components/combobox/CHANGELOG.md +++ b/packages/components/combobox/CHANGELOG.md @@ -1,5 +1,51 @@ # @sl-design-system/combobox +## 0.1.0 + +### Minor Changes + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Use `--sl-size-borderWidth-subtle` instead of the old "default" token + +### Patch Changes + +- [#1632](https://github.com/sl-design-system/components/pull/1632) [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9) - Toggle the listbox when clicking the chevron button + +- [#1632](https://github.com/sl-design-system/components/pull/1632) [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9) - Add the ability to render the options using a virtual list: + + You can already render the options yourself by doing + + ```html + + + Option 1 + Option 2 + Option 3 + + + ``` + + But for large numbers of options, this can be slow. You can now use the `options` property to have the combobox render the options for you: + + ```html + + ``` + + You can customize the rendering of each option by using: + + - `optionLabelPath` to specify the path to the label in each option object + - `optionValuePath` to specify the path to the value in each option object + + You can also group the options by using `optionGroupPath`. This will group the options by the value of the property specified in `optionGroupPath`. The value is also used as the label for the group. + + There is no difference how the options are rendered in the DOM. You can customize + the options in both scenarios by using the `sl-option { ... }` selector. + +- Updated dependencies [[`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`99482e3`](https://github.com/sl-design-system/components/commit/99482e31dfee77fb99bf74a4fe325c3ccc08f6e6), [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd)]: + - @sl-design-system/form@1.1.1 + - @sl-design-system/listbox@0.1.0 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/text-field@1.5.1 + ## 0.0.3 ### Patch Changes diff --git a/packages/components/combobox/package.json b/packages/components/combobox/package.json index 0ad4faf0cd..f849e7d751 100644 --- a/packages/components/combobox/package.json +++ b/packages/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/combobox", - "version": "0.0.3", + "version": "0.1.0", "description": "Combobox component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,11 +38,11 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/listbox": "^0.0.2", + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/listbox": "^0.1.0", "@sl-design-system/tag": "^0.0.4", - "@sl-design-system/text-field": "^1.5.0" + "@sl-design-system/text-field": "^1.5.1" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5", diff --git a/packages/components/data-source/CHANGELOG.md b/packages/components/data-source/CHANGELOG.md index f6ae7e1cb2..cad00f71e0 100644 --- a/packages/components/data-source/CHANGELOG.md +++ b/packages/components/data-source/CHANGELOG.md @@ -1,5 +1,20 @@ # @sl-design-system/data-source +## 0.0.2 + +### Patch Changes + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Refactor `getValueByPath` and related functions to properly infer type + +- [#1676](https://github.com/sl-design-system/components/pull/1676) [`1b9463f`](https://github.com/sl-design-system/components/commit/1b9463fd91d5e3d99918868fbbd231b425a2a16d) - Fixing a bug with sorting numbers. Previously numbers were sorted like strings. + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - Fix missing data-source reference + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - Add possibility to use data source with pagination. Added `paginate` method. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75)]: + - @sl-design-system/shared@0.4.1 + ## 0.0.1 ### Patch Changes diff --git a/packages/components/data-source/package.json b/packages/components/data-source/package.json index 3df89185ea..2757e7f34a 100644 --- a/packages/components/data-source/package.json +++ b/packages/components/data-source/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/data-source", - "version": "0.0.1", + "version": "0.0.2", "description": "Data source classes for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -32,6 +32,6 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/shared": "^0.4.1" } } diff --git a/packages/components/dialog/CHANGELOG.md b/packages/components/dialog/CHANGELOG.md index 15b29f602a..270124b1b3 100644 --- a/packages/components/dialog/CHANGELOG.md +++ b/packages/components/dialog/CHANGELOG.md @@ -1,5 +1,19 @@ # @sl-design-system/dialog +## 1.1.1 + +### Patch Changes + +- [#1659](https://github.com/sl-design-system/components/pull/1659) [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75) - Accessibility improvement: add focus-trap to the dialog component. + +- [#1667](https://github.com/sl-design-system/components/pull/1667) [`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d) - Fix bug where you could still close a dialog with `disableCancel` by pressing + the Escape key twice. This is because when you press the Escape key, both the + `cancel` _and_ `close` events are fired. With this fix, we no longer rely + on the `cancel` event from the dialog itself, but handle the keydown event ourselves. +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + ## 1.1.0 ### Minor Changes diff --git a/packages/components/dialog/package.json b/packages/components/dialog/package.json index 23da015cf9..40e772b66a 100644 --- a/packages/components/dialog/package.json +++ b/packages/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/dialog", - "version": "1.1.0", + "version": "1.1.1", "description": "Dialog component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -40,8 +40,8 @@ "dependencies": { "@sl-design-system/button": "^1.1.0", "@sl-design-system/button-bar": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/form/CHANGELOG.md b/packages/components/form/CHANGELOG.md index 867bf82c3e..6eb7dcb1e2 100644 --- a/packages/components/form/CHANGELOG.md +++ b/packages/components/form/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/form +## 1.1.1 + +### Patch Changes + +- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix of `aria-describedby` in form field when there is a hint and validation message. + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Refactor `getValueByPath` and related functions to properly infer type + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75)]: + - @sl-design-system/shared@0.4.1 + ## 1.1.0 ### Minor Changes diff --git a/packages/components/form/package.json b/packages/components/form/package.json index 54b9a7e775..c0696834b9 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/form", - "version": "1.1.0", + "version": "1.1.1", "description": "Form components for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -39,7 +39,7 @@ }, "dependencies": { "@sl-design-system/inline-message": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/grid/CHANGELOG.md b/packages/components/grid/CHANGELOG.md index 1da9d5a1c7..a31f566275 100644 --- a/packages/components/grid/CHANGELOG.md +++ b/packages/components/grid/CHANGELOG.md @@ -1,5 +1,41 @@ # @sl-design-system/grid +## 0.3.0 + +### Minor Changes + +- [#1653](https://github.com/sl-design-system/components/pull/1653) [`f15d75c`](https://github.com/sl-design-system/components/commit/f15d75c6c3765b797f0bed57c5d1f2855cab4f7e) - Improve horizontal scrolling experience: + + - Add shadows to the left and right of the grid when it is scrollable + - Add the new `` when the grid is horizontally scrollable + - Make sure the scrollbar is always visible (sticky at the bottom of the grid) + - Position the scrollbar relative to the sticky columns + - Add ability to use sticky columns at the end of the grid + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Use `--sl-size-borderWidth-subtle` instead of the old "default" token + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Refactor styling to use the new contextual tokens + +### Patch Changes + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Refactor `getValueByPath` and related functions to properly infer type + +- [#1609](https://github.com/sl-design-system/components/pull/1609) [`515e2fb`](https://github.com/sl-design-system/components/commit/515e2fbbda7ecee92392b8ddf9f98c335fe32cf6) - Added tokens for grid + +- [#1676](https://github.com/sl-design-system/components/pull/1676) [`1b9463f`](https://github.com/sl-design-system/components/commit/1b9463fd91d5e3d99918868fbbd231b425a2a16d) - Fix custom sorting to make it working with `path` on the `sl-grid-sort-column`. + +- [#1550](https://github.com/sl-design-system/components/pull/1550) [`ac23d84`](https://github.com/sl-design-system/components/commit/ac23d848177945256fd34f94045361485a79e80d) - Changed the way selection works; there are now 2 distinct functionalities; selecting one or more rows with checkboxes, for bulk actions for example and clicking and highlighting an entire row as a way of selecting it for a detailed view for example + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`7a62e08`](https://github.com/sl-design-system/components/commit/7a62e08afbcd5768277164a8075939c3d8c17667), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`1b9463f`](https://github.com/sl-design-system/components/commit/1b9463fd91d5e3d99918868fbbd231b425a2a16d), [`f15d75c`](https://github.com/sl-design-system/components/commit/f15d75c6c3765b797f0bed57c5d1f2855cab4f7e), [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/data-source@0.0.2 + - @sl-design-system/checkbox@2.0.2 + - @sl-design-system/popover@1.2.0 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/scrollbar@0.0.1 + - @sl-design-system/select@1.1.3 + - @sl-design-system/text-field@1.5.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/components/grid/package.json b/packages/components/grid/package.json index 8d2ad7dbee..f978bd3b2d 100644 --- a/packages/components/grid/package.json +++ b/packages/components/grid/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/grid", - "version": "0.2.0", + "version": "0.3.0", "description": "Grid components for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,16 +38,16 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/checkbox": "^2.0.1", - "@sl-design-system/data-source": "^0.0.1", + "@sl-design-system/checkbox": "^2.0.2", + "@sl-design-system/data-source": "^0.0.2", "@sl-design-system/ellipsize-text": "^0.0.1", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/popover": "^1.1.1", - "@sl-design-system/scrollbar": "^0.0.0", - "@sl-design-system/select": "^1.1.2", - "@sl-design-system/shared": "^0.4.0", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/popover": "^1.2.0", + "@sl-design-system/scrollbar": "^0.0.1", + "@sl-design-system/select": "^1.1.3", + "@sl-design-system/shared": "^0.4.1", "@sl-design-system/skeleton": "^1.0.0", - "@sl-design-system/text-field": "^1.5.0" + "@sl-design-system/text-field": "^1.5.1" }, "devDependencies": { "@lit-labs/virtualizer": "^2.0.14", diff --git a/packages/components/icon/CHANGELOG.md b/packages/components/icon/CHANGELOG.md index 180c42c163..85c44f9c0a 100644 --- a/packages/components/icon/CHANGELOG.md +++ b/packages/components/icon/CHANGELOG.md @@ -1,5 +1,11 @@ # @sl-design-system/icon +## 1.0.3 + +### Patch Changes + +- [#1638](https://github.com/sl-design-system/components/pull/1638) [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee) - Update `IconPrefix` type to be compatible with FontAwesome 6.7.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/components/icon/package.json b/packages/components/icon/package.json index a80474e33e..74b2db7f8e 100644 --- a/packages/components/icon/package.json +++ b/packages/components/icon/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/icon", - "version": "1.0.2", + "version": "1.0.3", "description": "Icon component for the SL Design System", "license": "Apache-2.0", "publishConfig": { diff --git a/packages/components/listbox/CHANGELOG.md b/packages/components/listbox/CHANGELOG.md index 8dbfc6791a..36a50a40b8 100644 --- a/packages/components/listbox/CHANGELOG.md +++ b/packages/components/listbox/CHANGELOG.md @@ -1,5 +1,25 @@ # @sl-design-system/listbox +## 0.1.0 + +### Minor Changes + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Use `--sl-size-borderWidth-subtle` instead of the old "default" token + +### Patch Changes + +- [#1632](https://github.com/sl-design-system/components/pull/1632) [`e68df34`](https://github.com/sl-design-system/components/commit/e68df344917a8d0bdc6a4c92f59079a247c6e7a9) - Add ability to render grouped items using lit-virtualizer: + + - New `optionGroupPath` property to specify the path to the group name in the option object + - New `` component to render the group header + - Add `items` property for advanced customization of how options are rendered (used in combobox) + - Add `scrollToIndex(index: number)` method to scroll to a specific index in the listbox + +- [#1626](https://github.com/sl-design-system/components/pull/1626) [`99482e3`](https://github.com/sl-design-system/components/commit/99482e31dfee77fb99bf74a4fe325c3ccc08f6e6) - Add virtual list ability to listbox + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.0.2 ### Patch Changes diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index b602746c2e..812cbc6089 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/listbox", - "version": "0.0.2", + "version": "0.1.0", "description": "Listbox components for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,7 +38,7 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/icon": "^1.0.2" + "@sl-design-system/icon": "^1.0.3" }, "devDependencies": { "@lit-labs/virtualizer": "^2.0.14", diff --git a/packages/components/menu/CHANGELOG.md b/packages/components/menu/CHANGELOG.md index 6723cfc39b..2d44bc0fc0 100644 --- a/packages/components/menu/CHANGELOG.md +++ b/packages/components/menu/CHANGELOG.md @@ -1,5 +1,19 @@ # @sl-design-system/menu +## 0.2.0 + +### Minor Changes + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Use `--sl-size-borderWidth-subtle` instead of the old "default" token + +### Patch Changes + +- [#1637](https://github.com/sl-design-system/components/pull/1637) [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6) - Fix NVDA accessibility issues: moving aria attributes to the right (focusable) element in the MenuButton. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + ## 0.1.3 ### Patch Changes diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index b70c9160e0..88ebd94e10 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/menu", - "version": "0.1.3", + "version": "0.2.0", "description": "Menu components for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -39,8 +39,8 @@ }, "dependencies": { "@sl-design-system/button": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/paginator/CHANGELOG.md b/packages/components/paginator/CHANGELOG.md new file mode 100644 index 0000000000..5412e2a9c4 --- /dev/null +++ b/packages/components/paginator/CHANGELOG.md @@ -0,0 +1,13 @@ +# @sl-design-system/paginator + +## 0.0.1 + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - Added new `paginator`, `items counter` and `page size` components that can be used together or separately. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/menu@0.2.0 + - @sl-design-system/select@1.1.3 diff --git a/packages/components/paginator/package.json b/packages/components/paginator/package.json index 1f8e7cb0a6..2ee89f705c 100644 --- a/packages/components/paginator/package.json +++ b/packages/components/paginator/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/paginator", - "version": "0.0.0", + "version": "0.0.1", "description": "Paginator component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -39,10 +39,10 @@ }, "dependencies": { "@sl-design-system/button": "^1.0.3", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/menu": "^0.1.3", - "@sl-design-system/select": "^1.1.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/menu": "^0.2.0", + "@sl-design-system/select": "^1.1.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/panel/CHANGELOG.md b/packages/components/panel/CHANGELOG.md index e04099475a..47a797b39e 100644 --- a/packages/components/panel/CHANGELOG.md +++ b/packages/components/panel/CHANGELOG.md @@ -1,5 +1,14 @@ # @sl-design-system/panel +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/tool-bar@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/panel/package.json b/packages/components/panel/package.json index 0a207f3c66..1dd619bbe5 100644 --- a/packages/components/panel/package.json +++ b/packages/components/panel/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/panel", - "version": "0.0.4", + "version": "0.0.5", "description": "Panel component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0", - "@sl-design-system/tool-bar": "^0.0.4" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1", + "@sl-design-system/tool-bar": "^0.0.5" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/popover/CHANGELOG.md b/packages/components/popover/CHANGELOG.md index 709078e68d..b41b74f33a 100644 --- a/packages/components/popover/CHANGELOG.md +++ b/packages/components/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/popover +## 1.2.0 + +### Minor Changes + +- [#1664](https://github.com/sl-design-system/components/pull/1664) [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb) - Refactoring styling to use new contextual tokens + +### Patch Changes + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75)]: + - @sl-design-system/shared@0.4.1 + ## 1.1.1 ### Patch Changes diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index 585e5eec6e..497c980218 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/popover", - "version": "1.1.1", + "version": "1.2.0", "description": "Popover component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,6 +38,6 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/shared": "^0.4.1" } } diff --git a/packages/components/scrollbar/CHANGELOG.md b/packages/components/scrollbar/CHANGELOG.md new file mode 100644 index 0000000000..af633e8816 --- /dev/null +++ b/packages/components/scrollbar/CHANGELOG.md @@ -0,0 +1,18 @@ +# @sl-design-system/scrollbar + +## 0.0.1 + +### Patch Changes + +- [#1653](https://github.com/sl-design-system/components/pull/1653) [`f15d75c`](https://github.com/sl-design-system/components/commit/f15d75c6c3765b797f0bed57c5d1f2855cab4f7e) - New `` utility component + + This component is not meant for general usage. There are certain cases where + we need to have a scrollbar that is not the native scrollbar. This + component is meant to only be used in those cases. + + One example of this is the horizontal scrollbar in the grid component: If you have a + page with a grid component that has a page scrollbar and the grid has a large number of + columns, then the native horizontal scrollbar will only be visible once you've scrolled + to the bottom of the page. For Windows users, this makes it very hard to scroll horizontally. + By using a custom scrollbar, we can control where the scrollbar is positioned. In the case of + grid, we can make the scrollbar use `position: sticky`, so it is always visible. diff --git a/packages/components/scrollbar/package.json b/packages/components/scrollbar/package.json index 4431f3a772..5c5d267970 100644 --- a/packages/components/scrollbar/package.json +++ b/packages/components/scrollbar/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/scrollbar", - "version": "0.0.0", + "version": "0.0.1", "description": "Scrollbar component for the SL Design System", "license": "Apache-2.0", "publishConfig": { diff --git a/packages/components/select/CHANGELOG.md b/packages/components/select/CHANGELOG.md index 620a2b79c7..fbdad1885f 100644 --- a/packages/components/select/CHANGELOG.md +++ b/packages/components/select/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/select +## 1.1.3 + +### Patch Changes + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Fix `ShadowRoot.createElement` type definition to properly match `document.createElement` + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/form@1.1.1 + - @sl-design-system/icon@1.0.3 + ## 1.1.2 ### Patch Changes diff --git a/packages/components/select/package.json b/packages/components/select/package.json index d8fb353a62..1423c394a0 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/select", - "version": "1.1.2", + "version": "1.1.3", "description": "Select component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/shared/CHANGELOG.md b/packages/components/shared/CHANGELOG.md index 797cf5d65c..59808a9c2a 100644 --- a/packages/components/shared/CHANGELOG.md +++ b/packages/components/shared/CHANGELOG.md @@ -1,5 +1,17 @@ # @sl-design-system/shared +## 0.4.1 + +### Patch Changes + +- [#1667](https://github.com/sl-design-system/components/pull/1667) [`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d) - Fix flaky unit tests due to focus-trap + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Refactor `getValueByPath` and related functions to properly infer type + +- [#1637](https://github.com/sl-design-system/components/pull/1637) [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6) - Add new `ObserveAttributesMixin` mixin that can be used to rewrite aria attributes to the right element. + +- [#1659](https://github.com/sl-design-system/components/pull/1659) [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75) - Add FocusTrapController that can be used to trap focus within an element (component). + ## 0.4.0 ### Minor Changes diff --git a/packages/components/shared/package.json b/packages/components/shared/package.json index 1012438681..e2155a0b2f 100644 --- a/packages/components/shared/package.json +++ b/packages/components/shared/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/shared", - "version": "0.4.0", + "version": "0.4.1", "description": "Shared code for the SL Design System components", "license": "Apache-2.0", "publishConfig": { diff --git a/packages/components/switch/CHANGELOG.md b/packages/components/switch/CHANGELOG.md index de49625bb8..fc3bda8c5a 100644 --- a/packages/components/switch/CHANGELOG.md +++ b/packages/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/switch +## 1.0.4 + +### Patch Changes + +- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix NVDA issues, using input native element as a form control, moving aria attributes to the right control to solve accessibility issues. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/form@1.1.1 + - @sl-design-system/icon@1.0.3 + ## 1.0.3 ### Patch Changes diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 18fc16dd94..01f9e4df74 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/switch", - "version": "1.0.3", + "version": "1.0.4", "description": "Switch component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5" diff --git a/packages/components/tabs/CHANGELOG.md b/packages/components/tabs/CHANGELOG.md index 8df05aad77..3553ec5558 100644 --- a/packages/components/tabs/CHANGELOG.md +++ b/packages/components/tabs/CHANGELOG.md @@ -1,5 +1,17 @@ # @sl-design-system/tabs +## 1.0.2 + +### Patch Changes + +- [#1637](https://github.com/sl-design-system/components/pull/1637) [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6) - Fix accessibility issues: + - Fix NVDA accessibility issues: tab component with only one focusable element, that contains role and aria attributes + - Fix keyboard navigation. +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/menu@0.2.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index fe8d96c18f..4e338a2a67 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/tabs", - "version": "1.0.1", + "version": "1.0.2", "description": "Tabs components for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/menu": "^0.1.3", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/menu": "^0.2.0", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/text-area/CHANGELOG.md b/packages/components/text-area/CHANGELOG.md index 6743365d18..d69e910be9 100644 --- a/packages/components/text-area/CHANGELOG.md +++ b/packages/components/text-area/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/text-area +## 1.0.3 + +### Patch Changes + +- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix NVDA accessibility issues: moving aria attributes to the right control. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/form@1.1.1 + - @sl-design-system/icon@1.0.3 + ## 1.0.2 ### Patch Changes diff --git a/packages/components/text-area/package.json b/packages/components/text-area/package.json index b083d0dca0..202cdb4690 100644 --- a/packages/components/text-area/package.json +++ b/packages/components/text-area/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/text-area", - "version": "1.0.2", + "version": "1.0.3", "description": "Text area component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5" diff --git a/packages/components/text-field/CHANGELOG.md b/packages/components/text-field/CHANGELOG.md index f62601859d..eeba8dc23b 100644 --- a/packages/components/text-field/CHANGELOG.md +++ b/packages/components/text-field/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/text-field +## 1.5.1 + +### Patch Changes + +- [#1633](https://github.com/sl-design-system/components/pull/1633) [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd) - Fix NVDA accessibility issues: moving aria attributes to the right control. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`7e8a441`](https://github.com/sl-design-system/components/commit/7e8a441b053715b896bb7ef775d4a24a93a5a9dd), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/form@1.1.1 + - @sl-design-system/icon@1.0.3 + ## 1.5.0 ### Minor Changes diff --git a/packages/components/text-field/package.json b/packages/components/text-field/package.json index 00ccbe9ff6..0146ef3fce 100644 --- a/packages/components/text-field/package.json +++ b/packages/components/text-field/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/text-field", - "version": "1.5.0", + "version": "1.5.1", "description": "Text field component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/form": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/form": "^1.1.1", + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5" diff --git a/packages/components/toggle-button/CHANGELOG.md b/packages/components/toggle-button/CHANGELOG.md index 1b49e3b460..04bfe505b1 100644 --- a/packages/components/toggle-button/CHANGELOG.md +++ b/packages/components/toggle-button/CHANGELOG.md @@ -1,5 +1,16 @@ # @sl-design-system/toggle-button +## 0.0.5 + +### Patch Changes + +- [#1602](https://github.com/sl-design-system/components/pull/1602) [`6866dd0`](https://github.com/sl-design-system/components/commit/6866dd0f47f7decf2938e62edc8e3f6a865e6f6b) - Fixed toggling `text-only` attribute. + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/icon@1.0.3 + - @sl-design-system/tooltip@1.1.2 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/toggle-button/package.json b/packages/components/toggle-button/package.json index 2922675099..6fe33da520 100644 --- a/packages/components/toggle-button/package.json +++ b/packages/components/toggle-button/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/toggle-button", - "version": "0.0.4", + "version": "0.0.5", "description": "Toggle button component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,9 +38,9 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/shared": "^0.4.0", - "@sl-design-system/tooltip": "^1.1.1" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/shared": "^0.4.1", + "@sl-design-system/tooltip": "^1.1.2" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5", diff --git a/packages/components/toggle-group/CHANGELOG.md b/packages/components/toggle-group/CHANGELOG.md index f5cbc63d4d..69efb41c23 100644 --- a/packages/components/toggle-group/CHANGELOG.md +++ b/packages/components/toggle-group/CHANGELOG.md @@ -1,5 +1,13 @@ # @sl-design-system/toggle-group +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75), [`6866dd0`](https://github.com/sl-design-system/components/commit/6866dd0f47f7decf2938e62edc8e3f6a865e6f6b)]: + - @sl-design-system/shared@0.4.1 + - @sl-design-system/toggle-button@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/toggle-group/package.json b/packages/components/toggle-group/package.json index daee7ac4f1..d4f363a1a0 100644 --- a/packages/components/toggle-group/package.json +++ b/packages/components/toggle-group/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/toggle-group", - "version": "0.0.4", + "version": "0.0.5", "description": "Toggle group component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,8 +38,8 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/shared": "^0.4.0", - "@sl-design-system/toggle-button": "^0.0.4" + "@sl-design-system/shared": "^0.4.1", + "@sl-design-system/toggle-button": "^0.0.5" }, "devDependencies": { "@open-wc/scoped-elements": "^3.0.5", diff --git a/packages/components/tool-bar/CHANGELOG.md b/packages/components/tool-bar/CHANGELOG.md index 6fe137feb0..a7e1f32202 100644 --- a/packages/components/tool-bar/CHANGELOG.md +++ b/packages/components/tool-bar/CHANGELOG.md @@ -1,5 +1,15 @@ # @sl-design-system/tool-bar +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee), [`6866dd0`](https://github.com/sl-design-system/components/commit/6866dd0f47f7decf2938e62edc8e3f6a865e6f6b), [`849b154`](https://github.com/sl-design-system/components/commit/849b1544bcc7cc60de1eb37ec282f2e467efc7eb), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6)]: + - @sl-design-system/icon@1.0.3 + - @sl-design-system/toggle-button@0.0.5 + - @sl-design-system/menu@0.2.0 + - @sl-design-system/toggle-group@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/tool-bar/package.json b/packages/components/tool-bar/package.json index 3e9385b116..39a841df97 100644 --- a/packages/components/tool-bar/package.json +++ b/packages/components/tool-bar/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/tool-bar", - "version": "0.0.4", + "version": "0.0.5", "description": "Tool bar component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -39,10 +39,10 @@ }, "dependencies": { "@sl-design-system/button": "^1.1.0", - "@sl-design-system/icon": "^1.0.2", - "@sl-design-system/menu": "^0.1.3", - "@sl-design-system/toggle-button": "^0.0.4", - "@sl-design-system/toggle-group": "^0.0.4" + "@sl-design-system/icon": "^1.0.3", + "@sl-design-system/menu": "^0.2.0", + "@sl-design-system/toggle-button": "^0.0.5", + "@sl-design-system/toggle-group": "^0.0.5" }, "devDependencies": { "@lit/localize": "^0.12.2", diff --git a/packages/components/tooltip/CHANGELOG.md b/packages/components/tooltip/CHANGELOG.md index 7005d9fcaa..ae41b4f1cb 100644 --- a/packages/components/tooltip/CHANGELOG.md +++ b/packages/components/tooltip/CHANGELOG.md @@ -1,5 +1,14 @@ # @sl-design-system/tooltip +## 1.1.2 + +### Patch Changes + +- [#1624](https://github.com/sl-design-system/components/pull/1624) [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652) - Fix `ShadowRoot.createElement` type definition to properly match `document.createElement` + +- Updated dependencies [[`6309452`](https://github.com/sl-design-system/components/commit/63094521a7b262bd80c1a9a377086093d2844a8d), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`c4a93fb`](https://github.com/sl-design-system/components/commit/c4a93fba6f40b8e843a169117dfdd331a5d9d6e6), [`c19862e`](https://github.com/sl-design-system/components/commit/c19862e56455c3d8e27a9afc33bf684f89b04b75)]: + - @sl-design-system/shared@0.4.1 + ## 1.1.1 ### Patch Changes diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index de9adc0daa..d8a0f138d1 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/tooltip", - "version": "1.1.1", + "version": "1.1.2", "description": "Tooltip component for the SL Design System", "license": "Apache-2.0", "publishConfig": { @@ -38,6 +38,6 @@ "test": "echo \"Error: run tests from monorepo root.\" && exit 1" }, "dependencies": { - "@sl-design-system/shared": "^0.4.0" + "@sl-design-system/shared": "^0.4.1" } } diff --git a/packages/locales/CHANGELOG.md b/packages/locales/CHANGELOG.md index 9e239bd88c..2a6a736978 100644 --- a/packages/locales/CHANGELOG.md +++ b/packages/locales/CHANGELOG.md @@ -1,5 +1,11 @@ # @sl-design-system/locales +## 0.0.11 + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New translations added necessary for `paginator`, `items counter` and `page size` components. + ## 0.0.10 ### Patch Changes diff --git a/packages/locales/package.json b/packages/locales/package.json index 4b9b87b3f0..e14a92ff7f 100644 --- a/packages/locales/package.json +++ b/packages/locales/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/locales", - "version": "0.0.10", + "version": "0.0.11", "description": "Locales for the SL Design System", "license": "Apache-2.0", "publishConfig": { diff --git a/packages/themes/bingel-dc/CHANGELOG.md b/packages/themes/bingel-dc/CHANGELOG.md index 58a25764ad..9e82ad2f58 100644 --- a/packages/themes/bingel-dc/CHANGELOG.md +++ b/packages/themes/bingel-dc/CHANGELOG.md @@ -1,5 +1,22 @@ # @sanomalearning/slds-bingel-dc +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- [#1609](https://github.com/sl-design-system/components/pull/1609) [`515e2fb`](https://github.com/sl-design-system/components/commit/515e2fbbda7ecee92392b8ddf9f98c335fe32cf6) - Added tokens for grid + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/bingel-dc/package.json b/packages/themes/bingel-dc/package.json index 688e0139f3..b789c00b3d 100644 --- a/packages/themes/bingel-dc/package.json +++ b/packages/themes/bingel-dc/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/bingel-dc", "description": "Bingel DC theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/bingel-int/CHANGELOG.md b/packages/themes/bingel-int/CHANGELOG.md index 306cee66a3..78626772fa 100644 --- a/packages/themes/bingel-int/CHANGELOG.md +++ b/packages/themes/bingel-int/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-bingel-int +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/bingel-int/package.json b/packages/themes/bingel-int/package.json index efebf7107a..5f7a8fa0c7 100644 --- a/packages/themes/bingel-int/package.json +++ b/packages/themes/bingel-int/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/bingel-int", "description": "Bingel International theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/clickedu/CHANGELOG.md b/packages/themes/clickedu/CHANGELOG.md index 6fda409193..35d88a7434 100644 --- a/packages/themes/clickedu/CHANGELOG.md +++ b/packages/themes/clickedu/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-clickedu +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/clickedu/package.json b/packages/themes/clickedu/package.json index 86fbc5c0f3..d21aaccdd2 100644 --- a/packages/themes/clickedu/package.json +++ b/packages/themes/clickedu/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/clickedu", "description": "Clickedu theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/editorial-suite/CHANGELOG.md b/packages/themes/editorial-suite/CHANGELOG.md index c8d1661a9c..aef85973c9 100644 --- a/packages/themes/editorial-suite/CHANGELOG.md +++ b/packages/themes/editorial-suite/CHANGELOG.md @@ -1,5 +1,20 @@ # @sl-design-system/editorial-suite +## 0.1.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.0.18 ### Patch Changes diff --git a/packages/themes/editorial-suite/package.json b/packages/themes/editorial-suite/package.json index 306c186872..3b020f4791 100644 --- a/packages/themes/editorial-suite/package.json +++ b/packages/themes/editorial-suite/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/editorial-suite", "description": "Editorial Suite theme for the SL Design System", - "version": "0.0.18", + "version": "0.1.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/itslearning/CHANGELOG.md b/packages/themes/itslearning/CHANGELOG.md index 3efc2dee71..123b06fba3 100644 --- a/packages/themes/itslearning/CHANGELOG.md +++ b/packages/themes/itslearning/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-itslearning +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/itslearning/package.json b/packages/themes/itslearning/package.json index f178354ef5..668694f711 100644 --- a/packages/themes/itslearning/package.json +++ b/packages/themes/itslearning/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/itslearning", "description": "Itslearning theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/kampus/CHANGELOG.md b/packages/themes/kampus/CHANGELOG.md index 696e2fc9e0..f42e308566 100644 --- a/packages/themes/kampus/CHANGELOG.md +++ b/packages/themes/kampus/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-kampus +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/kampus/package.json b/packages/themes/kampus/package.json index 663314d2a0..a9526a0fab 100644 --- a/packages/themes/kampus/package.json +++ b/packages/themes/kampus/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/kampus", "description": "Kampus theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/magister/CHANGELOG.md b/packages/themes/magister/CHANGELOG.md index 0a7759fcd1..75061a7a90 100644 --- a/packages/themes/magister/CHANGELOG.md +++ b/packages/themes/magister/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-magister +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.18 ### Patch Changes diff --git a/packages/themes/magister/package.json b/packages/themes/magister/package.json index dd1df769aa..33447bb855 100644 --- a/packages/themes/magister/package.json +++ b/packages/themes/magister/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/magister", "description": "Magister theme for the SL Design System", - "version": "0.1.18", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/max/CHANGELOG.md b/packages/themes/max/CHANGELOG.md index e27f5b05d7..f8d6395238 100644 --- a/packages/themes/max/CHANGELOG.md +++ b/packages/themes/max/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-max +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/max/package.json b/packages/themes/max/package.json index 7103e01136..f3cbf8260f 100644 --- a/packages/themes/max/package.json +++ b/packages/themes/max/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/max", "description": "Max theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/my-digital-book/CHANGELOG.md b/packages/themes/my-digital-book/CHANGELOG.md index 04813f601b..c92a5f4edd 100644 --- a/packages/themes/my-digital-book/CHANGELOG.md +++ b/packages/themes/my-digital-book/CHANGELOG.md @@ -1,5 +1,20 @@ # @sl-design-system/my-digital-book +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/my-digital-book/package.json b/packages/themes/my-digital-book/package.json index 732c956126..676261f07a 100644 --- a/packages/themes/my-digital-book/package.json +++ b/packages/themes/my-digital-book/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/my-digital-book", "description": "My Digital Book theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/myvanin_onhold/CHANGELOG.md b/packages/themes/myvanin_onhold/CHANGELOG.md index 83d683514b..c598375b68 100644 --- a/packages/themes/myvanin_onhold/CHANGELOG.md +++ b/packages/themes/myvanin_onhold/CHANGELOG.md @@ -1,5 +1,12 @@ # @sl-design-system/myvanin +## 0.1.17 + +### Patch Changes + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.16 ### Patch Changes diff --git a/packages/themes/myvanin_onhold/package.json b/packages/themes/myvanin_onhold/package.json index 204ead02cb..3069a48671 100644 --- a/packages/themes/myvanin_onhold/package.json +++ b/packages/themes/myvanin_onhold/package.json @@ -2,7 +2,7 @@ "name": "@sl-design-system/myvanin", "description": "My Van In theme for the SL Design System", "private": true, - "version": "0.1.16", + "version": "0.1.17", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -32,6 +32,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/neon/CHANGELOG.md b/packages/themes/neon/CHANGELOG.md index f6649e1b11..7964e8724f 100644 --- a/packages/themes/neon/CHANGELOG.md +++ b/packages/themes/neon/CHANGELOG.md @@ -1,5 +1,20 @@ # @sanomalearning/slds-neon +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.17 ### Patch Changes diff --git a/packages/themes/neon/package.json b/packages/themes/neon/package.json index 548a06a793..cb397ab5af 100644 --- a/packages/themes/neon/package.json +++ b/packages/themes/neon/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/neon", "description": "Neon theme for the SL Design System", - "version": "0.1.17", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/sanoma-learning/CHANGELOG.md b/packages/themes/sanoma-learning/CHANGELOG.md index a0904cf9f7..fd3ee3ac73 100644 --- a/packages/themes/sanoma-learning/CHANGELOG.md +++ b/packages/themes/sanoma-learning/CHANGELOG.md @@ -1,5 +1,22 @@ # @sanomalearning/slds-sanoma-learning +## 0.4.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- [#1609](https://github.com/sl-design-system/components/pull/1609) [`515e2fb`](https://github.com/sl-design-system/components/commit/515e2fbbda7ecee92392b8ddf9f98c335fe32cf6) - Added tokens for grid + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.3.12 ### Patch Changes diff --git a/packages/themes/sanoma-learning/package.json b/packages/themes/sanoma-learning/package.json index 9e1ad34f70..7886edfcec 100644 --- a/packages/themes/sanoma-learning/package.json +++ b/packages/themes/sanoma-learning/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/sanoma-learning", "description": "Sanoma Learning theme for the SL Design System", - "version": "0.3.12", + "version": "0.4.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -31,6 +31,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/sanoma-utbildning_onhold/CHANGELOG.md b/packages/themes/sanoma-utbildning_onhold/CHANGELOG.md index 71a5ffa210..72868013d1 100644 --- a/packages/themes/sanoma-utbildning_onhold/CHANGELOG.md +++ b/packages/themes/sanoma-utbildning_onhold/CHANGELOG.md @@ -1,5 +1,12 @@ # @sanomalearning/sanoma-utbildning +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.0.11 ### Patch Changes diff --git a/packages/themes/sanoma-utbildning_onhold/package.json b/packages/themes/sanoma-utbildning_onhold/package.json index 3686ac151a..ecdad4e5aa 100644 --- a/packages/themes/sanoma-utbildning_onhold/package.json +++ b/packages/themes/sanoma-utbildning_onhold/package.json @@ -2,7 +2,7 @@ "name": "@sl-design-system/sanoma-utbildning", "description": "Sanoma Utbildning theme for the SL Design System", "private": true, - "version": "0.0.11", + "version": "0.0.12", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -32,6 +32,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/packages/themes/teas/CHANGELOG.md b/packages/themes/teas/CHANGELOG.md index d1e37ebfec..e9c600f292 100644 --- a/packages/themes/teas/CHANGELOG.md +++ b/packages/themes/teas/CHANGELOG.md @@ -1,5 +1,20 @@ # @sl-design-system/teas +## 0.2.0 + +### Minor Changes + +- [#1607](https://github.com/sl-design-system/components/pull/1607) [`e184512`](https://github.com/sl-design-system/components/commit/e1845127a49819b7ab8d5a0a6a246576195cbe81) - Add new contextual tokens + + This adds new contextual tokens for all themes. The old tokens are still here and are still in use. When the old tokens are no longer used throughout the design system, they will be removed. If you are starting something new, please use the new contextual tokens. + +### Patch Changes + +- [#1497](https://github.com/sl-design-system/components/pull/1497) [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f) - New paginator tokens, new `ellipsis-down` icon. + +- Updated dependencies [[`bbcb7f7`](https://github.com/sl-design-system/components/commit/bbcb7f7cd48e22fa1e61f24ba645a4131b0c75ee)]: + - @sl-design-system/icon@1.0.3 + ## 0.1.18 ### Patch Changes diff --git a/packages/themes/teas/package.json b/packages/themes/teas/package.json index b288d43bf2..ec1132943a 100644 --- a/packages/themes/teas/package.json +++ b/packages/themes/teas/package.json @@ -1,7 +1,7 @@ { "name": "@sl-design-system/teas", "description": "TEAS theme for the SL Design System", - "version": "0.1.18", + "version": "0.2.0", "license": "Apache 2.0", "publishConfig": { "registry": "https://npm.pkg.github.com" @@ -30,6 +30,6 @@ "CHANGELOG.md" ], "dependencies": { - "@sl-design-system/icon": "1.0.2" + "@sl-design-system/icon": "1.0.3" } } diff --git a/yarn.lock b/yarn.lock index 7561ee68a3..0b772ed75b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4361,15 +4361,15 @@ __metadata: "@angular/forms": "npm:^17.3.12" "@angular/platform-browser": "npm:^17.3.12" "@angular/platform-browser-dynamic": "npm:^17.3.12" - "@sl-design-system/checkbox": "npm:^2.0.0" - "@sl-design-system/form": "npm:^1.0.3" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/locales": "npm:^0.0.10" + "@sl-design-system/checkbox": "npm:^2.0.2" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/locales": "npm:^0.0.11" "@sl-design-system/radio-group": "npm:^1.0.1" - "@sl-design-system/select": "npm:^1.1.0" - "@sl-design-system/switch": "npm:^1.0.2" - "@sl-design-system/text-area": "npm:^1.0.1" - "@sl-design-system/text-field": "npm:^1.3.5" + "@sl-design-system/select": "npm:^1.1.3" + "@sl-design-system/switch": "npm:^1.0.4" + "@sl-design-system/text-area": "npm:^1.0.3" + "@sl-design-system/text-field": "npm:^1.5.1" "@storybook/addon-essentials": "npm:^8.4.7" "@storybook/addon-links": "npm:^8.4.7" "@storybook/angular": "npm:^8.4.7" @@ -4421,7 +4421,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/bingel-dc@workspace:packages/themes/bingel-dc" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4429,7 +4429,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/bingel-int@workspace:packages/themes/bingel-int" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4440,9 +4440,9 @@ __metadata: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/button": "npm:^1.0.3" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/popover": "npm:^1.1.0" - "@sl-design-system/tooltip": "npm:^1.1.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/popover": "npm:^1.2.0" + "@sl-design-system/tooltip": "npm:^1.1.2" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -4478,13 +4478,13 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/checkbox@npm:^2.0.0, @sl-design-system/checkbox@npm:^2.0.1, @sl-design-system/checkbox@workspace:packages/components/checkbox": +"@sl-design-system/checkbox@npm:^2.0.2, @sl-design-system/checkbox@workspace:packages/components/checkbox": version: 0.0.0-use.local resolution: "@sl-design-system/checkbox@workspace:packages/components/checkbox" dependencies: "@lit/localize": "npm:^0.12.2" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 languageName: unknown @@ -4525,7 +4525,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/clickedu@workspace:packages/themes/clickedu" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4534,11 +4534,11 @@ __metadata: resolution: "@sl-design-system/combobox@workspace:packages/components/combobox" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/listbox": "npm:^0.0.2" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/listbox": "npm:^0.1.0" "@sl-design-system/tag": "npm:^0.0.4" - "@sl-design-system/text-field": "npm:^1.5.0" + "@sl-design-system/text-field": "npm:^1.5.1" lit: "npm:^3.2.1" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 @@ -4546,11 +4546,11 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/data-source@npm:^0.0.1, @sl-design-system/data-source@workspace:packages/components/data-source": +"@sl-design-system/data-source@npm:^0.0.2, @sl-design-system/data-source@workspace:packages/components/data-source": version: 0.0.0-use.local resolution: "@sl-design-system/data-source@workspace:packages/components/data-source" dependencies: - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/shared": "npm:^0.4.1" languageName: unknown linkType: soft @@ -4562,8 +4562,8 @@ __metadata: "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/button": "npm:^1.1.0" "@sl-design-system/button-bar": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -4612,7 +4612,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/editorial-suite@workspace:packages/themes/editorial-suite" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4676,14 +4676,14 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/form@npm:^1.0.3, @sl-design-system/form@npm:^1.1.0, @sl-design-system/form@workspace:packages/components/form": +"@sl-design-system/form@npm:^1.1.0, @sl-design-system/form@npm:^1.1.1, @sl-design-system/form@workspace:packages/components/form": version: 0.0.0-use.local resolution: "@sl-design-system/form@workspace:packages/components/form" dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/inline-message": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -4705,16 +4705,16 @@ __metadata: "@lit-labs/virtualizer": "npm:^2.0.14" "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/checkbox": "npm:^2.0.1" - "@sl-design-system/data-source": "npm:^0.0.1" + "@sl-design-system/checkbox": "npm:^2.0.2" + "@sl-design-system/data-source": "npm:^0.0.2" "@sl-design-system/ellipsize-text": "npm:^0.0.1" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/popover": "npm:^1.1.1" - "@sl-design-system/scrollbar": "npm:^0.0.0" - "@sl-design-system/select": "npm:^1.1.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/popover": "npm:^1.2.0" + "@sl-design-system/scrollbar": "npm:^0.0.1" + "@sl-design-system/select": "npm:^1.1.3" + "@sl-design-system/shared": "npm:^0.4.1" "@sl-design-system/skeleton": "npm:^1.0.0" - "@sl-design-system/text-field": "npm:^1.5.0" + "@sl-design-system/text-field": "npm:^1.5.1" lit: "npm:^3.2.1" peerDependencies: "@lit-labs/virtualizer": ^2.0.13 @@ -4724,7 +4724,7 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/icon@npm:1.0.2, @sl-design-system/icon@npm:^1.0.0, @sl-design-system/icon@npm:^1.0.1, @sl-design-system/icon@npm:^1.0.2, @sl-design-system/icon@workspace:packages/components/icon": +"@sl-design-system/icon@npm:1.0.3, @sl-design-system/icon@npm:^1.0.0, @sl-design-system/icon@npm:^1.0.1, @sl-design-system/icon@npm:^1.0.2, @sl-design-system/icon@npm:^1.0.3, @sl-design-system/icon@workspace:packages/components/icon": version: 0.0.0-use.local resolution: "@sl-design-system/icon@workspace:packages/components/icon" dependencies: @@ -4753,7 +4753,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/itslearning@workspace:packages/themes/itslearning" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4761,17 +4761,17 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/kampus@workspace:packages/themes/kampus" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft -"@sl-design-system/listbox@npm:^0.0.2, @sl-design-system/listbox@workspace:packages/components/listbox": +"@sl-design-system/listbox@npm:^0.1.0, @sl-design-system/listbox@workspace:packages/components/listbox": version: 0.0.0-use.local resolution: "@sl-design-system/listbox@workspace:packages/components/listbox" dependencies: "@lit-labs/virtualizer": "npm:^2.0.14" "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/icon": "npm:^1.0.2" + "@sl-design-system/icon": "npm:^1.0.3" lit: "npm:^3.2.1" peerDependencies: "@lit-labs/virtualizer": ^2.0.13 @@ -4785,11 +4785,11 @@ __metadata: resolution: "@sl-design-system/lit-examples@workspace:examples/lit" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/shared": "npm:^0.4.1" languageName: unknown linkType: soft -"@sl-design-system/locales@npm:^0.0.10, @sl-design-system/locales@workspace:packages/locales": +"@sl-design-system/locales@npm:^0.0.11, @sl-design-system/locales@workspace:packages/locales": version: 0.0.0-use.local resolution: "@sl-design-system/locales@workspace:packages/locales" dependencies: @@ -4803,7 +4803,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/magister@workspace:packages/themes/magister" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4811,19 +4811,19 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/max@workspace:packages/themes/max" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft -"@sl-design-system/menu@npm:^0.1.3, @sl-design-system/menu@workspace:packages/components/menu": +"@sl-design-system/menu@npm:^0.2.0, @sl-design-system/menu@workspace:packages/components/menu": version: 0.0.0-use.local resolution: "@sl-design-system/menu@workspace:packages/components/menu" dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/button": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -4891,7 +4891,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/my-digital-book@workspace:packages/themes/my-digital-book" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4899,7 +4899,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/myvanin@workspace:packages/themes/myvanin_onhold" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4907,7 +4907,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/neon@workspace:packages/themes/neon" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4918,10 +4918,10 @@ __metadata: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/button": "npm:^1.0.3" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/menu": "npm:^0.1.3" - "@sl-design-system/select": "npm:^1.1.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/menu": "npm:^0.2.0" + "@sl-design-system/select": "npm:^1.1.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -4934,20 +4934,20 @@ __metadata: dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" - "@sl-design-system/tool-bar": "npm:^0.0.4" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" + "@sl-design-system/tool-bar": "npm:^0.0.5" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 languageName: unknown linkType: soft -"@sl-design-system/popover@npm:^1.1.0, @sl-design-system/popover@npm:^1.1.1, @sl-design-system/popover@workspace:packages/components/popover": +"@sl-design-system/popover@npm:^1.2.0, @sl-design-system/popover@workspace:packages/components/popover": version: 0.0.0-use.local resolution: "@sl-design-system/popover@workspace:packages/components/popover" dependencies: - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/shared": "npm:^0.4.1" languageName: unknown linkType: soft @@ -4982,7 +4982,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/sanoma-learning@workspace:packages/themes/sanoma-learning" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -4990,7 +4990,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/sanoma-utbildning@workspace:packages/themes/sanoma-utbildning_onhold" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft @@ -5022,7 +5022,7 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/scrollbar@npm:^0.0.0, @sl-design-system/scrollbar@workspace:packages/components/scrollbar": +"@sl-design-system/scrollbar@npm:^0.0.1, @sl-design-system/scrollbar@workspace:packages/components/scrollbar": version: 0.0.0-use.local resolution: "@sl-design-system/scrollbar@workspace:packages/components/scrollbar" dependencies: @@ -5044,22 +5044,22 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/select@npm:^1.1.0, @sl-design-system/select@npm:^1.1.2, @sl-design-system/select@workspace:packages/components/select": +"@sl-design-system/select@npm:^1.1.3, @sl-design-system/select@workspace:packages/components/select": version: 0.0.0-use.local resolution: "@sl-design-system/select@workspace:packages/components/select" dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 languageName: unknown linkType: soft -"@sl-design-system/shared@npm:^0.4.0, @sl-design-system/shared@workspace:packages/components/shared": +"@sl-design-system/shared@npm:^0.4.0, @sl-design-system/shared@npm:^0.4.1, @sl-design-system/shared@workspace:packages/components/shared": version: 0.0.0-use.local resolution: "@sl-design-system/shared@workspace:packages/components/shared" dependencies: @@ -5111,14 +5111,14 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/switch@npm:^1.0.2, @sl-design-system/switch@workspace:packages/components/switch": +"@sl-design-system/switch@npm:^1.0.4, @sl-design-system/switch@workspace:packages/components/switch": version: 0.0.0-use.local resolution: "@sl-design-system/switch@workspace:packages/components/switch" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 languageName: unknown @@ -5130,9 +5130,9 @@ __metadata: dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/menu": "npm:^0.1.3" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/menu": "npm:^0.2.0" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@lit/localize": ^0.12.1 "@open-wc/scoped-elements": ^3.0.5 @@ -5160,44 +5160,44 @@ __metadata: version: 0.0.0-use.local resolution: "@sl-design-system/teas@workspace:packages/themes/teas" dependencies: - "@sl-design-system/icon": "npm:1.0.2" + "@sl-design-system/icon": "npm:1.0.3" languageName: unknown linkType: soft -"@sl-design-system/text-area@npm:^1.0.1, @sl-design-system/text-area@workspace:packages/components/text-area": +"@sl-design-system/text-area@npm:^1.0.3, @sl-design-system/text-area@workspace:packages/components/text-area": version: 0.0.0-use.local resolution: "@sl-design-system/text-area@workspace:packages/components/text-area" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 languageName: unknown linkType: soft -"@sl-design-system/text-field@npm:^1.3.5, @sl-design-system/text-field@npm:^1.5.0, @sl-design-system/text-field@workspace:packages/components/text-field": +"@sl-design-system/text-field@npm:^1.5.0, @sl-design-system/text-field@npm:^1.5.1, @sl-design-system/text-field@workspace:packages/components/text-field": version: 0.0.0-use.local resolution: "@sl-design-system/text-field@workspace:packages/components/text-field" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/form": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/form": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 languageName: unknown linkType: soft -"@sl-design-system/toggle-button@npm:^0.0.4, @sl-design-system/toggle-button@workspace:packages/components/toggle-button": +"@sl-design-system/toggle-button@npm:^0.0.5, @sl-design-system/toggle-button@workspace:packages/components/toggle-button": version: 0.0.0-use.local resolution: "@sl-design-system/toggle-button@workspace:packages/components/toggle-button" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/shared": "npm:^0.4.0" - "@sl-design-system/tooltip": "npm:^1.1.1" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/shared": "npm:^0.4.1" + "@sl-design-system/tooltip": "npm:^1.1.2" lit: "npm:^3.2.1" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 @@ -5205,13 +5205,13 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/toggle-group@npm:^0.0.4, @sl-design-system/toggle-group@workspace:packages/components/toggle-group": +"@sl-design-system/toggle-group@npm:^0.0.5, @sl-design-system/toggle-group@workspace:packages/components/toggle-group": version: 0.0.0-use.local resolution: "@sl-design-system/toggle-group@workspace:packages/components/toggle-group" dependencies: "@open-wc/scoped-elements": "npm:^3.0.5" - "@sl-design-system/shared": "npm:^0.4.0" - "@sl-design-system/toggle-button": "npm:^0.0.4" + "@sl-design-system/shared": "npm:^0.4.1" + "@sl-design-system/toggle-button": "npm:^0.0.5" lit: "npm:^3.2.1" peerDependencies: lit: ^3.1.4 @@ -5224,27 +5224,27 @@ __metadata: languageName: unknown linkType: soft -"@sl-design-system/tool-bar@npm:^0.0.4, @sl-design-system/tool-bar@workspace:packages/components/tool-bar": +"@sl-design-system/tool-bar@npm:^0.0.5, @sl-design-system/tool-bar@workspace:packages/components/tool-bar": version: 0.0.0-use.local resolution: "@sl-design-system/tool-bar@workspace:packages/components/tool-bar" dependencies: "@lit/localize": "npm:^0.12.2" "@open-wc/scoped-elements": "npm:^3.0.5" "@sl-design-system/button": "npm:^1.1.0" - "@sl-design-system/icon": "npm:^1.0.2" - "@sl-design-system/menu": "npm:^0.1.3" - "@sl-design-system/toggle-button": "npm:^0.0.4" - "@sl-design-system/toggle-group": "npm:^0.0.4" + "@sl-design-system/icon": "npm:^1.0.3" + "@sl-design-system/menu": "npm:^0.2.0" + "@sl-design-system/toggle-button": "npm:^0.0.5" + "@sl-design-system/toggle-group": "npm:^0.0.5" peerDependencies: "@open-wc/scoped-elements": ^3.0.5 languageName: unknown linkType: soft -"@sl-design-system/tooltip@npm:^1.1.0, @sl-design-system/tooltip@npm:^1.1.1, @sl-design-system/tooltip@workspace:packages/components/tooltip": +"@sl-design-system/tooltip@npm:^1.1.1, @sl-design-system/tooltip@npm:^1.1.2, @sl-design-system/tooltip@workspace:packages/components/tooltip": version: 0.0.0-use.local resolution: "@sl-design-system/tooltip@workspace:packages/components/tooltip" dependencies: - "@sl-design-system/shared": "npm:^0.4.0" + "@sl-design-system/shared": "npm:^0.4.1" languageName: unknown linkType: soft