@maggioli-design-system/mds-accordion-timer 3.2.1 → 3.4.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/dist/cjs/{index-b99075ba.js → index-0863c401.js} +152 -35
- package/dist/cjs/loader.cjs.js +2 -11
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +2 -2
- package/dist/cjs/mds-accordion-timer.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -3
- package/dist/collection/common/unit.js +10 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.css +14 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +4 -1
- package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.e2e.js +10 -0
- package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +3 -3
- package/dist/collection/dictionary/button.js +5 -1
- package/dist/collection/dictionary/icon.js +2 -2
- package/dist/collection/dictionary/variant.js +9 -1
- package/dist/components/index.d.ts +5 -3
- package/dist/components/index.js +1 -2
- package/dist/components/mds-accordion-timer.js +2 -2
- package/dist/documentation.d.ts +361 -88
- package/dist/documentation.json +55 -8
- package/dist/esm/{index-bd689d6a.js → index-3fd8fd3d.js} +152 -35
- package/dist/esm/loader.js +3 -12
- package/dist/esm/mds-accordion-timer.entry.js +2 -2
- package/dist/esm/mds-accordion-timer.js +3 -3
- package/dist/esm-es5/index-3fd8fd3d.js +2 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
- package/dist/esm-es5/mds-accordion-timer.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -1
- package/dist/mds-accordion-timer/mds-accordion-timer.js +2 -6
- package/dist/mds-accordion-timer/p-0cc9df19.system.js +2 -0
- package/dist/mds-accordion-timer/p-1bc788d2.system.js +1 -0
- package/dist/mds-accordion-timer/{p-1442acbc.entry.js → p-5046d553.entry.js} +1 -1
- package/dist/mds-accordion-timer/p-65172843.system.entry.js +1 -0
- package/dist/mds-accordion-timer/p-d1be03fa.js +2 -0
- package/dist/stats.json +75 -39
- package/dist/types/common/unit.d.ts +2 -0
- package/dist/types/components/mds-accordion-timer/mds-accordion-timer.d.ts +3 -0
- package/dist/types/dictionary/button.d.ts +2 -1
- package/dist/types/dictionary/variant.d.ts +2 -1
- package/dist/types/stencil-public-runtime.d.ts +32 -17
- package/dist/types/type/button.d.ts +1 -0
- package/dist/types/type/variant.d.ts +1 -0
- package/documentation.json +396 -8
- package/loader/index.d.ts +2 -2
- package/package.json +4 -4
- package/readme.md +18 -0
- package/src/common/unit.ts +14 -0
- package/src/components/mds-accordion-timer/mds-accordion-timer.css +14 -0
- package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +4 -0
- package/src/components/mds-accordion-timer/readme.md +18 -0
- package/src/components/mds-accordion-timer/test/mds-accordion-timer.stories.tsx +1 -1
- package/src/dictionary/button.ts +7 -1
- package/src/dictionary/variant.ts +10 -0
- package/src/fixtures/icons.json +39 -0
- package/src/fixtures/iconsauce.json +38 -0
- package/src/type/button.ts +4 -0
- package/src/type/variant.ts +9 -0
- package/www/build/mds-accordion-timer.esm.js +1 -1
- package/www/build/mds-accordion-timer.js +2 -6
- package/www/build/p-0cc9df19.system.js +2 -0
- package/www/build/p-1bc788d2.system.js +1 -0
- package/www/build/{p-1442acbc.entry.js → p-5046d553.entry.js} +1 -1
- package/www/build/p-65172843.system.entry.js +1 -0
- package/www/build/p-d1be03fa.js +2 -0
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm-es5/index-bd689d6a.js +0 -2
- package/dist/mds-accordion-timer/p-5029b85d.system.js +0 -2
- package/dist/mds-accordion-timer/p-53e5fa07.system.entry.js +0 -1
- package/dist/mds-accordion-timer/p-5e09eed0.system.js +0 -1
- package/dist/mds-accordion-timer/p-a7b74010.js +0 -2
- package/src/components/mds-accordion-timer/test/mds-accordion-timer.spec.tsx +0 -19
- package/www/build/p-5029b85d.system.js +0 -2
- package/www/build/p-53e5fa07.system.entry.js +0 -1
- package/www/build/p-5e09eed0.system.js +0 -1
- package/www/build/p-a7b74010.js +0 -2
package/documentation.json
CHANGED
|
@@ -1,23 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-09-18T08:43:05",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "2.
|
|
6
|
-
"typescriptVersion": "
|
|
5
|
+
"version": "4.2.1",
|
|
6
|
+
"typescriptVersion": "5.1.6"
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
|
-
"filePath": "
|
|
10
|
+
"filePath": "src/components/mds-accordion-timer/mds-accordion-timer.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "mds-accordion-timer",
|
|
13
13
|
"readme": "# mds-accordion-timer\n\n\n",
|
|
14
14
|
"docs": "",
|
|
15
|
-
"docsTags": [
|
|
15
|
+
"docsTags": [
|
|
16
|
+
{
|
|
17
|
+
"name": "slot",
|
|
18
|
+
"text": "default - Add `mds-accordion-timer-item` element/s."
|
|
19
|
+
}
|
|
20
|
+
],
|
|
16
21
|
"usage": {},
|
|
17
22
|
"props": [
|
|
18
23
|
{
|
|
19
24
|
"name": "duration",
|
|
20
25
|
"type": "number",
|
|
26
|
+
"complexType": {
|
|
27
|
+
"original": "number",
|
|
28
|
+
"resolved": "number",
|
|
29
|
+
"references": {}
|
|
30
|
+
},
|
|
21
31
|
"mutable": false,
|
|
22
32
|
"attr": "duration",
|
|
23
33
|
"reflectToAttr": false,
|
|
@@ -39,6 +49,11 @@
|
|
|
39
49
|
"event": "mdsAccordionTimerChange",
|
|
40
50
|
"detail": "void",
|
|
41
51
|
"bubbles": true,
|
|
52
|
+
"complexType": {
|
|
53
|
+
"original": "void",
|
|
54
|
+
"resolved": "void",
|
|
55
|
+
"references": {}
|
|
56
|
+
},
|
|
42
57
|
"cancelable": true,
|
|
43
58
|
"composed": true,
|
|
44
59
|
"docs": "Emits when the accordion changes it's item",
|
|
@@ -62,12 +77,385 @@
|
|
|
62
77
|
"passive": false
|
|
63
78
|
}
|
|
64
79
|
],
|
|
65
|
-
"styles": [
|
|
66
|
-
|
|
80
|
+
"styles": [
|
|
81
|
+
{
|
|
82
|
+
"name": "--mds-accordion-timer-color",
|
|
83
|
+
"annotation": "prop",
|
|
84
|
+
"docs": "Sets the text color of the component mds-accordion-timer-item"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "--mds-accordion-timer-duration",
|
|
88
|
+
"annotation": "prop",
|
|
89
|
+
"docs": "Sets the transition duration of open/close animation of the mds-accordion-timer-item"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "--mds-accordion-timer-progress-bar-background",
|
|
93
|
+
"annotation": "prop",
|
|
94
|
+
"docs": "Sets the background-color of the progress bar when the mds-accordion-timer-item is selected"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "--mds-accordion-timer-progress-bar-color",
|
|
98
|
+
"annotation": "prop",
|
|
99
|
+
"docs": "Sets the color of the progress bar when the mds-accordion-timer-item is selected"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "--mds-accordion-timer-progress-bar-thickness",
|
|
103
|
+
"annotation": "prop",
|
|
104
|
+
"docs": "Sets thickness of the progress bar of the mds-accordion-timer-item"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"slots": [
|
|
108
|
+
{
|
|
109
|
+
"name": "default",
|
|
110
|
+
"docs": "Add `mds-accordion-timer-item` element/s."
|
|
111
|
+
}
|
|
112
|
+
],
|
|
67
113
|
"parts": [],
|
|
68
114
|
"dependents": [],
|
|
69
115
|
"dependencies": [],
|
|
70
116
|
"dependencyGraph": {}
|
|
71
117
|
}
|
|
72
|
-
]
|
|
118
|
+
],
|
|
119
|
+
"typeLibrary": {
|
|
120
|
+
"src/components/mds-accordion/meta/event-detail.ts::MdsAccordionEventDetail": {
|
|
121
|
+
"declaration": "export interface MdsAccordionEventDetail {\n children: NodeListOf<HTMLMdsAccordionItemElement>\n selected: string\n}",
|
|
122
|
+
"docstring": "",
|
|
123
|
+
"path": "src/components/mds-accordion/meta/event-detail.ts"
|
|
124
|
+
},
|
|
125
|
+
"src/type/typography.ts::TypographyTitleType": {
|
|
126
|
+
"declaration": "export type TypographyTitleType =\n | 'action'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'",
|
|
127
|
+
"docstring": "",
|
|
128
|
+
"path": "src/type/typography.ts"
|
|
129
|
+
},
|
|
130
|
+
"src/components/mds-accordion-item/meta/event-detail.ts::MdsAccordionItemEventDetail": {
|
|
131
|
+
"declaration": "export interface MdsAccordionItemEventDetail {\n id: string;\n selected: boolean;\n}",
|
|
132
|
+
"docstring": "",
|
|
133
|
+
"path": "src/components/mds-accordion-item/meta/event-detail.ts"
|
|
134
|
+
},
|
|
135
|
+
"src/components/mds-accordion-timer-item/meta/event-detail.ts::MdsAccordionTimerItemEventDetail": {
|
|
136
|
+
"declaration": "export interface MdsAccordionTimerItemEventDetail {\n selected: boolean;\n uuid: number;\n}",
|
|
137
|
+
"docstring": "",
|
|
138
|
+
"path": "src/components/mds-accordion-timer-item/meta/event-detail.ts"
|
|
139
|
+
},
|
|
140
|
+
"src/type/variant.ts::ThemeFullVariantType": {
|
|
141
|
+
"declaration": "export type ThemeFullVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'dark'\n | 'error'\n | 'green'\n | 'info'\n | 'light'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'success'\n | 'violet'\n | 'warning'\n | 'yellow'",
|
|
142
|
+
"docstring": "",
|
|
143
|
+
"path": "src/type/variant.ts"
|
|
144
|
+
},
|
|
145
|
+
"src/type/variant.ts::ToneSimpleVariantType": {
|
|
146
|
+
"declaration": "export type ToneSimpleVariantType =\n | 'strong'\n | 'weak'\n | 'quiet'",
|
|
147
|
+
"docstring": "",
|
|
148
|
+
"path": "src/type/variant.ts"
|
|
149
|
+
},
|
|
150
|
+
"src/type/typography.ts::TypographyInfoType": {
|
|
151
|
+
"declaration": "export type TypographyInfoType =\n | 'caption'\n | 'detail'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
|
|
152
|
+
"docstring": "",
|
|
153
|
+
"path": "src/type/typography.ts"
|
|
154
|
+
},
|
|
155
|
+
"src/type/typography.ts::TypographyReadType": {
|
|
156
|
+
"declaration": "export type TypographyReadType =\n | 'caption'\n | 'detail'\n | 'paragraph'",
|
|
157
|
+
"docstring": "",
|
|
158
|
+
"path": "src/type/typography.ts"
|
|
159
|
+
},
|
|
160
|
+
"src/type/typography.ts::TypographyVariants": {
|
|
161
|
+
"declaration": "export type TypographyVariants =\n | 'title'\n | 'info'\n | 'read'\n | 'code'",
|
|
162
|
+
"docstring": "",
|
|
163
|
+
"path": "src/type/typography.ts"
|
|
164
|
+
},
|
|
165
|
+
"src/type/variant.ts::ThemeVariantType": {
|
|
166
|
+
"declaration": "export type ThemeVariantType =\n | 'dark'\n | 'error'\n | 'info'\n | 'light'\n | 'primary'\n | 'success'\n | 'warning'",
|
|
167
|
+
"docstring": "",
|
|
168
|
+
"path": "src/type/variant.ts"
|
|
169
|
+
},
|
|
170
|
+
"src/components/mds-benchmark-bar/meta/types.ts::BenchmarkBarTypographyType": {
|
|
171
|
+
"declaration": "export type BenchmarkBarTypographyType =\n | 'option'\n | 'label'",
|
|
172
|
+
"docstring": "",
|
|
173
|
+
"path": "src/components/mds-benchmark-bar/meta/types.ts"
|
|
174
|
+
},
|
|
175
|
+
"src/components/mds-bibliography/meta/types.ts::BibliographyFormatType": {
|
|
176
|
+
"declaration": "export type BibliographyFormatType =\n | 'apa' // American Psychological Association - Simmons, B. (2015, January 9). The tale of two Flaccos. Grantland. http://grantland.com/the-triangle/the-tale-of-two-flaccos/\n | 'mla' // Modern Language Association - Author's Last name, First name. \"Title of Source.\" Title of Container, Other contributors, Version, Numbers, Publisher, Publication Date, Location.\n | 'turabian'",
|
|
177
|
+
"docstring": "",
|
|
178
|
+
"path": "src/components/mds-bibliography/meta/types.ts"
|
|
179
|
+
},
|
|
180
|
+
"src/components/mds-bibliography/meta/types.ts::BibliographyRelationshipType": {
|
|
181
|
+
"declaration": "export type BibliographyRelationshipType =\n | 'author'\n | 'external'",
|
|
182
|
+
"docstring": "",
|
|
183
|
+
"path": "src/components/mds-bibliography/meta/types.ts"
|
|
184
|
+
},
|
|
185
|
+
"src/components/mds-breadcrumb/meta/event-detail.ts::MdsBreadcrumbEventDetail": {
|
|
186
|
+
"declaration": "export interface MdsBreadcrumbEventDetail {\n caller: HTMLMdsBreadcrumbItemElement\n id: string\n selected?: boolean\n}",
|
|
187
|
+
"docstring": "",
|
|
188
|
+
"path": "src/components/mds-breadcrumb/meta/event-detail.ts"
|
|
189
|
+
},
|
|
190
|
+
"src/components/mds-breadcrumb-item/meta/event-detail.ts::MdsBreadcrumbItemEventDetail": {
|
|
191
|
+
"declaration": "export interface MdsBreadcrumbItemEventDetail {\n id: string\n selected: boolean\n}",
|
|
192
|
+
"docstring": "",
|
|
193
|
+
"path": "src/components/mds-breadcrumb-item/meta/event-detail.ts"
|
|
194
|
+
},
|
|
195
|
+
"src/type/button.ts::ButtonIconPositionType": {
|
|
196
|
+
"declaration": "export type ButtonIconPositionType =\n | 'left'\n | 'right'",
|
|
197
|
+
"docstring": "",
|
|
198
|
+
"path": "src/type/button.ts"
|
|
199
|
+
},
|
|
200
|
+
"src/type/button.ts::ButtonType": {
|
|
201
|
+
"declaration": "export type ButtonType =\n | 'a'\n | 'button'\n | 'reset'\n | 'submit'",
|
|
202
|
+
"docstring": "",
|
|
203
|
+
"path": "src/type/button.ts"
|
|
204
|
+
},
|
|
205
|
+
"src/type/button.ts::ButtonVariantType": {
|
|
206
|
+
"declaration": "export type ButtonVariantType =\n | 'primary'\n | 'dark'\n | 'light'\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
207
|
+
"docstring": "",
|
|
208
|
+
"path": "src/type/button.ts"
|
|
209
|
+
},
|
|
210
|
+
"src/type/variant.ts::ToneVariantType": {
|
|
211
|
+
"declaration": "export type ToneVariantType =\n | 'strong' // background strong\n | 'weak' // background weak\n | 'ghost' // bordered\n | 'quiet'",
|
|
212
|
+
"docstring": "",
|
|
213
|
+
"path": "src/type/variant.ts"
|
|
214
|
+
},
|
|
215
|
+
"src/type/button.ts::ButtonSizeType": {
|
|
216
|
+
"declaration": "export type ButtonSizeType =\n | 'sm'\n | 'md'\n | 'lg'\n | 'xl'",
|
|
217
|
+
"docstring": "",
|
|
218
|
+
"path": "src/type/button.ts"
|
|
219
|
+
},
|
|
220
|
+
"src/type/button.ts::ButtonTargetType": {
|
|
221
|
+
"declaration": "export type ButtonTargetType =\n |'self'\n |'blank'",
|
|
222
|
+
"docstring": "",
|
|
223
|
+
"path": "src/type/button.ts"
|
|
224
|
+
},
|
|
225
|
+
"src/components/mds-chip/meta/interface.ts::MdsChipEvent": {
|
|
226
|
+
"declaration": "interface MdsChipEvent {\n event: Event\n element: HTMLMdsChipElement\n}",
|
|
227
|
+
"docstring": "",
|
|
228
|
+
"path": "src/components/mds-chip/meta/interface.ts"
|
|
229
|
+
},
|
|
230
|
+
"src/type/floating-ui.ts::FloatingUIPlacement": {
|
|
231
|
+
"declaration": "export type FloatingUIPlacement =\n | 'bottom'\n | 'bottom-end'\n | 'bottom-start'\n | 'left'\n | 'left-end'\n | 'left-start'\n | 'right'\n | 'right-end'\n | 'right-start'\n | 'top'\n | 'top-end'\n | 'top-start'",
|
|
232
|
+
"docstring": "",
|
|
233
|
+
"path": "src/type/floating-ui.ts"
|
|
234
|
+
},
|
|
235
|
+
"src/type/floating-ui.ts::FloatingUIStrategy": {
|
|
236
|
+
"declaration": "export type FloatingUIStrategy =\n | 'absolute'\n | 'fixed'",
|
|
237
|
+
"docstring": "",
|
|
238
|
+
"path": "src/type/floating-ui.ts"
|
|
239
|
+
},
|
|
240
|
+
"src/components/mds-dropdown/meta/event-detail.ts::MdsDropdownEventDetail": {
|
|
241
|
+
"declaration": "export interface MdsDropdownEventDetail {\n caller: HTMLElement\n visible: boolean\n}",
|
|
242
|
+
"docstring": "",
|
|
243
|
+
"path": "src/components/mds-dropdown/meta/event-detail.ts"
|
|
244
|
+
},
|
|
245
|
+
"src/components/mds-file/meta/types.ts::ExtensionSuffixType": {
|
|
246
|
+
"declaration": "export type ExtensionSuffixType =\n | '7z'\n | 'ace'\n | 'ai'\n | 'db'\n | 'default'\n | 'dmg'\n | 'doc'\n | 'docm'\n | 'docx'\n | 'eml'\n | 'eps'\n | 'exe'\n | 'flac'\n | 'gif'\n | 'htm'\n | 'html'\n | 'jpe'\n | 'jpeg'\n | 'jpg'\n | 'js'\n | 'json'\n | 'jsx'\n | 'm2v'\n | 'mp2'\n | 'mp3'\n | 'mp4'\n | 'mp4v'\n | 'mpeg'\n | 'mpg'\n | 'mpg4'\n | 'mpga'\n | 'odp'\n | 'ods'\n | 'odt'\n | 'pdf'\n | 'php'\n | 'png'\n | 'ppt'\n | 'rar'\n | 'rtf'\n | 'sass'\n | 'shtml'\n | 'svg'\n | 'tar'\n | 'ts'\n | 'txt'\n | 'wav'\n | 'xar'\n | 'xls'\n | 'xlsx'\n | 'zip'",
|
|
247
|
+
"docstring": "",
|
|
248
|
+
"path": "src/components/mds-file/meta/types.ts"
|
|
249
|
+
},
|
|
250
|
+
"src/components/mds-file/meta/event-detail.ts::MdsFileEventDetail": {
|
|
251
|
+
"declaration": "export interface MdsFileEventDetail {\n description: string\n extension: string\n filename: string\n target: HTMLMdsFileElement\n type: string\n}",
|
|
252
|
+
"docstring": "",
|
|
253
|
+
"path": "src/components/mds-file/meta/event-detail.ts"
|
|
254
|
+
},
|
|
255
|
+
"src/components/mds-filter/meta/event-detail.ts::MdsFilterEventDetail": {
|
|
256
|
+
"declaration": "export interface MdsFilterEventDetail {\n children: NodeListOf<HTMLMdsFilterItemElement>\n value: string\n}",
|
|
257
|
+
"docstring": "",
|
|
258
|
+
"path": "src/components/mds-filter/meta/event-detail.ts"
|
|
259
|
+
},
|
|
260
|
+
"src/components/mds-filter-item/meta/event-detail.ts::MdsFilterItemEventDetail": {
|
|
261
|
+
"declaration": "export interface MdsFilterItemEventDetail {\n id: string\n selected: boolean\n}",
|
|
262
|
+
"docstring": "",
|
|
263
|
+
"path": "src/components/mds-filter-item/meta/event-detail.ts"
|
|
264
|
+
},
|
|
265
|
+
"src/components/mds-form/meta/types.ts::CharacterSetType": {
|
|
266
|
+
"declaration": "export type CharacterSetType =\n | '8859-1'\n | 'ansi'\n | 'ascii'\n | 'utf-8'",
|
|
267
|
+
"docstring": "",
|
|
268
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
269
|
+
},
|
|
270
|
+
"src/components/mds-form/meta/types.ts::FormAutocompleteType": {
|
|
271
|
+
"declaration": "export type FormAutocompleteType =\n | 'off'\n | 'on'",
|
|
272
|
+
"docstring": "",
|
|
273
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
274
|
+
},
|
|
275
|
+
"src/components/mds-form/meta/types.ts::EnctypeType": {
|
|
276
|
+
"declaration": "export type EnctypeType =\n | 'application/x-www-form-urlencoded'\n | 'multipart/form-data'\n | 'text/plain'",
|
|
277
|
+
"docstring": "",
|
|
278
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
279
|
+
},
|
|
280
|
+
"src/components/mds-form/meta/types.ts::FormMethodType": {
|
|
281
|
+
"declaration": "export type FormMethodType =\n | 'get'\n | 'post'",
|
|
282
|
+
"docstring": "",
|
|
283
|
+
"path": "src/components/mds-form/meta/types.ts"
|
|
284
|
+
},
|
|
285
|
+
"src/components/mds-header/meta/event-detail.ts::MdsHeaderEventDetail": {
|
|
286
|
+
"declaration": "export interface MdsHeaderEventDetail {\n bar: HTMLMdsHeaderBarElement\n}",
|
|
287
|
+
"docstring": "",
|
|
288
|
+
"path": "src/components/mds-header/meta/event-detail.ts"
|
|
289
|
+
},
|
|
290
|
+
"src/components/mds-horizontal-scroll/meta/types.ts::SnapType": {
|
|
291
|
+
"declaration": "export type SnapType =\n | 'center'\n | 'end'\n | 'none'\n | 'start'",
|
|
292
|
+
"docstring": "",
|
|
293
|
+
"path": "src/components/mds-horizontal-scroll/meta/types.ts"
|
|
294
|
+
},
|
|
295
|
+
"src/components/mds-img/meta/types.ts::CrossoriginType": {
|
|
296
|
+
"declaration": "export type CrossoriginType =\n | 'anonymous'\n | 'use-credentials'",
|
|
297
|
+
"docstring": "",
|
|
298
|
+
"path": "src/components/mds-img/meta/types.ts"
|
|
299
|
+
},
|
|
300
|
+
"src/type/loading.ts::LoadingType": {
|
|
301
|
+
"declaration": "export type LoadingType =\n | 'eager'\n | 'lazy'",
|
|
302
|
+
"docstring": "",
|
|
303
|
+
"path": "src/type/loading.ts"
|
|
304
|
+
},
|
|
305
|
+
"src/components/mds-img/meta/types.ts::ReferrerpolicyType": {
|
|
306
|
+
"declaration": "export type ReferrerpolicyType =\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin'\n | 'origin-when-cross-origin'\n | 'unsafe-url'",
|
|
307
|
+
"docstring": "",
|
|
308
|
+
"path": "src/components/mds-img/meta/types.ts"
|
|
309
|
+
},
|
|
310
|
+
"src/components/mds-img/meta/event-detail.ts::MdsImgEventDetail": {
|
|
311
|
+
"declaration": "export interface MdsImgEventDetail {\n image: HTMLImageElement\n}",
|
|
312
|
+
"docstring": "",
|
|
313
|
+
"path": "src/components/mds-img/meta/event-detail.ts"
|
|
314
|
+
},
|
|
315
|
+
"src/type/autocomplete.ts::AutocompleteType": {
|
|
316
|
+
"declaration": "export type AutocompleteType =\n | 'additional-name'\n | 'address'\n | 'address-level1'\n | 'address-level2'\n | 'address-level3'\n | 'address-level4'\n | 'address-line1'\n | 'address-line2'\n | 'address-line3'\n | 'bday'\n | 'bday-day'\n | 'bday-month'\n | 'bday-year'\n | 'cc-additional-name'\n | 'cc-csc'\n | 'cc-exp'\n | 'cc-exp-month'\n | 'cc-exp-year'\n | 'cc-family-name'\n | 'cc-family-name'\n | 'cc-given-name'\n | 'cc-name'\n | 'cc-number'\n | 'cc-type'\n | 'country'\n | 'country-name'\n | 'current-password'\n | 'email'\n | 'family-name'\n | 'given-name'\n | 'honorific-prefix'\n | 'honorific-suffix'\n | 'impp'\n | 'language'\n | 'name'\n | 'new-password'\n | 'nickname'\n | 'off'\n | 'on'\n | 'one-time-code'\n | 'organization'\n | 'organization-title'\n | 'photo'\n | 'postal-code'\n | 'sex'\n | 'street-address'\n | 'tel'\n | 'tel-area-code'\n | 'tel-country-code'\n | 'tel-extension'\n | 'tel-local'\n | 'tel-national'\n | 'transaction-amount'\n | 'transaction-currency'\n | 'url'\n | 'username'",
|
|
317
|
+
"docstring": "",
|
|
318
|
+
"path": "src/type/autocomplete.ts"
|
|
319
|
+
},
|
|
320
|
+
"src/type/variant.ts::ThemeStatusVariantType": {
|
|
321
|
+
"declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
|
|
322
|
+
"docstring": "",
|
|
323
|
+
"path": "src/type/variant.ts"
|
|
324
|
+
},
|
|
325
|
+
"src/type/input-text-type.ts::InputTextType": {
|
|
326
|
+
"declaration": "export type InputTextType =\n | 'date'\n | 'email'\n | 'number'\n | 'password'\n | 'search'\n | 'tel'\n | 'text'\n | 'textarea'\n | 'time'\n | 'url'",
|
|
327
|
+
"docstring": "",
|
|
328
|
+
"path": "src/type/input-text-type.ts"
|
|
329
|
+
},
|
|
330
|
+
"src/type/input-value-type.ts::InputValueType": {
|
|
331
|
+
"declaration": "export type InputValueType =\n | null\n | number\n | string\n | undefined",
|
|
332
|
+
"docstring": "",
|
|
333
|
+
"path": "src/type/input-value-type.ts"
|
|
334
|
+
},
|
|
335
|
+
"src/components/mds-input/meta/interfaces.ts::InputValue": {
|
|
336
|
+
"declaration": "export interface InputValue {\n value: InputValueType\n}",
|
|
337
|
+
"docstring": "",
|
|
338
|
+
"path": "src/components/mds-input/meta/interfaces.ts"
|
|
339
|
+
},
|
|
340
|
+
"src/components/mds-input-field/meta/types.ts::ValidationModelType": {
|
|
341
|
+
"declaration": "export type ValidationModelType =\n | 'cf'\n | 'email'\n | 'isbn'\n | 'piva'",
|
|
342
|
+
"docstring": "",
|
|
343
|
+
"path": "src/components/mds-input-field/meta/types.ts"
|
|
344
|
+
},
|
|
345
|
+
"src/interface/input-value.ts::InputValue": {
|
|
346
|
+
"declaration": "export interface InputValue {\n value: InputValueType\n}",
|
|
347
|
+
"docstring": "",
|
|
348
|
+
"path": "src/interface/input-value.ts"
|
|
349
|
+
},
|
|
350
|
+
"src/components/mds-input-switch/meta/types.ts::InputSwitchSizeType": {
|
|
351
|
+
"declaration": "export type InputSwitchSizeType =\n | 'sm'\n | 'md'\n | 'lg'",
|
|
352
|
+
"docstring": "",
|
|
353
|
+
"path": "src/components/mds-input-switch/meta/types.ts"
|
|
354
|
+
},
|
|
355
|
+
"src/components/mds-input-switch/meta/types.ts::InputSwitchType": {
|
|
356
|
+
"declaration": "export type InputSwitchType =\n | 'checkbox'\n | 'radio'\n | 'switch'",
|
|
357
|
+
"docstring": "",
|
|
358
|
+
"path": "src/components/mds-input-switch/meta/types.ts"
|
|
359
|
+
},
|
|
360
|
+
"src/type/typography.ts::TypographyType": {
|
|
361
|
+
"declaration": "export type TypographyType =\n | 'action'\n | 'caption'\n | 'snippet'\n | 'detail'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'hack'\n | 'label'\n | 'option'\n | 'paragraph'\n | 'tip'",
|
|
362
|
+
"docstring": "",
|
|
363
|
+
"path": "src/type/typography.ts"
|
|
364
|
+
},
|
|
365
|
+
"src/type/typography.ts::TypographyReadingVariants": {
|
|
366
|
+
"declaration": "export type TypographyReadingVariants =\n | 'info'\n | 'read'",
|
|
367
|
+
"docstring": "",
|
|
368
|
+
"path": "src/type/typography.ts"
|
|
369
|
+
},
|
|
370
|
+
"src/components/mds-modal/meta/types.ts::ModalPositionType": {
|
|
371
|
+
"declaration": "export type ModalPositionType =\n | 'bottom'\n | 'center'\n | 'left'\n | 'right'\n | 'top'",
|
|
372
|
+
"docstring": "",
|
|
373
|
+
"path": "src/components/mds-modal/meta/types.ts"
|
|
374
|
+
},
|
|
375
|
+
"src/type/variant.ts::LabelVariantType": {
|
|
376
|
+
"declaration": "export type LabelVariantType =\n | 'amaranth'\n | 'aqua'\n | 'blue'\n | 'green'\n | 'lime'\n | 'orange'\n | 'orchid'\n | 'sky'\n | 'violet'\n | 'yellow'",
|
|
377
|
+
"docstring": "",
|
|
378
|
+
"path": "src/type/variant.ts"
|
|
379
|
+
},
|
|
380
|
+
"src/components/mds-notification/meta/types.ts::StrategyType": {
|
|
381
|
+
"declaration": "export type StrategyType =\n | 'absolute'\n | 'fixed'\n | 'disabled'",
|
|
382
|
+
"docstring": "",
|
|
383
|
+
"path": "src/components/mds-notification/meta/types.ts"
|
|
384
|
+
},
|
|
385
|
+
"src/components/mds-paginator/meta/event-detail.ts::MdsPaginatorEventDetail": {
|
|
386
|
+
"declaration": "export interface MdsPaginatorEventDetail {\n caller?: HTMLMdsPaginatorItemElement\n page: number\n}",
|
|
387
|
+
"docstring": "",
|
|
388
|
+
"path": "src/components/mds-paginator/meta/event-detail.ts"
|
|
389
|
+
},
|
|
390
|
+
"src/components/mds-progress/meta/types.ts::DirectionType": {
|
|
391
|
+
"declaration": "export type DirectionType =\n | 'horizontal'\n | 'vertical'",
|
|
392
|
+
"docstring": "",
|
|
393
|
+
"path": "src/components/mds-progress/meta/types.ts"
|
|
394
|
+
},
|
|
395
|
+
"src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
|
|
396
|
+
"declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
|
|
397
|
+
"docstring": "",
|
|
398
|
+
"path": "src/components/mds-stepper-bar/meta/event-detail.ts"
|
|
399
|
+
},
|
|
400
|
+
"src/components/mds-stepper-bar-item/meta/event-detail.ts::MdsStepperBarItemEventDetail": {
|
|
401
|
+
"declaration": "export interface MdsStepperBarItemEventDetail {\n value: string\n}",
|
|
402
|
+
"docstring": "",
|
|
403
|
+
"path": "src/components/mds-stepper-bar-item/meta/event-detail.ts"
|
|
404
|
+
},
|
|
405
|
+
"src/components/mds-tab/meta/event-detail.ts::MdsTabEventDetail": {
|
|
406
|
+
"declaration": "export interface MdsTabEventDetail {\n id: number\n}",
|
|
407
|
+
"docstring": "",
|
|
408
|
+
"path": "src/components/mds-tab/meta/event-detail.ts"
|
|
409
|
+
},
|
|
410
|
+
"src/components/mds-tab-bar/meta/event-detail.ts::MdsTabBarEventDetail": {
|
|
411
|
+
"declaration": "export interface MdsTabBarEventDetail {\n index: number\n}",
|
|
412
|
+
"docstring": "",
|
|
413
|
+
"path": "src/components/mds-tab-bar/meta/event-detail.ts"
|
|
414
|
+
},
|
|
415
|
+
"src/type/typography.ts::TypographySmallerType": {
|
|
416
|
+
"declaration": "export type TypographySmallerType =\n | 'tip'\n | 'option'",
|
|
417
|
+
"docstring": "",
|
|
418
|
+
"path": "src/type/typography.ts"
|
|
419
|
+
},
|
|
420
|
+
"src/components/mds-text/meta/types.ts::TypographyTagType": {
|
|
421
|
+
"declaration": "export type TypographyTagType =\n | 'abbr'\n | 'address'\n | 'article'\n | 'b'\n | 'bdo'\n | 'blockquote'\n | 'cite'\n | 'code'\n | 'dd'\n | 'del'\n | 'details'\n | 'dfn'\n | 'div'\n | 'dl'\n | 'dt'\n | 'em'\n | 'figcaption'\n | 'h1'\n | 'h2'\n | 'h3'\n | 'h4'\n | 'h5'\n | 'h6'\n | 'i'\n | 'ins'\n | 'kbd'\n | 'label'\n | 'legend'\n | 'li'\n | 'mark'\n | 'ol'\n | 'p'\n | 'pre'\n | 'q'\n | 'rb'\n | 'rt'\n | 'ruby'\n | 's'\n | 'samp'\n | 'small'\n | 'span'\n | 'strong'\n | 'sub'\n | 'summary'\n | 'sup'\n | 'time'\n | 'u'\n | 'ul'\n | 'var'",
|
|
422
|
+
"docstring": "",
|
|
423
|
+
"path": "src/components/mds-text/meta/types.ts"
|
|
424
|
+
},
|
|
425
|
+
"src/type/variant.ts::ThemeLuminanceVariantType": {
|
|
426
|
+
"declaration": "export type ThemeLuminanceVariantType =\n | 'dark'\n | 'light'",
|
|
427
|
+
"docstring": "",
|
|
428
|
+
"path": "src/type/variant.ts"
|
|
429
|
+
},
|
|
430
|
+
"src/type/variant.ts::ToneMinimalVariantType": {
|
|
431
|
+
"declaration": "export type ToneMinimalVariantType =\n| 'strong'\n| 'weak'",
|
|
432
|
+
"docstring": "",
|
|
433
|
+
"path": "src/type/variant.ts"
|
|
434
|
+
},
|
|
435
|
+
"src/components/mds-toast/meta/types.ts::ToastPosition": {
|
|
436
|
+
"declaration": "export type ToastPosition =\n | 'top-left'\n | 'top-center'\n | 'top-right'\n | 'bottom-left'\n | 'bottom-center'\n | 'bottom-right'",
|
|
437
|
+
"docstring": "",
|
|
438
|
+
"path": "src/components/mds-toast/meta/types.ts"
|
|
439
|
+
},
|
|
440
|
+
"src/type/typography.ts::TypographyTooltipType": {
|
|
441
|
+
"declaration": "export type TypographyTooltipType =\n | 'caption'\n | 'detail'\n | 'tip'",
|
|
442
|
+
"docstring": "",
|
|
443
|
+
"path": "src/type/typography.ts"
|
|
444
|
+
},
|
|
445
|
+
"src/components/mds-usage/meta/types.ts::UsageType": {
|
|
446
|
+
"declaration": "export type UsageType =\n | 'do'\n | 'dont'\n | 'info'\n | 'warn'",
|
|
447
|
+
"docstring": "",
|
|
448
|
+
"path": "src/components/mds-usage/meta/types.ts"
|
|
449
|
+
},
|
|
450
|
+
"src/components/mds-video-wall/meta/types.ts::NoiseType": {
|
|
451
|
+
"declaration": "export type NoiseType =\n | 'classic'\n | 'none'\n | 'sharp'\n | 'soft'\n | 'tv'",
|
|
452
|
+
"docstring": "",
|
|
453
|
+
"path": "src/components/mds-video-wall/meta/types.ts"
|
|
454
|
+
},
|
|
455
|
+
"src/components/mds-video-wall/meta/types.ts::PreloadType": {
|
|
456
|
+
"declaration": "export type PreloadType =\n | 'auto'\n | 'metadata'\n | 'none'",
|
|
457
|
+
"docstring": "",
|
|
458
|
+
"path": "src/components/mds-video-wall/meta/types.ts"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
73
461
|
}
|
package/loader/index.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ export interface CustomElementsDefineOptions {
|
|
|
8
8
|
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
9
9
|
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions):
|
|
11
|
+
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
|
12
12
|
export declare function applyPolyfills(): Promise<void>;
|
|
13
13
|
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
15
|
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
16
16
|
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
17
17
|
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-accordion-timer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "mds-accordion-timer is a web-component from Maggioli Design System Magma, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"test": "stencil test --spec --e2e"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@maggioli-design-system/mds-accordion-timer-item": "^3.
|
|
28
|
-
"@maggioli-design-system/styles": "^11.
|
|
29
|
-
"@stencil/core": "^2.
|
|
27
|
+
"@maggioli-design-system/mds-accordion-timer-item": "^3.3.0",
|
|
28
|
+
"@maggioli-design-system/styles": "^11.7.0",
|
|
29
|
+
"@stencil/core": "^4.2.1"
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"author": {
|
package/readme.md
CHANGED
|
@@ -19,6 +19,24 @@
|
|
|
19
19
|
| `mdsAccordionTimerChange` | Emits when the accordion changes it's item | `CustomEvent<void>` |
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## Slots
|
|
23
|
+
|
|
24
|
+
| Slot | Description |
|
|
25
|
+
| ----------- | ----------------------------------------- |
|
|
26
|
+
| `"default"` | Add `mds-accordion-timer-item` element/s. |
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## CSS Custom Properties
|
|
30
|
+
|
|
31
|
+
| Name | Description |
|
|
32
|
+
| ----------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
33
|
+
| `--mds-accordion-timer-color` | Sets the text color of the component mds-accordion-timer-item |
|
|
34
|
+
| `--mds-accordion-timer-duration` | Sets the transition duration of open/close animation of the mds-accordion-timer-item |
|
|
35
|
+
| `--mds-accordion-timer-progress-bar-background` | Sets the background-color of the progress bar when the mds-accordion-timer-item is selected |
|
|
36
|
+
| `--mds-accordion-timer-progress-bar-color` | Sets the color of the progress bar when the mds-accordion-timer-item is selected |
|
|
37
|
+
| `--mds-accordion-timer-progress-bar-thickness` | Sets thickness of the progress bar of the mds-accordion-timer-item |
|
|
38
|
+
|
|
39
|
+
|
|
22
40
|
----------------------------------------------
|
|
23
41
|
|
|
24
42
|
Built with love @ **Maggioli Informatica / R&D Department**
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const cssDurationToMilliseconds = (duration: string, defaultValue = 1000): number => {
|
|
2
|
+
if (duration.includes('s')) {
|
|
3
|
+
return Number(duration.replace('s', '')) * 1000
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
if (duration.includes('ms')) {
|
|
7
|
+
return Number(duration.replace('s', ''))
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
return defaultValue
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
cssDurationToMilliseconds,
|
|
14
|
+
}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @prop --mds-accordion-timer-progress-bar-color: Sets the color of the progress bar when the mds-accordion-timer-item is selected
|
|
3
|
+
* @prop --mds-accordion-timer-progress-bar-background: Sets the background-color of the progress bar when the mds-accordion-timer-item is selected
|
|
4
|
+
* @prop --mds-accordion-timer-color: Sets the text color of the component mds-accordion-timer-item
|
|
5
|
+
* @prop --mds-accordion-timer-progress-bar-thickness: Sets thickness of the progress bar of the mds-accordion-timer-item
|
|
6
|
+
* @prop --mds-accordion-timer-duration: Sets the transition duration of open/close animation of the mds-accordion-timer-item
|
|
7
|
+
*/
|
|
8
|
+
|
|
1
9
|
:host {
|
|
10
|
+
|
|
11
|
+
--mds-accordion-timer-progress-bar-color: theme('colors.tone-neutral-03');
|
|
12
|
+
--mds-accordion-timer-progress-bar-background: theme('colors.tone-neutral-08');
|
|
13
|
+
--mds-accordion-timer-progress-bar-thickness: theme('width.1');
|
|
14
|
+
--mds-accordion-timer-duration: 500ms;
|
|
15
|
+
|
|
2
16
|
display: block;
|
|
3
17
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { MdsAccordionTimerItemEventDetail } from '@component/mds-accordion-timer-item/meta/event-detail'
|
|
2
2
|
import { Component, Host, Element, Event, EventEmitter, h, Prop, Listen, State } from '@stencil/core'
|
|
3
3
|
|
|
4
|
+
/**
|
|
5
|
+
* @slot default - Add `mds-accordion-timer-item` element/s.
|
|
6
|
+
*/
|
|
7
|
+
|
|
4
8
|
@Component({
|
|
5
9
|
tag: 'mds-accordion-timer',
|
|
6
10
|
styleUrl: 'mds-accordion-timer.css',
|
|
@@ -19,6 +19,24 @@
|
|
|
19
19
|
| `mdsAccordionTimerChange` | Emits when the accordion changes it's item | `CustomEvent<void>` |
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## Slots
|
|
23
|
+
|
|
24
|
+
| Slot | Description |
|
|
25
|
+
| ----------- | ----------------------------------------- |
|
|
26
|
+
| `"default"` | Add `mds-accordion-timer-item` element/s. |
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## CSS Custom Properties
|
|
30
|
+
|
|
31
|
+
| Name | Description |
|
|
32
|
+
| ----------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
33
|
+
| `--mds-accordion-timer-color` | Sets the text color of the component mds-accordion-timer-item |
|
|
34
|
+
| `--mds-accordion-timer-duration` | Sets the transition duration of open/close animation of the mds-accordion-timer-item |
|
|
35
|
+
| `--mds-accordion-timer-progress-bar-background` | Sets the background-color of the progress bar when the mds-accordion-timer-item is selected |
|
|
36
|
+
| `--mds-accordion-timer-progress-bar-color` | Sets the color of the progress bar when the mds-accordion-timer-item is selected |
|
|
37
|
+
| `--mds-accordion-timer-progress-bar-thickness` | Sets thickness of the progress bar of the mds-accordion-timer-item |
|
|
38
|
+
|
|
39
|
+
|
|
22
40
|
----------------------------------------------
|
|
23
41
|
|
|
24
42
|
Built with love @ **Maggioli Informatica / R&D Department**
|
|
@@ -14,7 +14,7 @@ export default {
|
|
|
14
14
|
const Template = args =>
|
|
15
15
|
<div>
|
|
16
16
|
<mds-accordion-timer {...args}>
|
|
17
|
-
<mds-accordion-timer-item description="Blipbug">
|
|
17
|
+
<mds-accordion-timer-item selected description="Blipbug">
|
|
18
18
|
<mds-text>Blipbug presenta delle fattezze riconducibili agli insetti nello stadio pre-crisalide. Il suo corpo si sviluppa in lunghezza, ed è formato principalmente da tre parti: la sua grande testa, il suo collo (molto simile ad un collare), e il corpo vero e proprio. La prima di queste è suddivisa in una parte color crema e una parte color denim; dello stesso colore sono le appenidici a forma di "V" che si trovano sopra e ai lati della testa. I suoi occhi sono enormi e grigi, ed hanno delle sottilissime sopracciglia sopra di essi. Il suo "collare", anch'esso color denim, presenta delle "setole" giallo sabbia, con le quali percepisce i segnali esterni: stesso colore si presenta nel segmento centrale della sua parte inferiore, dove sono presenti un primo paio di zampe crema. Il segmento superiore del corpo è bianco e ospita delle zampe anteriori color crema, ed infine, la parte finale, o la "coda", è color denim e finisce con un'appendice a "V" un po' piú grossa.</mds-text>
|
|
19
19
|
</mds-accordion-timer-item>
|
|
20
20
|
<mds-accordion-timer-item description="Drednaw">
|
package/src/dictionary/button.ts
CHANGED
|
@@ -15,6 +15,11 @@ const buttonToneVariantDictionary = [
|
|
|
15
15
|
'quiet',
|
|
16
16
|
]
|
|
17
17
|
|
|
18
|
+
const buttonTargetDictionary = [
|
|
19
|
+
'blank',
|
|
20
|
+
'self',
|
|
21
|
+
]
|
|
22
|
+
|
|
18
23
|
const buttonSizeDictionary = [
|
|
19
24
|
'sm',
|
|
20
25
|
'md',
|
|
@@ -28,8 +33,9 @@ const buttonIconPositionDictionary = [
|
|
|
28
33
|
]
|
|
29
34
|
|
|
30
35
|
export {
|
|
36
|
+
buttonIconPositionDictionary,
|
|
31
37
|
buttonSizeDictionary,
|
|
38
|
+
buttonTargetDictionary,
|
|
32
39
|
buttonToneVariantDictionary,
|
|
33
40
|
buttonVariantDictionary,
|
|
34
|
-
buttonIconPositionDictionary,
|
|
35
41
|
}
|
|
@@ -59,6 +59,15 @@ const toneVariantDictionary = [
|
|
|
59
59
|
'quiet',
|
|
60
60
|
]
|
|
61
61
|
|
|
62
|
+
const toneActionVariantDictionary = [
|
|
63
|
+
'primary',
|
|
64
|
+
'secondary',
|
|
65
|
+
'tertiary',
|
|
66
|
+
'strong',
|
|
67
|
+
'weak',
|
|
68
|
+
'quiet',
|
|
69
|
+
]
|
|
70
|
+
|
|
62
71
|
const toneSimpleVariantDictionary = [
|
|
63
72
|
'strong',
|
|
64
73
|
'weak',
|
|
@@ -76,6 +85,7 @@ export {
|
|
|
76
85
|
themeLuminanceVariantDictionary,
|
|
77
86
|
themeStatusVariantDictionary,
|
|
78
87
|
themeVariantDictionary,
|
|
88
|
+
toneActionVariantDictionary,
|
|
79
89
|
toneMinimalVariantDictionary,
|
|
80
90
|
toneSimpleVariantDictionary,
|
|
81
91
|
toneVariantDictionary,
|