Skip to content

Commit 57bc8f6

Browse files
Version Packages
1 parent 7a62e08 commit 57bc8f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+299
-163
lines changed

Diff for: .changeset/clever-ties-search.md

-16
This file was deleted.

Diff for: .changeset/dry-wasps-thank.md

-8
This file was deleted.

Diff for: .changeset/flat-flowers-approve.md

-5
This file was deleted.

Diff for: .changeset/old-items-build.md

-7
This file was deleted.

Diff for: .changeset/orange-feet-protect.md

-5
This file was deleted.

Diff for: .changeset/rare-impalas-attend.md

-5
This file was deleted.

Diff for: .changeset/real-steaks-agree.md

-5
This file was deleted.

Diff for: .changeset/smart-bikes-melt.md

-5
This file was deleted.

Diff for: .changeset/soft-coins-shop.md

-5
This file was deleted.

Diff for: .changeset/tiny-buses-taste.md

-7
This file was deleted.

Diff for: .changeset/twenty-rice-lie.md

-5
This file was deleted.

Diff for: examples/lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"dependencies": {
2424
"@open-wc/scoped-elements": "^3.0.5",
25-
"@sl-design-system/shared": "^0.4.0"
25+
"@sl-design-system/shared": "^0.4.1"
2626
}
2727
}

Diff for: packages/angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"@angular/forms": "^17.3.11",
7272
"@angular/platform-browser": "^17.3.11",
7373
"@angular/platform-browser-dynamic": "^17.3.11",
74-
"@sl-design-system/checkbox": "^2.0.0",
75-
"@sl-design-system/form": "^1.0.3",
74+
"@sl-design-system/checkbox": "^2.0.2",
75+
"@sl-design-system/form": "^1.1.1",
7676
"@sl-design-system/icon": "^1.0.2",
77-
"@sl-design-system/locales": "^0.0.10",
77+
"@sl-design-system/locales": "^0.0.11",
7878
"@sl-design-system/radio-group": "^1.0.1",
79-
"@sl-design-system/select": "^1.1.0",
79+
"@sl-design-system/select": "^1.1.3",
8080
"@sl-design-system/switch": "^1.0.2",
8181
"@sl-design-system/text-area": "^1.0.1",
8282
"@sl-design-system/text-field": "^1.3.5",

Diff for: packages/components/breadcrumbs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sl-design-system/breadcrumbs
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/tooltip@1.1.2
11+
312
## 1.0.3
413

514
### Patch Changes

Diff for: packages/components/breadcrumbs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/breadcrumbs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Breadcrumbs component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -41,7 +41,7 @@
4141
"@sl-design-system/button": "^1.0.3",
4242
"@sl-design-system/icon": "^1.0.2",
4343
"@sl-design-system/popover": "^1.1.0",
44-
"@sl-design-system/tooltip": "^1.1.0"
44+
"@sl-design-system/tooltip": "^1.1.2"
4545
},
4646
"devDependencies": {
4747
"@lit/localize": "^0.12.1",

Diff for: packages/components/checkbox/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sl-design-system/checkbox
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/shared@0.4.1
11+
- @sl-design-system/form@1.1.1
12+
313
## 2.0.1
414

515
### Patch Changes

Diff for: packages/components/checkbox/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/checkbox",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Checkbox component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -38,8 +38,8 @@
3838
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3939
},
4040
"dependencies": {
41-
"@sl-design-system/form": "^1.1.0",
42-
"@sl-design-system/shared": "^0.4.0"
41+
"@sl-design-system/form": "^1.1.1",
42+
"@sl-design-system/shared": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@lit/localize": "^0.12.1"

Diff for: packages/components/data-source/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @sl-design-system/data-source
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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.
12+
13+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
14+
- @sl-design-system/shared@0.4.1
15+
316
## 0.0.1
417

518
### Patch Changes

Diff for: packages/components/data-source/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/data-source",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Data source classes for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -32,6 +32,6 @@
3232
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3333
},
3434
"dependencies": {
35-
"@sl-design-system/shared": "^0.4.0"
35+
"@sl-design-system/shared": "^0.4.1"
3636
}
3737
}

Diff for: packages/components/form/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sl-design-system/form
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/shared@0.4.1
11+
312
## 1.1.0
413

514
### Minor Changes

