@maggioli-design-system/mds-accordion-timer 3.3.0 → 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.
Files changed (55) hide show
  1. package/dist/cjs/{index-b99075ba.js → index-0863c401.js} +152 -35
  2. package/dist/cjs/loader.cjs.js +2 -11
  3. package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
  4. package/dist/cjs/mds-accordion-timer.cjs.js +2 -2
  5. package/dist/collection/collection-manifest.json +3 -3
  6. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +4 -1
  7. package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.e2e.js +10 -0
  8. package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +2 -2
  9. package/dist/collection/dictionary/icon.js +2 -2
  10. package/dist/components/index.d.ts +5 -3
  11. package/dist/components/index.js +1 -2
  12. package/dist/components/mds-accordion-timer.js +1 -1
  13. package/dist/documentation.d.ts +361 -88
  14. package/dist/documentation.json +28 -7
  15. package/dist/esm/{index-bd689d6a.js → index-3fd8fd3d.js} +152 -35
  16. package/dist/esm/loader.js +3 -12
  17. package/dist/esm/mds-accordion-timer.entry.js +1 -1
  18. package/dist/esm/mds-accordion-timer.js +3 -3
  19. package/dist/esm-es5/index-3fd8fd3d.js +2 -0
  20. package/dist/esm-es5/loader.js +1 -1
  21. package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
  22. package/dist/esm-es5/mds-accordion-timer.js +1 -1
  23. package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -1
  24. package/dist/mds-accordion-timer/mds-accordion-timer.js +2 -6
  25. package/dist/mds-accordion-timer/p-0cc9df19.system.js +2 -0
  26. package/dist/mds-accordion-timer/p-1bc788d2.system.js +1 -0
  27. package/dist/mds-accordion-timer/{p-778834a9.entry.js → p-5046d553.entry.js} +1 -1
  28. package/dist/mds-accordion-timer/{p-2a65b768.system.entry.js → p-65172843.system.entry.js} +1 -1
  29. package/dist/mds-accordion-timer/p-d1be03fa.js +2 -0
  30. package/dist/stats.json +41 -33
  31. package/dist/types/components/mds-accordion-timer/mds-accordion-timer.d.ts +3 -0
  32. package/dist/types/stencil-public-runtime.d.ts +32 -17
  33. package/documentation.json +369 -7
  34. package/loader/index.d.ts +2 -2
  35. package/package.json +4 -4
  36. package/readme.md +7 -0
  37. package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +4 -0
  38. package/src/components/mds-accordion-timer/readme.md +7 -0
  39. package/src/fixtures/icons.json +20 -0
  40. package/src/fixtures/iconsauce.json +19 -0
  41. package/www/build/mds-accordion-timer.esm.js +1 -1
  42. package/www/build/mds-accordion-timer.js +2 -6
  43. package/www/build/p-0cc9df19.system.js +2 -0
  44. package/www/build/p-1bc788d2.system.js +1 -0
  45. package/www/build/{p-778834a9.entry.js → p-5046d553.entry.js} +1 -1
  46. package/www/build/{p-2a65b768.system.entry.js → p-65172843.system.entry.js} +1 -1
  47. package/www/build/p-d1be03fa.js +2 -0
  48. package/dist/esm/polyfills/css-shim.js +0 -1
  49. package/dist/esm-es5/index-bd689d6a.js +0 -2
  50. package/dist/mds-accordion-timer/p-5029b85d.system.js +0 -2
  51. package/dist/mds-accordion-timer/p-5e09eed0.system.js +0 -1
  52. package/dist/mds-accordion-timer/p-a7b74010.js +0 -2
  53. package/www/build/p-5029b85d.system.js +0 -2
  54. package/www/build/p-5e09eed0.system.js +0 -1
  55. package/www/build/p-a7b74010.js +0 -2
@@ -1,23 +1,33 @@
1
1
  {
2
- "timestamp": "2023-06-23T10:05:29",
2
+ "timestamp": "2023-09-18T08:43:05",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "2.22.3",
6
- "typescriptVersion": "4.9.4"
5
+ "version": "4.2.1",
6
+ "typescriptVersion": "5.1.6"
7
7
  },
