@daikin-oss/design-system-web-components 1.3.0-next.2 → 1.3.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 +115 -1
- package/dist/cjs/base/dds-element.cjs +1 -1
- package/dist/cjs/components/icon/daikin-icon.d.cts +12 -0
- package/dist/cjs/components/icon/icons.json.cjs +1 -1
- package/dist/cjs/components/icon/icons.json.d.cts +12 -0
- package/dist/cjs/utils/notification-common.d.cts +1 -1
- package/dist/cjs-dev/base/dds-element.cjs +1 -1
- package/dist/cjs-dev/components/icon/daikin-icon.d.cts +12 -0
- package/dist/cjs-dev/components/icon/icons.json.cjs +1 -1
- package/dist/cjs-dev/components/icon/icons.json.d.cts +12 -0
- package/dist/cjs-dev/utils/notification-common.d.cts +1 -1
- package/dist/es/base/dds-element.js +1 -1
- package/dist/es/components/icon/daikin-icon.d.ts +12 -0
- package/dist/es/components/icon/icons.json.d.ts +12 -0
- package/dist/es/components/icon/icons.json.js +1 -1
- package/dist/es/utils/notification-common.d.ts +1 -1
- package/dist/es-dev/base/dds-element.js +1 -1
- package/dist/es-dev/components/icon/daikin-icon.d.ts +12 -0
- package/dist/es-dev/components/icon/icons.json.d.ts +12 -0
- package/dist/es-dev/components/icon/icons.json.js +1 -1
- package/dist/es-dev/utils/notification-common.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,66 @@
|
|
|
1
1
|
# @daikin-oss/design-system-web-components
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#244](https://github.com/dsv-rp/DDS/pull/244) [`31675c7`](https://github.com/dsv-rp/DDS/commit/31675c78cd74ee25f2bcd48dbaa8818074e593e7) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Time Picker: Add Time Picker component. (DDS-2429)
|
|
8
|
+
|
|
9
|
+
- [#227](https://github.com/dsv-rp/DDS/pull/227) [`1b2450a`](https://github.com/dsv-rp/DDS/commit/1b2450a37d5a8ecfbd3b5caf3ddd90ba80a69482) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Combobox: Initial Implementation. (DDS-1876)
|
|
10
|
+
|
|
11
|
+
- [#254](https://github.com/dsv-rp/DDS/pull/254) [`ee7ff8c`](https://github.com/dsv-rp/DDS/commit/ee7ff8cd6aa31c8355574a9ab54cd13149259909) Thanks [@dk-wei](https://github.com/dk-wei)! - Icon Button: Added the `size` attribute to support larger sizes. (DDS-2577)
|
|
12
|
+
|
|
13
|
+
- [#238](https://github.com/dsv-rp/DDS/pull/238) [`4739419`](https://github.com/dsv-rp/DDS/commit/47394199565b8e08e4d64bb1bad9980069705020) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Range: Add date range recipe.
|
|
14
|
+
|
|
15
|
+
- [#239](https://github.com/dsv-rp/DDS/pull/239) [`6356f23`](https://github.com/dsv-rp/DDS/commit/6356f2365d1035a96c7c7672be67c0053ad088b8) Thanks [@yodas7](https://github.com/yodas7)! - Icon: Added custom icon registration feature that allows registering and using custom icons via the icon registry. (DDS-2509)
|
|
16
|
+
|
|
17
|
+
- [#231](https://github.com/dsv-rp/DDS/pull/231) [`817ba1e`](https://github.com/dsv-rp/DDS/commit/817ba1e7cd386e67fadc7701b00124c66b802f07) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Chip: Initial Implementation. (DDS-2398)
|
|
18
|
+
|
|
19
|
+
- [#229](https://github.com/dsv-rp/DDS/pull/229) [`cd1a53e`](https://github.com/dsv-rp/DDS/commit/cd1a53e23d7116667905faf640814174f8bc21ba) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Login: Add Login Recipe. (DDS-2410)
|
|
20
|
+
|
|
21
|
+
- [#243](https://github.com/dsv-rp/DDS/pull/243) [`3a70b2c`](https://github.com/dsv-rp/DDS/commit/3a70b2cef781d5bea10f88689f4de8d24d8104c9) Thanks [@yodas7](https://github.com/yodas7)! - Text Masked Field: Initial Implementation. (DDS-2412)
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [#256](https://github.com/dsv-rp/DDS/pull/256) [`c049117`](https://github.com/dsv-rp/DDS/commit/c049117b05e92c73827d84c50f953f6cc89491c9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed an issue where the dropdown would not close on Safari. (DDS-2593)
|
|
26
|
+
Dropdown: Fixed an issue where the dropdown would not open on iOS Safari.
|
|
27
|
+
Time Picker: Added a story and test cases for the component's error state. (DDS-2595)
|
|
28
|
+
Time Picker: Update min and max property docs. (DDS-2594)
|
|
29
|
+
|
|
30
|
+
- [#234](https://github.com/dsv-rp/DDS/pull/234) [`c39282e`](https://github.com/dsv-rp/DDS/commit/c39282e48b4e655a4852610bd36d25fa02bd0ef0) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Date Picker: Fixed the issue where the floating popup did not automatically adjust its position based on the component's location, as well as the unstable open state on touch devices.
|
|
31
|
+
Dropdown: Fixed the issue where the unstable open state on touch devices.
|
|
32
|
+
|
|
33
|
+
- [#226](https://github.com/dsv-rp/DDS/pull/226) [`1b008d4`](https://github.com/dsv-rp/DDS/commit/1b008d45846d7a7772b67d22e0cf952134e4abf1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Updated the code in the Show Code section of the data display docs to make it easier for users to reference. (DDS-2467)
|
|
34
|
+
|
|
35
|
+
- [#214](https://github.com/dsv-rp/DDS/pull/214) [`c5d8397`](https://github.com/dsv-rp/DDS/commit/c5d8397a978b657edaafc2bdf59b7063a5256b9b) Thanks [@dk-wei](https://github.com/dk-wei)! - Carousel: Wrap text in carousel items so that the size of the carousel items does not exceed the container.
|
|
36
|
+
|
|
37
|
+
- [#228](https://github.com/dsv-rp/DDS/pull/228) [`5a3273f`](https://github.com/dsv-rp/DDS/commit/5a3273fd29ce90e31b196ac4b8b2c60005e22f8c) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Table: Updated the docs for better user understanding. (DDS-2469)
|
|
38
|
+
Text Field: Fix the issue when click the clear button can't fire input event and it will get a wrong value from `event.target.value` . (DDS-2468)
|
|
39
|
+
|
|
40
|
+
- [#258](https://github.com/dsv-rp/DDS/pull/258) [`a17712c`](https://github.com/dsv-rp/DDS/commit/a17712ca5ccf6c5ba45cd46efba1ace4b1368d60) Thanks [@yodas7](https://github.com/yodas7)! - Table: The sort icon in table header rows now changes based on the sort state. (DDS-2503)
|
|
41
|
+
Table Header Cell: Added an `order` property to control the sort icon display. (DDS-2503)
|
|
42
|
+
|
|
43
|
+
- [#246](https://github.com/dsv-rp/DDS/pull/246) [`1c3c47e`](https://github.com/dsv-rp/DDS/commit/1c3c47e4aa329e6f670793a2ab041d3c8a37050f) Thanks [@yodas7](https://github.com/yodas7)! - Dropdown: Always set button labels to improve accessibility. (DDS-2539)
|
|
44
|
+
|
|
45
|
+
- [#221](https://github.com/dsv-rp/DDS/pull/221) [`8612e63`](https://github.com/dsv-rp/DDS/commit/8612e637b608a01b6276e186d86aca7af02032d9) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Storybook: Changed the control for icon-related properties in Controls from text input to a dropdown list. (DDS-2425)
|
|
46
|
+
|
|
47
|
+
- [#251](https://github.com/dsv-rp/DDS/pull/251) [`349f760`](https://github.com/dsv-rp/DDS/commit/349f7609be3e394ba7522a3b495072ed00f25c48) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - List Item: Fixed an issue where the left-side icon would shrink when the content was too long. (DDS-2492)
|
|
48
|
+
Tooltip: Updated the component documentation. (DDS-2496)
|
|
49
|
+
Tooltip: Fixed a bug where the popover would unintentionally open upon clicking the trigger when the tooltip was set to the manual control. (DDS-2559)
|
|
50
|
+
Radio Group: Fixed an issue where components were not exported from the root file.
|
|
51
|
+
Chip: Fixed an issue where components were not exported from the root file.
|
|
52
|
+
Card: Fixed the appearance of the card footer button to use the outline variant.
|
|
53
|
+
Dropdown: Fixed an issue where the dropdown's scrollbar overlapped a portion of the border radius. (DDS-2544)
|
|
54
|
+
Combobox: Fixed an issue where the dropdown's scrollbar overlapped a portion of the border radius. (DDS-2544)
|
|
55
|
+
|
|
56
|
+
- [#241](https://github.com/dsv-rp/DDS/pull/241) [`032b288`](https://github.com/dsv-rp/DDS/commit/032b288b4d57f53a2e14fc189e52f44b84a2a89d) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Explicitly set the `type` attribute of the `<button>` elements in the following components to `"button"` to avoid ambiguity and potential issues.
|
|
57
|
+
|
|
58
|
+
- daikin-accordion-item
|
|
59
|
+
- daikin-avatar
|
|
60
|
+
- daikin-calendar
|
|
61
|
+
- daikin-carousel
|
|
62
|
+
- daikin-tab
|
|
63
|
+
|
|
3
64
|
## 1.3.0-next.2
|
|
4
65
|
|
|
5
66
|
### Minor Changes
|
|
@@ -70,6 +131,14 @@
|
|
|
70
131
|
- [#193](https://github.com/dsv-rp/DDS/pull/193) [`a726caa`](https://github.com/dsv-rp/DDS/commit/a726caa048f528aedda421ace0388683ebd3c804) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Header: Add Recipe. (DDS-2169)
|
|
71
132
|
Data Display: Add Recipe. (DDS-2284)
|
|
72
133
|
|
|
134
|
+
- [#144](https://github.com/dsv-rp/DDS/pull/144) [`bde7786`](https://github.com/dsv-rp/DDS/commit/bde778694815e551bcca77c190d13b7b0488728e) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Checkbox Group: Initial Implementation. (DDS-1732)
|
|
135
|
+
|
|
136
|
+
- [#161](https://github.com/dsv-rp/DDS/pull/161) [`c4f05f8`](https://github.com/dsv-rp/DDS/commit/c4f05f8c2b4feb1fee67bdd7449e3e5429e1d10a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Menu: Initial Implementation. (DDS-1937)
|
|
137
|
+
|
|
138
|
+
- [#180](https://github.com/dsv-rp/DDS/pull/180) [`2590eee`](https://github.com/dsv-rp/DDS/commit/2590eee5e2a51dd7a6d9342010c9ce91f101ed20) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Logo: Initial Implementation. (DDS-2122)
|
|
139
|
+
|
|
140
|
+
- [#120](https://github.com/dsv-rp/DDS/pull/120) [`cd05582`](https://github.com/dsv-rp/DDS/commit/cd055823e21a54de02db36ba0a9cd0488b21c85f) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Slider: Initial Implementation. (DDS-1740)
|
|
141
|
+
|
|
73
142
|
- [#194](https://github.com/dsv-rp/DDS/pull/194) [`3a0834a`](https://github.com/dsv-rp/DDS/commit/3a0834aade4661eb1b2df6a05a273a9c45c90568) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Fixed an issue where the button did not function as a submit button.
|
|
74
143
|
Icon Button: Fixed an issue where the button did not function as a submit button.
|
|
75
144
|
Checkbox: Added `form` attribute. (DDS-2254)
|
|
@@ -83,24 +152,69 @@
|
|
|
83
152
|
Text Field: Added `form` attribute. (DDS-2254)
|
|
84
153
|
Toggle: Added `form` attribute. (DDS-2254)
|
|
85
154
|
|
|
155
|
+
- [#167](https://github.com/dsv-rp/DDS/pull/167) [`c9d2430`](https://github.com/dsv-rp/DDS/commit/c9d2430520890b3b2fdb9cefb7d552fd3d237d28) Thanks [@poetrainy](https://github.com/poetrainy)! - **BREAKING CHANGE** Inline Notification: The `description` slot has been replaced with the default slot. (DDS-1981)
|
|
156
|
+
Inline Notification: Updated appearance. (DDS-1981)
|
|
157
|
+
**BREAKING CHANGE** Toast Notification: The `description` slot has been replaced with the default slot. (DDS-1982)
|
|
158
|
+
Toast Notification: Updated appearance. (DDS-1982)
|
|
159
|
+
|
|
86
160
|
- [#204](https://github.com/dsv-rp/DDS/pull/204) [`219547a`](https://github.com/dsv-rp/DDS/commit/219547afb633c0e05504307fa1638852e7b5ec52) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Button: Add large size variant. (DDS-2323)
|
|
87
161
|
|
|
88
162
|
- [#202](https://github.com/dsv-rp/DDS/pull/202) [`415ddc5`](https://github.com/dsv-rp/DDS/commit/415ddc59a7cd3ca209f6a5c112fc0245bf2e17b6) Thanks [@yodas7](https://github.com/yodas7)! - Date Picker: Initial Implementation. (DDS-1703)
|
|
89
163
|
Calender: Initial Implementation. (DDS-1704)
|
|
90
164
|
|
|
165
|
+
- [#157](https://github.com/dsv-rp/DDS/pull/157) [`79b510a`](https://github.com/dsv-rp/DDS/commit/79b510a396435731ba8b2bec6b2fbe1bbcc780d6) Thanks [@poetrainy](https://github.com/poetrainy)! - Text Field: The `type` attribute now accepts `password` and `search` . (DDS-1707, DDS-1709)
|
|
166
|
+
Text Field: The `type` attribute now accepts `search` . (DDS-1709)
|
|
167
|
+
|
|
168
|
+
- [#219](https://github.com/dsv-rp/DDS/pull/219) [`36552b0`](https://github.com/dsv-rp/DDS/commit/36552b070cacda6e051ff233df78edfe817527a5) Thanks [@yodas7](https://github.com/yodas7)! - Release v1.2.0.
|
|
169
|
+
|
|
170
|
+
The following (stable) components have been added in this release.
|
|
171
|
+
|
|
172
|
+
- Slider
|
|
173
|
+
- Logo
|
|
174
|
+
- Menu
|
|
175
|
+
- Checkbox Group
|
|
176
|
+
- Date Picker
|
|
177
|
+
- Calendar
|
|
178
|
+
- Modal
|
|
179
|
+
|
|
180
|
+
The following components have been promoted from experimental to stable in this release.
|
|
181
|
+
|
|
182
|
+
- Loading
|
|
183
|
+
- Avatar
|
|
184
|
+
- Toast Notification
|
|
185
|
+
|
|
186
|
+
No new experimental components were added in this release.
|
|
187
|
+
|
|
91
188
|
- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Initial Implementation. (DDS-1723)
|
|
92
189
|
|
|
93
190
|
### Patch Changes
|
|
94
191
|
|
|
95
192
|
- [#200](https://github.com/dsv-rp/DDS/pull/200) [`625ff76`](https://github.com/dsv-rp/DDS/commit/625ff763ee3a41bdf1d448575617b4faf18f0c16) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Loading: Update story appearance and comment about background property. (DDS-2099)
|
|
96
|
-
Password: Update story and fixed an issue where an extra eye icon appeared in input fields on Edge browser. (DDS-2095)
|
|
193
|
+
Password: Update story appearance and fixed an issue where an extra eye icon appeared in input fields on Edge browser. (DDS-2095)
|
|
97
194
|
Logo: Automatically select the appropriate logo variant based on the Storybook theme to prevent user confusion. (DDS-2150)
|
|
98
195
|
Menu: Removed unnecessary items from the story controls and adjusted the text change line strategy. (DDS-2113)
|
|
99
196
|
|
|
197
|
+
- [#171](https://github.com/dsv-rp/DDS/pull/171) [`48dd161`](https://github.com/dsv-rp/DDS/commit/48dd16156a8776e6fc13fc825bf4bb98270a4488) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Dropdown: Fixed bugs open properties not work in storybook doc. (DDS-1983)
|
|
198
|
+
Dropdown: Update story appearance.
|
|
199
|
+
Dropdown: Update appearance when content overflow. (DDS-1983)
|
|
200
|
+
|
|
100
201
|
- [#182](https://github.com/dsv-rp/DDS/pull/182) [`08cea1b`](https://github.com/dsv-rp/DDS/commit/08cea1bc3a7250a8cbad44363aeb8bb7d2bc084a) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Card: Change padding from 16px to 12px.
|
|
101
202
|
|
|
102
203
|
- [#212](https://github.com/dsv-rp/DDS/pull/212) [`b299a93`](https://github.com/dsv-rp/DDS/commit/b299a931eebafdddc36e5c3641fcef2c5fa368d1) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Tooltip: fix an issue that tooltip not work in touch device. (DDS-2303)
|
|
103
204
|
|
|
205
|
+
- [#190](https://github.com/dsv-rp/DDS/pull/190) [`9d1e55b`](https://github.com/dsv-rp/DDS/commit/9d1e55bda7a4032702332b2f894b26fb354a1751) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Icon: Some icons have been updated. (DDS-2249)
|
|
206
|
+
|
|
207
|
+
Icon: The following icons have been added. (DDS-2249)
|
|
208
|
+
|
|
209
|
+
- `success`
|
|
210
|
+
- `error`
|
|
211
|
+
|
|
212
|
+
**DEPRECATED** Icon: The following icons are deprecated and will be removed in future versions. (DDS-2249)
|
|
213
|
+
|
|
214
|
+
- `positive` (Use `success` instead)
|
|
215
|
+
- `negative` (Use `error` instead)
|
|
216
|
+
- `cross` (Use `close` instead)
|
|
217
|
+
|
|
104
218
|
- [#209](https://github.com/dsv-rp/DDS/pull/209) [`8fa51e0`](https://github.com/dsv-rp/DDS/commit/8fa51e071129190733dae441193ed0f34a1c207b) Thanks [@rinjInTokyo](https://github.com/rinjInTokyo)! - Modal: Update story appearance and the text change line strategy. (DDS-2012)
|
|
105
219
|
|
|
106
220
|
## 1.2.0-next.0
|
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const _DDSElement = class _DDSElement extends lit.LitElement {
|
|
5
5
|
};
|
|
6
|
-
_DDSElement.version = "1.3.0
|
|
6
|
+
_DDSElement.version = "1.3.0";
|
|
7
7
|
let DDSElement = _DDSElement;
|
|
8
8
|
exports.DDSElement = DDSElement;
|
|
@@ -66,6 +66,18 @@ declare const icons: {
|
|
|
66
66
|
class: string;
|
|
67
67
|
color: null;
|
|
68
68
|
};
|
|
69
|
+
negative: {
|
|
70
|
+
class: string;
|
|
71
|
+
color: null;
|
|
72
|
+
};
|
|
73
|
+
positive: {
|
|
74
|
+
class: string;
|
|
75
|
+
color: null;
|
|
76
|
+
};
|
|
77
|
+
cross: {
|
|
78
|
+
class: string;
|
|
79
|
+
color: null;
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
export declare const iconList: string[];
|
|
71
83
|
export type IconType = keyof typeof icons;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null } };
|
|
3
|
+
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null }, "negative": { "class": "i-daikin-error", "color": null }, "positive": { "class": "i-daikin-success", "color": null }, "cross": { "class": "i-daikin-close", "color": null } };
|
|
4
4
|
const iconsJson = {
|
|
5
5
|
icons
|
|
6
6
|
};
|
|
@@ -63,6 +63,18 @@ declare const _default: {
|
|
|
63
63
|
"sort": {
|
|
64
64
|
"class": "i-daikin-sort",
|
|
65
65
|
"color": null
|
|
66
|
+
},
|
|
67
|
+
"negative": {
|
|
68
|
+
"class": "i-daikin-error",
|
|
69
|
+
"color": null
|
|
70
|
+
},
|
|
71
|
+
"positive": {
|
|
72
|
+
"class": "i-daikin-success",
|
|
73
|
+
"color": null
|
|
74
|
+
},
|
|
75
|
+
"cross": {
|
|
76
|
+
"class": "i-daikin-close",
|
|
77
|
+
"color": null
|
|
66
78
|
}
|
|
67
79
|
}
|
|
68
80
|
}
|
|
@@ -3,7 +3,7 @@ export declare const TOAST_ANIMATION_DURATION = 200;
|
|
|
3
3
|
export declare function formatDate(date: Date): string | null;
|
|
4
4
|
export declare const cvaContainer: (props?: ({
|
|
5
5
|
variant?: "inline" | "toast" | null | undefined;
|
|
6
|
-
status?: "alarm" | "information" | "warning" | "
|
|
6
|
+
status?: "alarm" | "information" | "warning" | "negative" | "positive" | null | undefined;
|
|
7
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
export declare const cvaContent: (props?: ({
|
|
9
9
|
layout?: "horizontal" | "vertical" | null | undefined;
|
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const lit = require("lit");
|
|
4
4
|
const _DDSElement = class _DDSElement extends lit.LitElement {
|
|
5
5
|
};
|
|
6
|
-
_DDSElement.version = "1.3.0
|
|
6
|
+
_DDSElement.version = "1.3.0";
|
|
7
7
|
let DDSElement = _DDSElement;
|
|
8
8
|
exports.DDSElement = DDSElement;
|
|
@@ -66,6 +66,18 @@ declare const icons: {
|
|
|
66
66
|
class: string;
|
|
67
67
|
color: null;
|
|
68
68
|
};
|
|
69
|
+
negative: {
|
|
70
|
+
class: string;
|
|
71
|
+
color: null;
|
|
72
|
+
};
|
|
73
|
+
positive: {
|
|
74
|
+
class: string;
|
|
75
|
+
color: null;
|
|
76
|
+
};
|
|
77
|
+
cross: {
|
|
78
|
+
class: string;
|
|
79
|
+
color: null;
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
export declare const iconList: string[];
|
|
71
83
|
export type IconType = keyof typeof icons;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null } };
|
|
3
|
+
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null }, "negative": { "class": "i-daikin-error", "color": null }, "positive": { "class": "i-daikin-success", "color": null }, "cross": { "class": "i-daikin-close", "color": null } };
|
|
4
4
|
const iconsJson = {
|
|
5
5
|
icons
|
|
6
6
|
};
|
|
@@ -63,6 +63,18 @@ declare const _default: {
|
|
|
63
63
|
"sort": {
|
|
64
64
|
"class": "i-daikin-sort",
|
|
65
65
|
"color": null
|
|
66
|
+
},
|
|
67
|
+
"negative": {
|
|
68
|
+
"class": "i-daikin-error",
|
|
69
|
+
"color": null
|
|
70
|
+
},
|
|
71
|
+
"positive": {
|
|
72
|
+
"class": "i-daikin-success",
|
|
73
|
+
"color": null
|
|
74
|
+
},
|
|
75
|
+
"cross": {
|
|
76
|
+
"class": "i-daikin-close",
|
|
77
|
+
"color": null
|
|
66
78
|
}
|
|
67
79
|
}
|
|
68
80
|
}
|
|
@@ -3,7 +3,7 @@ export declare const TOAST_ANIMATION_DURATION = 200;
|
|
|
3
3
|
export declare function formatDate(date: Date): string | null;
|
|
4
4
|
export declare const cvaContainer: (props?: ({
|
|
5
5
|
variant?: "inline" | "toast" | null | undefined;
|
|
6
|
-
status?: "alarm" | "information" | "warning" | "
|
|
6
|
+
status?: "alarm" | "information" | "warning" | "negative" | "positive" | null | undefined;
|
|
7
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
export declare const cvaContent: (props?: ({
|
|
9
9
|
layout?: "horizontal" | "vertical" | null | undefined;
|
|
@@ -66,6 +66,18 @@ declare const icons: {
|
|
|
66
66
|
class: string;
|
|
67
67
|
color: null;
|
|
68
68
|
};
|
|
69
|
+
negative: {
|
|
70
|
+
class: string;
|
|
71
|
+
color: null;
|
|
72
|
+
};
|
|
73
|
+
positive: {
|
|
74
|
+
class: string;
|
|
75
|
+
color: null;
|
|
76
|
+
};
|
|
77
|
+
cross: {
|
|
78
|
+
class: string;
|
|
79
|
+
color: null;
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
export declare const iconList: string[];
|
|
71
83
|
export type IconType = keyof typeof icons;
|
|
@@ -63,6 +63,18 @@ declare const _default: {
|
|
|
63
63
|
"sort": {
|
|
64
64
|
"class": "i-daikin-sort",
|
|
65
65
|
"color": null
|
|
66
|
+
},
|
|
67
|
+
"negative": {
|
|
68
|
+
"class": "i-daikin-error",
|
|
69
|
+
"color": null
|
|
70
|
+
},
|
|
71
|
+
"positive": {
|
|
72
|
+
"class": "i-daikin-success",
|
|
73
|
+
"color": null
|
|
74
|
+
},
|
|
75
|
+
"cross": {
|
|
76
|
+
"class": "i-daikin-close",
|
|
77
|
+
"color": null
|
|
66
78
|
}
|
|
67
79
|
}
|
|
68
80
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null } };
|
|
1
|
+
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null }, "negative": { "class": "i-daikin-error", "color": null }, "positive": { "class": "i-daikin-success", "color": null }, "cross": { "class": "i-daikin-close", "color": null } };
|
|
2
2
|
const iconsJson = {
|
|
3
3
|
icons
|
|
4
4
|
};
|
|
@@ -3,7 +3,7 @@ export declare const TOAST_ANIMATION_DURATION = 200;
|
|
|
3
3
|
export declare function formatDate(date: Date): string | null;
|
|
4
4
|
export declare const cvaContainer: (props?: ({
|
|
5
5
|
variant?: "inline" | "toast" | null | undefined;
|
|
6
|
-
status?: "alarm" | "information" | "warning" | "
|
|
6
|
+
status?: "alarm" | "information" | "warning" | "negative" | "positive" | null | undefined;
|
|
7
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
export declare const cvaContent: (props?: ({
|
|
9
9
|
layout?: "horizontal" | "vertical" | null | undefined;
|
|
@@ -66,6 +66,18 @@ declare const icons: {
|
|
|
66
66
|
class: string;
|
|
67
67
|
color: null;
|
|
68
68
|
};
|
|
69
|
+
negative: {
|
|
70
|
+
class: string;
|
|
71
|
+
color: null;
|
|
72
|
+
};
|
|
73
|
+
positive: {
|
|
74
|
+
class: string;
|
|
75
|
+
color: null;
|
|
76
|
+
};
|
|
77
|
+
cross: {
|
|
78
|
+
class: string;
|
|
79
|
+
color: null;
|
|
80
|
+
};
|
|
69
81
|
};
|
|
70
82
|
export declare const iconList: string[];
|
|
71
83
|
export type IconType = keyof typeof icons;
|
|
@@ -63,6 +63,18 @@ declare const _default: {
|
|
|
63
63
|
"sort": {
|
|
64
64
|
"class": "i-daikin-sort",
|
|
65
65
|
"color": null
|
|
66
|
+
},
|
|
67
|
+
"negative": {
|
|
68
|
+
"class": "i-daikin-error",
|
|
69
|
+
"color": null
|
|
70
|
+
},
|
|
71
|
+
"positive": {
|
|
72
|
+
"class": "i-daikin-success",
|
|
73
|
+
"color": null
|
|
74
|
+
},
|
|
75
|
+
"cross": {
|
|
76
|
+
"class": "i-daikin-close",
|
|
77
|
+
"color": null
|
|
66
78
|
}
|
|
67
79
|
}
|
|
68
80
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null } };
|
|
1
|
+
const icons = { "logo-positive": { "class": "i-daikin-logo-positive", "color": null }, "logo-negative": { "class": "i-daikin-logo-negative", "color": null }, "alarm": { "class": "i-daikin-alarm", "color": null }, "close": { "class": "i-daikin-close", "color": "#a0a0a0" }, "information": { "class": "i-daikin-information", "color": null }, "error": { "class": "i-daikin-error", "color": null }, "success": { "class": "i-daikin-success", "color": null }, "warning": { "class": "i-daikin-warning", "color": null }, "pagination-chevron-left": { "class": "i-daikin-pagination-chevron-left", "color": "#414141" }, "pagination-chevron-right": { "class": "i-daikin-pagination-chevron-right", "color": "#414141" }, "profile": { "class": "i-daikin-profile", "color": null }, "chevron-up": { "class": "i-daikin-chevron-up", "color": null }, "chevron-down": { "class": "i-daikin-chevron-down", "color": null }, "chevron-left": { "class": "i-daikin-chevron-left", "color": null }, "chevron-right": { "class": "i-daikin-chevron-right", "color": null }, "sort": { "class": "i-daikin-sort", "color": null }, "negative": { "class": "i-daikin-error", "color": null }, "positive": { "class": "i-daikin-success", "color": null }, "cross": { "class": "i-daikin-close", "color": null } };
|
|
2
2
|
const iconsJson = {
|
|
3
3
|
icons
|
|
4
4
|
};
|
|
@@ -3,7 +3,7 @@ export declare const TOAST_ANIMATION_DURATION = 200;
|
|
|
3
3
|
export declare function formatDate(date: Date): string | null;
|
|
4
4
|
export declare const cvaContainer: (props?: ({
|
|
5
5
|
variant?: "inline" | "toast" | null | undefined;
|
|
6
|
-
status?: "alarm" | "information" | "warning" | "
|
|
6
|
+
status?: "alarm" | "information" | "warning" | "negative" | "positive" | null | undefined;
|
|
7
7
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
8
|
export declare const cvaContent: (props?: ({
|
|
9
9
|
layout?: "horizontal" | "vertical" | null | undefined;
|