@daikin-oss/design-system-web-components 1.5.0-next.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,73 @@
|
|
|
1
1
|
# @daikin-oss/design-system-web-components
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#362](https://github.com/dsv-rp/DDS/pull/362) [`c4540bb`](https://github.com/dsv-rp/DDS/commit/c4540bbe5cc662728f8326b0c30b234f4467100d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Navigation: Add new Navigation component. (DDS-2899)
|
|
8
|
+
Navigation Item: Add new Navigation Item component. (DDS-2899)
|
|
9
|
+
|
|
10
|
+
- [#358](https://github.com/dsv-rp/DDS/pull/358) [`6f06d44`](https://github.com/dsv-rp/DDS/commit/6f06d4452459e8108a565f1e287a137cd51e4476) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Add new filter type for chip component. (DDS-2886)
|
|
11
|
+
Chip: Add new fill variant for input chip component. (DDS-2886)
|
|
12
|
+
|
|
13
|
+
- [#352](https://github.com/dsv-rp/DDS/pull/352) [`84974c2`](https://github.com/dsv-rp/DDS/commit/84974c2c6908f8aff04fe7d078ef98542262f901) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Empty State: Add Empty State Component. (DDS-2862)
|
|
14
|
+
Table: Added a slot for rendering an empty state component. (DDS-2862)
|
|
15
|
+
Data Display (Recipe): Add a story for empty state. (DDS-2862)
|
|
16
|
+
|
|
17
|
+
- [#361](https://github.com/dsv-rp/DDS/pull/361) [`e8ae396`](https://github.com/dsv-rp/DDS/commit/e8ae3962e8363c2778be27c3f7a58aed8745bac2) Thanks [@yodas7](https://github.com/yodas7)! - Build: Added Custom Elements Manifest generation. The package now includes a `custom-elements.json` file that provides metadata about the web components, generated using `@custom-elements-manifest/analyzer`.
|
|
18
|
+
|
|
19
|
+
- [#334](https://github.com/dsv-rp/DDS/pull/334) [`dd2b1c4`](https://github.com/dsv-rp/DDS/commit/dd2b1c469886eade5e40bec973c72a5bd4b03cae) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chore: Update tailwindcss version from v3 to v4. (DDS-2824)
|
|
20
|
+
Combobox: Corrected the issue where the placeholder font color was too faint.
|
|
21
|
+
Select: Fixed the Select component color in the disabled state.
|
|
22
|
+
Breadcrumb: Fixed breadcrumb's padding top and bottom width.
|
|
23
|
+
|
|
24
|
+
- [#356](https://github.com/dsv-rp/DDS/pull/356) [`e0483cc`](https://github.com/dsv-rp/DDS/commit/e0483cc044e3645ca576db88f0819133b181dbaf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Add border variant to accordion component. (DDS-2885)
|
|
25
|
+
|
|
26
|
+
- [#341](https://github.com/dsv-rp/DDS/pull/341) [`7e323f9`](https://github.com/dsv-rp/DDS/commit/7e323f9b2a426456504265118a1685cb35f4ce37) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card (Storybook): Updated the story variants to ensure consistency with the Figma specifications. (DDS-2859)
|
|
27
|
+
|
|
28
|
+
- [#357](https://github.com/dsv-rp/DDS/pull/357) [`9263063`](https://github.com/dsv-rp/DDS/commit/92630631896e7a38d0eb7d84d89bc9c65b03fbdf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tag: Add Tag component. (DDS-2903)
|
|
29
|
+
Input File: Add Input File recipe. (DDS-2837)
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- [#367](https://github.com/dsv-rp/DDS/pull/367) [`1c20b0a`](https://github.com/dsv-rp/DDS/commit/1c20b0a224933beacc01a205712027c5bcadb4ed) Thanks [@yodas7](https://github.com/yodas7)! - Set `cursor: pointer` for clickable button elements. (DDS-2927)
|
|
34
|
+
|
|
35
|
+
- [#350](https://github.com/dsv-rp/DDS/pull/350) [`c8f4873`](https://github.com/dsv-rp/DDS/commit/c8f48731fcfabfb4b55435ba5181c6c2cc5fb7dc) Thanks [@dk-wei](https://github.com/dk-wei)! - Tab panels (Storybook): Added kitchen sink page.
|
|
36
|
+
|
|
37
|
+
- [#365](https://github.com/dsv-rp/DDS/pull/365) [`b9c0a07`](https://github.com/dsv-rp/DDS/commit/b9c0a07c2dfcd34ce987ece2bc018e236e3bda70) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Breadcrumb Item: Fixed missing aria-haspopup and aria-expanded attributes in the Breadcrumb's ellipsis variant. (DDS-2926)
|
|
38
|
+
|
|
39
|
+
- [#360](https://github.com/dsv-rp/DDS/pull/360) [`a8daf3e`](https://github.com/dsv-rp/DDS/commit/a8daf3eb12e717fb4812dcaba9f15da82ee131f6) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Accordion: Fixed an issue where users could focus content within a closed accordion. (DDS-2909)
|
|
40
|
+
|
|
41
|
+
- [#363](https://github.com/dsv-rp/DDS/pull/363) [`1b7198f`](https://github.com/dsv-rp/DDS/commit/1b7198f7718dcef0bf0bb4ef4a71b3460024d0bf) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Add CSS part to allow users to adjust the modal size. (DDS-2916)
|
|
42
|
+
Modal: Updated default sizing behavior. Minimum and maximum dimensions are now enforced based on the viewport size. (DDS-2916)
|
|
43
|
+
|
|
44
|
+
- [#342](https://github.com/dsv-rp/DDS/pull/342) [`8cbfeea`](https://github.com/dsv-rp/DDS/commit/8cbfeeaa8b213ae5d956a97fe4901f72517c7393) Thanks [@dk-wei](https://github.com/dk-wei)! - Text masked field (Storybook): Added kitchen sink page.
|
|
45
|
+
|
|
46
|
+
- [#339](https://github.com/dsv-rp/DDS/pull/339) [`97cf6bb`](https://github.com/dsv-rp/DDS/commit/97cf6bb07a5bca90264db6f72b0a74a9b1d5aa29) Thanks [@dk-wei](https://github.com/dk-wei)! - Time picker (Storybook): Added kitchen sink page.
|
|
47
|
+
|
|
48
|
+
- [#373](https://github.com/dsv-rp/DDS/pull/373) [`bfdacc5`](https://github.com/dsv-rp/DDS/commit/bfdacc537a7f0fc0c18dceadf0bbd47b8c755a40) Thanks [@dk-wei](https://github.com/dk-wei)! - Navigation Item (Storybook): Added kitchen sink page.
|
|
49
|
+
|
|
50
|
+
- [#332](https://github.com/dsv-rp/DDS/pull/332) [`47cd295`](https://github.com/dsv-rp/DDS/commit/47cd295b3c1737917d49d4ae981e09969b481810) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Create THIRDPARTY.txt for third-party library licenses. (DDS-2801)
|
|
51
|
+
Storybook: Serve /thirdparty.txt for third-party library licenses. (DDS-2801)
|
|
52
|
+
|
|
53
|
+
- [#364](https://github.com/dsv-rp/DDS/pull/364) [`259eefe`](https://github.com/dsv-rp/DDS/commit/259eefe83297c31109b7b7c5a6efbd03c5fbef0d) Thanks [@dk-wei](https://github.com/dk-wei)! - Empty State (Storybook): Added kitchen sink page.
|
|
54
|
+
|
|
55
|
+
- [#370](https://github.com/dsv-rp/DDS/pull/370) [`3d4b78b`](https://github.com/dsv-rp/DDS/commit/3d4b78b30757801851d27cfa4e01801869065e9b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Fixed an issue where the color switcher state resets unexpectedly in the docs. (DDS-2919)
|
|
56
|
+
|
|
57
|
+
- [#343](https://github.com/dsv-rp/DDS/pull/343) [`b797b32`](https://github.com/dsv-rp/DDS/commit/b797b32bf93b1fafa44e240ae7499dcefda2c8fa) Thanks [@dk-wei](https://github.com/dk-wei)! - Chip (Storybook): Added kitchen sink page.
|
|
58
|
+
|
|
59
|
+
- [#368](https://github.com/dsv-rp/DDS/pull/368) [`febb1b1`](https://github.com/dsv-rp/DDS/commit/febb1b1828b9d7226e6f23b5f88b48bde2437a5c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tree Section: Adjust arrow icon position in tree section. (DDS-2928)
|
|
60
|
+
|
|
61
|
+
- [#354](https://github.com/dsv-rp/DDS/pull/354) [`2376b98`](https://github.com/dsv-rp/DDS/commit/2376b98bf2216ee45297a744276a957547f9b95d) Thanks [@yodas7](https://github.com/yodas7)! - Added SPA navigation helper utilities, importable from `@daikin-oss/design-system-web-components/navigation.js`.
|
|
62
|
+
|
|
63
|
+
- [#359](https://github.com/dsv-rp/DDS/pull/359) [`d2395fa`](https://github.com/dsv-rp/DDS/commit/d2395fa24e58f1b66cfdfab942e174dc10bbbdde) Thanks [@yodas7](https://github.com/yodas7)! - Calendar: Fix wrong weekday displayed in certain timezones. (DDS-2907)
|
|
64
|
+
|
|
65
|
+
- [#351](https://github.com/dsv-rp/DDS/pull/351) [`85bb55c`](https://github.com/dsv-rp/DDS/commit/85bb55c4f3b3359f01b433e277d945bf8763ff98) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Toast Notification: Update text wrapping behavior. (DDS-2849)
|
|
66
|
+
|
|
67
|
+
- [#355](https://github.com/dsv-rp/DDS/pull/355) [`3341ca0`](https://github.com/dsv-rp/DDS/commit/3341ca0878135f41e32bfe4eef0cd6a72870331a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tabs: Corrected some inaccuracies in the documentation. (DDS-2868)
|
|
68
|
+
|
|
69
|
+
- [#353](https://github.com/dsv-rp/DDS/pull/353) [`56b7724`](https://github.com/dsv-rp/DDS/commit/56b77248bc5e696401820847ab06cbc6f4986b1d) Thanks [@dk-wei](https://github.com/dk-wei)! - Table header cell (Storybook): Added kitchen sink page.
|
|
70
|
+
|
|
3
71
|
## 1.5.0-next.0
|
|
4
72
|
|
|
5
73
|
### Minor Changes
|
package/custom-elements.json
CHANGED
|
@@ -1171,30 +1171,6 @@
|
|
|
1171
1171
|
}
|
|
1172
1172
|
]
|
|
1173
1173
|
},
|
|
1174
|
-
{
|
|
1175
|
-
"kind": "javascript-module",
|
|
1176
|
-
"path": "dist/es/constants/events.js",
|
|
1177
|
-
"declarations": [
|
|
1178
|
-
{
|
|
1179
|
-
"kind": "variable",
|
|
1180
|
-
"name": "EVENT_CLOSE",
|
|
1181
|
-
"type": {
|
|
1182
|
-
"text": "string"
|
|
1183
|
-
},
|
|
1184
|
-
"default": "\"close\""
|
|
1185
|
-
}
|
|
1186
|
-
],
|
|
1187
|
-
"exports": [
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "js",
|
|
1190
|
-
"name": "EVENT_CLOSE",
|
|
1191
|
-
"declaration": {
|
|
1192
|
-
"name": "EVENT_CLOSE",
|
|
1193
|
-
"module": "src/constants/events.ts"
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
1174
|
{
|
|
1199
1175
|
"kind": "javascript-module",
|
|
1200
1176
|
"path": "dist/es/components/index.js",
|
|
@@ -1706,6 +1682,30 @@
|
|
|
1706
1682
|
}
|
|
1707
1683
|
]
|
|
1708
1684
|
},
|
|
1685
|
+
{
|
|
1686
|
+
"kind": "javascript-module",
|
|
1687
|
+
"path": "dist/es/constants/events.js",
|
|
1688
|
+
"declarations": [
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "variable",
|
|
1691
|
+
"name": "EVENT_CLOSE",
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "string"
|
|
1694
|
+
},
|
|
1695
|
+
"default": "\"close\""
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"exports": [
|
|
1699
|
+
{
|
|
1700
|
+
"kind": "js",
|
|
1701
|
+
"name": "EVENT_CLOSE",
|
|
1702
|
+
"declaration": {
|
|
1703
|
+
"name": "EVENT_CLOSE",
|
|
1704
|
+
"module": "src/constants/events.ts"
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
]
|
|
1708
|
+
},
|
|
1709
1709
|
{
|
|
1710
1710
|
"kind": "javascript-module",
|
|
1711
1711
|
"path": "dist/es/controllers/click-outside.js",
|