8
8
  "components": [
9
9
  {
10
- "filePath": "./src/components/mds-accordion-timer/mds-accordion-timer.tsx",
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",
@@ -89,11 +104,358 @@
89
104
  "docs": "Sets thickness of the progress bar of the mds-accordion-timer-item"
90
105
  }
91
106
  ],
92
- "slots": [],
107
+ "slots": [
108
+ {
109
+ "name": "default",
110
+ "docs": "Add `mds-accordion-timer-item` element/s."
111
+ }
112
+ ],
93
113
  "parts": [],
94
114
  "dependents": [],
95
115
  "dependencies": [],
96
116
  "dependencyGraph": {}
97
117
  }
98
- ]
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
+ }
99
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): Promise<void>;
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.0",
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.2.0",
28
- "@maggioli-design-system/styles": "^11.5.2",
29
- "@stencil/core": "^2.22.3"
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,13 @@
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
+
22
29
  ## CSS Custom Properties
23
30
 
24
31
  | Name | Description |
@@ -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,13 @@
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
+
22
29
  ## CSS Custom Properties
23
30
 
24
31
  | Name | Description |
@@ -21,6 +21,7 @@
21
21
  "mgg/action-show-right-side",
22
22
  "mgg/action-show-sidebar-left",
23
23
  "mgg/action-show-sidebar-right",
24
+ "mgg/activity-list",
24
25
  "mgg/add-document-settings",
25
26
  "mgg/additional-contents",
26
27
  "mgg/address-book-off",
@@ -28,9 +29,19 @@
28
29
  "mgg/adv-denied",
29
30
  "mgg/area-edificabile",
30
31
  "mgg/area-weather",
32
+ "mgg/assignments-accept-rejection",
33
+ "mgg/assignments-acceptance-accepted",
34
+ "mgg/assignments-assignment",
35
+ "mgg/assignments-competence",
36
+ "mgg/assignments-completed",
37
+ "mgg/assignments-rejected",
38
+ "mgg/assignments-sorted",
39
+ "mgg/auto-awesome-motion",
40
+ "mgg/balance",
31
41
  "mgg/bill",
32
42
  "mgg/box-multiple",
33
43
  "mgg/breadcrumb",
44
+ "mgg/bus-stops",
34
45
  "mgg/calendar-euro",
35
46
  "mgg/calendar-multiple",
36
47
  "mgg/calendar-schedule",
@@ -55,6 +66,8 @@
55
66
  "mgg/data-end-marriage",
56
67
  "mgg/dataset",
57
68
  "mgg/delivered-to-the-recipient",
69
+ "mgg/document-euro",
70
+ "mgg/document-less",
58
71
  "mgg/document-magic",
59
72
  "mgg/document-rename",
60
73
  "mgg/electronic-document",
@@ -101,10 +114,14 @@
101
114
  "mgg/input-calendar-period",
102
115
  "mgg/input-calendar-time",
103
116
  "mgg/instrumental-buildings",
117
+ "mgg/internationalization-add",
118
+ "mgg/internationalization-check",
119
+ "mgg/internationalization-delete",
104
120
  "mgg/isbn",
105
121
  "mgg/judge-hammer",
106
122
  "mgg/land-registry",
107
123
  "mgg/layers",
124
+ "mgg/liquidated-document",
108
125
  "mgg/list-dot",
109
126
  "mgg/logo-girasole-camuno",
110
127
  "mgg/logo-gpl",
@@ -113,6 +130,7 @@
113
130
  "mgg/military-draft",
114
131
  "mgg/money-bag-settings",
115
132
  "mgg/money-on-hand",
133
+ "mgg/money-paid",
116
134
  "mgg/move-down",
117
135
  "mgg/move-left",
118
136
  "mgg/move-right",
@@ -143,6 +161,7 @@
143
161
  "mgg/other-properties",
144
162
  "mgg/other-properties-off",