Diff for: packages/components/form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/form",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Form components for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@sl-design-system/inline-message": "^1.0.2",
42-
"@sl-design-system/shared": "^0.4.0"
42+
"@sl-design-system/shared": "^0.4.1"
4343
},
4444
"devDependencies": {
4545
"@lit/localize": "^0.12.1",

Diff for: packages/components/grid/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @sl-design-system/grid
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#1609](https://github.com/sl-design-system/components/pull/1609) [`515e2fb`](https://github.com/sl-design-system/components/commit/515e2fbbda7ecee92392b8ddf9f98c335fe32cf6) - Added tokens for grid
10+
11+
- [#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
12+
13+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`7a62e08`](https://github.com/sl-design-system/components/commit/7a62e08afbcd5768277164a8075939c3d8c17667), [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`dd63dd8`](https://github.com/sl-design-system/components/commit/dd63dd88f83f81316dd133b2eb9383454dae0b2f)]:
14+
- @sl-design-system/data-source@0.0.2
15+
- @sl-design-system/shared@0.4.1
16+
- @sl-design-system/checkbox@2.0.2
17+
- @sl-design-system/select@1.1.3
18+
319
## 0.2.0
420

521
### Minor Changes

Diff for: packages/components/grid/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/grid",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Grid components for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -38,13 +38,13 @@
3838
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3939
},
4040
"dependencies": {
41-
"@sl-design-system/checkbox": "^2.0.1",
42-
"@sl-design-system/data-source": "^0.0.1",
41+
"@sl-design-system/checkbox": "^2.0.2",
42+
"@sl-design-system/data-source": "^0.0.2",
4343
"@sl-design-system/ellipsize-text": "^0.0.1",
4444
"@sl-design-system/icon": "^1.0.2",
4545
"@sl-design-system/popover": "^1.1.1",
46-
"@sl-design-system/select": "^1.1.2",
47-
"@sl-design-system/shared": "^0.4.0",
46+
"@sl-design-system/select": "^1.1.3",
47+
"@sl-design-system/shared": "^0.4.1",
4848
"@sl-design-system/skeleton": "^1.0.0",
4949
"@sl-design-system/text-field": "^1.5.0"
5050
},

Diff for: packages/components/paginator/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @sl-design-system/paginator
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652), [`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/shared@0.4.1
11+
- @sl-design-system/select@1.1.3

Diff for: packages/components/paginator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/paginator",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Paginator component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -41,8 +41,8 @@
4141
"@sl-design-system/button": "^1.0.3",
4242
"@sl-design-system/icon": "^1.0.2",
4343
"@sl-design-system/menu": "^0.1.3",
44-
"@sl-design-system/select": "^1.1.2",
45-
"@sl-design-system/shared": "^0.4.0"
44+
"@sl-design-system/select": "^1.1.3",
45+
"@sl-design-system/shared": "^0.4.1"
4646
},
4747
"devDependencies": {
4848
"@lit/localize": "^0.12.1",

Diff for: packages/components/panel/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sl-design-system/panel
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
8+
- @sl-design-system/shared@0.4.1
9+
- @sl-design-system/tool-bar@0.0.5
10+
311
## 0.0.4
412

513
### Patch Changes

Diff for: packages/components/panel/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/panel",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Panel component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@sl-design-system/icon": "^1.0.2",
42-
"@sl-design-system/shared": "^0.4.0",
43-
"@sl-design-system/tool-bar": "^0.0.4"
42+
"@sl-design-system/shared": "^0.4.1",
43+
"@sl-design-system/tool-bar": "^0.0.5"
4444
},
4545
"devDependencies": {
4646
"@lit/localize": "^0.12.1",

Diff for: packages/components/select/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sl-design-system/select
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
- Updated dependencies [[`cab0938`](https://github.com/sl-design-system/components/commit/cab093898b324073801945fc3771eec2014d6652)]:
10+
- @sl-design-system/shared@0.4.1
11+
- @sl-design-system/form@1.1.1
12+
313
## 1.1.2
414

515
### Patch Changes

Diff for: packages/components/select/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sl-design-system/select",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Select component for the SL Design System",
55
"license": "Apache-2.0",
66
"publishConfig": {
@@ -38,9 +38,9 @@
3838
"test": "echo \"Error: run tests from monorepo root.\" && exit 1"
3939
},
4040
"dependencies": {
41-
"@sl-design-system/form": "^1.1.0",
41+
"@sl-design-system/form": "^1.1.1",
4242
"@sl-design-system/icon": "^1.0.2",
43-
"@sl-design-system/shared": "^0.4.0"
43+
"@sl-design-system/shared": "^0.4.1"
4444
},
4545
"devDependencies": {
4646
"@lit/localize": "^0.12.1",

0 commit comments

Comments
 (0)