145
163
  "mgg/other-residential-buildings",
164
+ "mgg/pagopa",
146
165
  "mgg/partial-wall",
147
166
  "mgg/payment-settings",
148
167
  "mgg/pec-sent-to-the-not-pec-recipient",
@@ -257,5 +276,6 @@
257
276
  "mi/round/email",
258
277
  "mi/round/groups",
259
278
  "mi/round/menu",
279
+ "mi/round/more-vert",
260
280
  "mi/round/person"
261
281
  ]
@@ -10,6 +10,7 @@
10
10
  "mgg/action-show-right-side",
11
11
  "mgg/action-show-sidebar-left",
12
12
  "mgg/action-show-sidebar-right",
13
+ "mgg/activity-list",
13
14
  "mgg/add-document-settings",
14
15
  "mgg/additional-contents",
15
16
  "mgg/address-book-off",
@@ -17,9 +18,19 @@
17
18
  "mgg/adv-denied",
18
19
  "mgg/area-edificabile",
19
20
  "mgg/area-weather",
21
+ "mgg/assignments-accept-rejection",
22
+ "mgg/assignments-acceptance-accepted",
23
+ "mgg/assignments-assignment",
24
+ "mgg/assignments-competence",
25
+ "mgg/assignments-completed",
26
+ "mgg/assignments-rejected",
27
+ "mgg/assignments-sorted",
28
+ "mgg/auto-awesome-motion",
29
+ "mgg/balance",
20
30
  "mgg/bill",
21
31
  "mgg/box-multiple",
22
32
  "mgg/breadcrumb",
33
+ "mgg/bus-stops",
23
34
  "mgg/calendar-euro",
24
35
  "mgg/calendar-multiple",
25
36
  "mgg/calendar-schedule",
@@ -44,6 +55,8 @@
44
55
  "mgg/data-end-marriage",
45
56
  "mgg/dataset",
46
57
  "mgg/delivered-to-the-recipient",
58
+ "mgg/document-euro",
59
+ "mgg/document-less",
47
60
  "mgg/document-magic",
48
61
  "mgg/document-rename",
49
62
  "mgg/electronic-document",
@@ -90,10 +103,14 @@
90
103
  "mgg/input-calendar-period",
91
104
  "mgg/input-calendar-time",
92
105
  "mgg/instrumental-buildings",
106
+ "mgg/internationalization-add",
107
+ "mgg/internationalization-check",
108
+ "mgg/internationalization-delete",
93
109
  "mgg/isbn",
94
110
  "mgg/judge-hammer",
95
111
  "mgg/land-registry",
96
112
  "mgg/layers",
113
+ "mgg/liquidated-document",
97
114
  "mgg/list-dot",
98
115
  "mgg/logo-girasole-camuno",
99
116
  "mgg/logo-gpl",
@@ -102,6 +119,7 @@
102
119
  "mgg/military-draft",
103
120
  "mgg/money-bag-settings",
104
121
  "mgg/money-on-hand",
122
+ "mgg/money-paid",
105
123
  "mgg/move-down",
106
124
  "mgg/move-left",
107
125
  "mgg/move-right",
@@ -132,6 +150,7 @@
132
150
  "mgg/other-properties-off",
133
151
  "mgg/other-properties",
134
152
  "mgg/other-residential-buildings",
153
+ "mgg/pagopa",
135
154
  "mgg/partial-wall",
136
155
  "mgg/payment-settings",
137
156
  "mgg/pec-sent-to-the-not-pec-recipient",
@@ -1 +1 @@
1
- import{p as e,b as o}from"./p-a7b74010.js";export{s as setNonce}from"./p-a7b74010.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>o([["p-778834a9",[[1,"mds-accordion-timer",{duration:[2],time:[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickActive"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]]]]]],e)));
1
+ import{p as e,b as o}from"./p-d1be03fa.js";export{s as setNonce}from"./p-d1be03fa.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>o([["p-5046d553",[[1,"mds-accordion-timer",{duration:[2],time:[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickActive"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]]]]]],e)));