@maggioli-design-system/mds-accordion-timer 2.2.0 → 3.1.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 (87) hide show
  1. package/dist/cjs/{index-6821dfbc.js → index-b99075ba.js} +56 -9
  2. package/dist/cjs/loader.cjs.js +3 -3
  3. package/dist/cjs/mds-accordion-timer.cjs.entry.js +24 -24
  4. package/dist/cjs/mds-accordion-timer.cjs.js +3 -3
  5. package/dist/collection/collection-manifest.json +1 -1
  6. package/dist/collection/common/keyboard-manager.js +40 -0
  7. package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +29 -29
  8. package/dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js +1 -1
  9. package/dist/collection/dictionary/icon.js +3 -1
  10. package/dist/collection/dictionary/typography.js +5 -1
  11. package/dist/components/mds-accordion-timer.js +24 -24
  12. package/dist/esm/{index-5ca2b649.js → index-bd689d6a.js} +56 -9
  13. package/dist/esm/loader.js +4 -4
  14. package/dist/esm/mds-accordion-timer.entry.js +24 -24
  15. package/dist/esm/mds-accordion-timer.js +4 -4
  16. package/dist/esm-es5/{index-5ca2b649.js → index-bd689d6a.js} +1 -1
  17. package/dist/esm-es5/loader.js +1 -1
  18. package/dist/esm-es5/mds-accordion-timer.entry.js +1 -1
  19. package/dist/esm-es5/mds-accordion-timer.js +1 -1
  20. package/dist/mds-accordion-timer/mds-accordion-timer.esm.js +1 -1
  21. package/dist/mds-accordion-timer/mds-accordion-timer.js +1 -1
  22. package/dist/mds-accordion-timer/p-4620ac30.system.js +1 -0
  23. package/dist/mds-accordion-timer/{p-59116e2a.system.js → p-5029b85d.system.js} +2 -2
  24. package/dist/mds-accordion-timer/p-7df47654.system.entry.js +1 -0
  25. package/dist/mds-accordion-timer/p-a7b74010.js +2 -0
  26. package/dist/mds-accordion-timer/p-aae0027a.entry.js +1 -0
  27. package/dist/stats.json +68 -65
  28. package/dist/types/common/keyboard-manager.d.ts +11 -0
  29. package/dist/types/components/mds-accordion-timer/mds-accordion-timer.d.ts +6 -7
  30. package/dist/types/components.d.ts +1 -1
  31. package/dist/types/dictionary/icon.d.ts +2 -1
  32. package/dist/types/dictionary/typography.d.ts +2 -1
  33. package/dist/types/stencil-public-runtime.d.ts +11 -0
  34. package/dist/types/{types → type}/typography.d.ts +1 -0
  35. package/package.json +4 -4
  36. package/readme.md +3 -3
  37. package/src/common/keyboard-manager.ts +46 -0
  38. package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +29 -29
  39. package/src/components/mds-accordion-timer/readme.md +3 -3
  40. package/src/components/mds-accordion-timer/test/mds-accordion-timer.stories.tsx +1 -1
  41. package/src/components.d.ts +1 -1
  42. package/src/dictionary/icon.ts +4 -0
  43. package/src/dictionary/typography.ts +9 -3
  44. package/src/fixtures/icons.json +174 -0
  45. package/src/fixtures/iconsauce.json +175 -0
  46. package/src/tailwind/components.css +1 -0
  47. package/src/{types → type}/typography.ts +4 -0
  48. package/www/build/mds-accordion-timer.esm.js +1 -1
  49. package/www/build/mds-accordion-timer.js +1 -1
  50. package/www/build/p-4620ac30.system.js +1 -0
  51. package/www/build/{p-59116e2a.system.js → p-5029b85d.system.js} +2 -2
  52. package/www/build/p-7df47654.system.entry.js +1 -0
  53. package/www/build/p-a7b74010.js +2 -0
  54. package/www/build/p-aae0027a.entry.js +1 -0
  55. package/dist/mds-accordion-timer/p-5d8e384d.js +0 -2
  56. package/dist/mds-accordion-timer/p-c4b2aa5c.system.js +0 -1
  57. package/dist/mds-accordion-timer/p-e66497f2.system.entry.js +0 -1
  58. package/dist/mds-accordion-timer/p-f0c71bfc.entry.js +0 -1
  59. package/www/build/p-5d8e384d.js +0 -2
  60. package/www/build/p-c4b2aa5c.system.js +0 -1
  61. package/www/build/p-e66497f2.system.entry.js +0 -1
  62. package/www/build/p-f0c71bfc.entry.js +0 -1
  63. /package/dist/collection/{types → type}/autocomplete.js +0 -0
  64. /package/dist/collection/{types → type}/button.js +0 -0
  65. /package/dist/collection/{types → type}/floating-ui.js +0 -0
  66. /package/dist/collection/{types → type}/form-rel.js +0 -0
  67. /package/dist/collection/{types → type}/input-text-type.js +0 -0
  68. /package/dist/collection/{types → type}/input-value-type.js +0 -0
  69. /package/dist/collection/{types → type}/loading.js +0 -0
  70. /package/dist/collection/{types → type}/typography.js +0 -0
  71. /package/dist/collection/{types → type}/variant.js +0 -0
  72. /package/dist/types/{types → type}/autocomplete.d.ts +0 -0
  73. /package/dist/types/{types → type}/button.d.ts +0 -0
  74. /package/dist/types/{types → type}/floating-ui.d.ts +0 -0
  75. /package/dist/types/{types → type}/form-rel.d.ts +0 -0
  76. /package/dist/types/{types → type}/input-text-type.d.ts +0 -0
  77. /package/dist/types/{types → type}/input-value-type.d.ts +0 -0
  78. /package/dist/types/{types → type}/loading.d.ts +0 -0
  79. /package/dist/types/{types → type}/variant.d.ts +0 -0
  80. /package/src/{types → type}/autocomplete.ts +0 -0
  81. /package/src/{types → type}/button.ts +0 -0
  82. /package/src/{types → type}/floating-ui.ts +0 -0
  83. /package/src/{types → type}/form-rel.ts +0 -0
  84. /package/src/{types → type}/input-text-type.ts +0 -0
  85. /package/src/{types → type}/input-value-type.ts +0 -0
  86. /package/src/{types → type}/loading.ts +0 -0
  87. /package/src/{types → type}/variant.ts +0 -0
@@ -10,9 +10,9 @@ export class MdsAccordionTimer {
10
10
  private timer: number
11
11
  private timeChecker: number
12
12
  private timeStarted: number
13
- private activeItemDurationTime: number
13
+ private selectedItemDurationTime: number
14
14
  private children: NodeListOf<HTMLMdsAccordionTimerItemElement>
15
- private activeItem: HTMLMdsAccordionTimerItemElement
15
+ private selectedItem: HTMLMdsAccordionTimerItemElement
16
16
  @Element() private element: HTMLMdsAccordionTimerElement
17
17
 
18
18
  @State() time = 0
@@ -25,16 +25,20 @@ export class MdsAccordionTimer {
25
25
  /**
26
26
  * Emits when the accordion changes it's item
27
27
  */
28
- @Event() itemActivated: EventEmitter<number>
28
+ @Event({ eventName: 'mdsAccordionTimerChange' }) changeEvent: EventEmitter<number>
29
29
 
30
30
  componentDidLoad (): void {
31
31
  this.children = this.element.querySelectorAll<HTMLMdsAccordionTimerItemElement>('mds-accordion-timer-item')
32
32
  this.children.forEach((item, key) => {
33
33
  item.uuid = key
34
- if (item.active) {
35
- this.activeItem = item
34
+ if (item.selected) {
35
+ this.selectedItem = item
36
36
  }
37
37
  })
38
+
39
+ if (this.selectedItem !== undefined) {
40
+ this.startTimer()
41
+ }
38
42
  }
39
43
 
40
44
  private clearIntervals = (): void => {
@@ -44,10 +48,6 @@ export class MdsAccordionTimer {
44
48
  this.timeChecker = null
45
49
  }
46
50
 
47
- connectedCallback (): void {
48
- this.startTimer()
49
- }
50
-
51
51
  disconnectedCallback (): void {
52
52
  this.stopTimer()
53
53
  this.clearIntervals()
@@ -60,11 +60,11 @@ export class MdsAccordionTimer {
60
60
  private addTimeListener = (): void => {
61
61
  this.timeChecker = window.setInterval(() => {
62
62
  const progress = this.progress()
63
- if (this.activeItem !== undefined) {
64
- this.activeItem.progress = progress
63
+ if (this.selectedItem !== undefined) {
64
+ this.selectedItem.progress = progress
65
65
  }
66
66
  if (progress === 1) {
67
- this.activeItem.progress = 0
67
+ this.selectedItem.progress = 0
68
68
  this.startNext()
69
69
  }
70
70
  }, 100)
@@ -76,32 +76,32 @@ export class MdsAccordionTimer {
76
76
  }
77
77
 
78
78
  private remainingTime = (): number => {
79
- const remainingTime:number = this.activeItemDurationTime - ( (new Date()).getTime() - this.timeStarted )
79
+ const remainingTime:number = this.selectedItemDurationTime - ( (new Date()).getTime() - this.timeStarted )
80
80
  return remainingTime >= 0 ? remainingTime : 0
81
81
  }
82
82
 
83
- private setActiveItem = (uuid: number): void => {
83
+ private setSelectedItem = (uuid: number): void => {
84
84
  this.children.forEach((item, key) => {
85
85
  if (key === uuid) {
86
- item.active = true
87
- this.activeItem = item
88
- this.itemActivated.emit(uuid)
86
+ item.selected = true
87
+ this.selectedItem = item
88
+ this.changeEvent.emit(uuid)
89
89
  } else {
90
- item.active = false
90
+ item.selected = false
91
91
  }
92
92
  })
93
93
  }
94
94
 
95
95
  private startNext = (): void => {
96
- const nextUuid = this.activeItem.uuid + 1 > this.children.length - 1 ? 0 : this.activeItem.uuid + 1
97
- this.setActiveItem(nextUuid)
96
+ const nextUuid = this.selectedItem.uuid + 1 > this.children.length - 1 ? 0 : this.selectedItem.uuid + 1
97
+ this.setSelectedItem(nextUuid)
98
98
  this.startTimer()
99
99
  }
100
100
 
101
101
  private startTimer = (): void => {
102
102
  this.clearIntervals()
103
103
  this.time = this.beginningTime()
104
- this.activeItemDurationTime = this.duration
104
+ this.selectedItemDurationTime = this.duration
105
105
  this.addTimeListener()
106
106
  }
107
107
 
@@ -112,7 +112,7 @@ export class MdsAccordionTimer {
112
112
 
113
113
  private pauseTimer = (): void => {
114
114
  this.clearIntervals()
115
- this.activeItemDurationTime = this.remainingTime()
115
+ this.selectedItemDurationTime = this.remainingTime()
116
116
  }
117
117
 
118
118
  private stopTimer = (): void => {
@@ -120,9 +120,9 @@ export class MdsAccordionTimer {
120
120
  this.time = null
121
121
  }
122
122
 
123
- @Listen('clickActive')
123
+ @Listen('mdsAccordionTimerItemClickSelect')
124
124
  onClickActive (event: CustomEvent<string>): void {
125
- if (event.detail === this.activeItem.description) {
125
+ if (this.selectedItem && event.detail === this.selectedItem.description) {
126
126
  return
127
127
  }
128
128
  let selectedUuid: number
@@ -132,18 +132,18 @@ export class MdsAccordionTimer {
132
132
  selectedUuid = item.uuid
133
133
  }
134
134
  })
135
- this.setActiveItem(selectedUuid)
135
+ this.setSelectedItem(selectedUuid)
136
136
  this.startTimer()
137
137
  this.pauseTimer()
138
138
  }
139
139
 
140
- @Listen('mouseEnterActive')
141
- onMouseEnterActive (): void {
140
+ @Listen('mdsAccordionTimerItemMouseEnterSelect')
141
+ onMouseEnterSelect (): void {
142
142
  this.pauseTimer()
143
143
  }
144
144
 
145
- @Listen('mouseLeaveActive')
146
- onMouseLeaveActive (): void {
145
+ @Listen('mdsAccordionTimerItemMouseLeaveSelect')
146
+ onMouseLeaveSelect (): void {
147
147
  if (this.timeChecker === null) {
148
148
  this.playTimer()
149
149
  }
@@ -14,9 +14,9 @@
14
14
 
15
15
  ## Events
16
16
 
17
- | Event | Description | Type |
18
- | --------------- | ------------------------------------------ | --------------------- |
19
- | `itemActivated` | Emits when the accordion changes it's item | `CustomEvent<number>` |
17
+ | Event | Description | Type |
18
+ | ------------------------- | ------------------------------------------ | --------------------- |
19
+ | `mdsAccordionTimerChange` | Emits when the accordion changes it's item | `CustomEvent<number>` |
20
20
 
21
21
 
22
22
  ----------------------------------------------
@@ -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 active description="Blipbug">
17
+ <mds-accordion-timer-item 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">
@@ -37,7 +37,7 @@ declare namespace LocalJSX {
37
37
  /**
38
38
  * Emits when the accordion changes it's item
39
39
  */
40
- "onItemActivated"?: (event: MdsAccordionTimerCustomEvent<number>) => void;
40
+ "onMdsAccordionTimerChange"?: (event: MdsAccordionTimerCustomEvent<number>) => void;
41
41
  }
42
42
  interface IntrinsicElements {
43
43
  "mds-accordion-timer": MdsAccordionTimer;
@@ -1,5 +1,9 @@
1
1
  import jsonIconsDictionary from '../fixtures/icons.json'
2
+ import jsonMggIconsDictionary from '../fixtures/iconsauce.json'
2
3
  const iconsDictionary = jsonIconsDictionary
4
+ const mggIconsDictionary = jsonMggIconsDictionary
5
+
3
6
  export {
4
7
  iconsDictionary,
8
+ mggIconsDictionary,
5
9
  }
@@ -23,6 +23,11 @@ const typographyVariationsDictionary = [
23
23
  'code',
24
24
  ]
25
25
 
26
+ const typographyReadingVariationsDictionary = [
27
+ 'info',
28
+ 'read',
29
+ ]
30
+
26
31
  const typographyMonoDictionary = [
27
32
  'snippet',
28
33
  'hack',
@@ -66,11 +71,12 @@ const typographyTooltipDictionary = [
66
71
 
67
72
  export {
68
73
  typographyDictionary,
69
- typographyVariationsDictionary,
70
- typographyMonoDictionary,
71
- typographyTitleDictionary,
72
74
  typographyInfoDictionary,
75
+ typographyReadingVariationsDictionary,
76
+ typographyMonoDictionary,
73
77
  typographyReadDictionary,
74
78
  typographySmallerDictionary,
79
+ typographyTitleDictionary,
75
80
  typographyTooltipDictionary,
81
+ typographyVariationsDictionary,
76
82
  }
@@ -10,6 +10,179 @@
10
10
  "mdi/map-marker",
11
11
  "mdi/replay",
12
12
  "mdi/vector-curve",
13
+ "mgg/abitazione-principale",
14
+ "mgg/action-hide-down-side",
15
+ "mgg/action-hide-left-side",
16
+ "mgg/action-hide-right-side",
17
+ "mgg/action-hide-sidebar-left",
18
+ "mgg/action-hide-sidebar-right",
19
+ "mgg/action-show-down-side",
20
+ "mgg/action-show-left-side",
21
+ "mgg/action-show-right-side",
22
+ "mgg/action-show-sidebar-left",
23
+ "mgg/action-show-sidebar-right",
24
+ "mgg/add-document-settings",
25
+ "mgg/additional-contents",
26
+ "mgg/address-book-off",
27
+ "mgg/address-book-on",
28
+ "mgg/adv-denied",
29
+ "mgg/area-edificabile",
30
+ "mgg/area-weather",
31
+ "mgg/box-multiple",
32
+ "mgg/breadcrumb",
33
+ "mgg/calendar-euro",
34
+ "mgg/calendar-multiple",
35
+ "mgg/calendar-schedule",
36
+ "mgg/car-license",
37
+ "mgg/card-stamping",
38
+ "mgg/checklist",
39
+ "mgg/checklist-settings",
40
+ "mgg/citizenship",
41
+ "mgg/city-bin",
42
+ "mgg/copy-paste",
43
+ "mgg/data-analytics-alt",
44
+ "mgg/data-analytics-search",
45
+ "mgg/data-analytics-time",
46
+ "mgg/data-category-alt",
47
+ "mgg/data-civil-union",
48
+ "mgg/data-death-civil-union",
49
+ "mgg/data-death-marriage",
50
+ "mgg/data-end-civil-union",
51
+ "mgg/data-end-marriage",
52
+ "mgg/dataset",
53
+ "mgg/document-magic",
54
+ "mgg/document-rename",
55
+ "mgg/electronic-document",
56
+ "mgg/email-open-check",
57
+ "mgg/email-open-off",
58
+ "mgg/face-to-face-meeting",
59
+ "mgg/farmer",
60
+ "mgg/field",
61
+ "mgg/file-download",
62
+ "mgg/file-folder-tree",
63
+ "mgg/file-folder-tree-open",
64
+ "mgg/file-import",
65
+ "mgg/file-odt",
66
+ "mgg/file-rtf",
67
+ "mgg/file-settings-alt",
68
+ "mgg/file-stack",
69
+ "mgg/file-stack-alt",
70
+ "mgg/file-sub",
71
+ "mgg/file-type-document-attachment",
72
+ "mgg/file-type-document-multiple-attachment",
73
+ "mgg/file-type-document-rubber-stamp",
74
+ "mgg/file-type-home",
75
+ "mgg/file-type-pdf",
76
+ "mgg/file-type-success",
77
+ "mgg/file-type-warning",
78
+ "mgg/finance-euro-cashback",
79
+ "mgg/fit-horizontal",
80
+ "mgg/fit-vertical",
81
+ "mgg/fullscreen-on-alt",
82
+ "mgg/google-check-small",
83
+ "mgg/google-place-item",
84
+ "mgg/heart",
85
+ "mgg/heart-outline",
86
+ "mgg/historic-building",
87
+ "mgg/historic-building-unusable",
88
+ "mgg/home-hammer",
89
+ "mgg/home-number",
90
+ "mgg/inagibile",
91
+ "mgg/input-calendar-costs",
92
+ "mgg/input-calendar-period",
93
+ "mgg/input-calendar-time",
94
+ "mgg/isbn",
95
+ "mgg/judge-hammer",
96
+ "mgg/land-registry",
97
+ "mgg/layers",
98
+ "mgg/list-dot",
99
+ "mgg/logo-girasole-camuno",
100
+ "mgg/logo-gpl",
101
+ "mgg/logo-ilibro",
102
+ "mgg/map-marker-settings",
103
+ "mgg/military-draft",
104
+ "mgg/money-bag-settings",
105
+ "mgg/money-on-hand",
106
+ "mgg/move-down",
107
+ "mgg/move-left",
108
+ "mgg/move-right",
109
+ "mgg/move-row-down",
110
+ "mgg/move-row-up",
111
+ "mgg/move-up",
112
+ "mgg/multiple-payments",
113
+ "mgg/national-document",
114
+ "mgg/national-document-off",
115
+ "mgg/order-return-down-left-to-right",
116
+ "mgg/order-return-down-left-to-up",
117
+ "mgg/order-return-down-right-to-left",
118
+ "mgg/order-return-down-right-to-up",
119
+ "mgg/order-return-up-left-to-down",
120
+ "mgg/order-return-up-left-to-right",
121
+ "mgg/order-return-up-right-to-down",
122
+ "mgg/order-return-up-right-to-left",
123
+ "mgg/order-zigzag-down-left-to-right",
124
+ "mgg/order-zigzag-down-left-to-up",
125
+ "mgg/order-zigzag-down-right-to-left",
126
+ "mgg/order-zigzag-down-right-to-up",
127
+ "mgg/order-zigzag-up-left-to-down",
128
+ "mgg/order-zigzag-up-left-to-right",
129
+ "mgg/order-zigzag-up-right-to-down",
130
+ "mgg/order-zigzag-up-right-to-left",
131
+ "mgg/other-properties",
132
+ "mgg/other-properties-off",
133
+ "mgg/partial-wall",
134
+ "mgg/payment-settings",
135
+ "mgg/places-green",
136
+ "mgg/places-green-doc",
137
+ "mgg/places-green-history",
138
+ "mgg/places-green-info",
139
+ "mgg/places-holiday-beach",
140
+ "mgg/places-market",
141
+ "mgg/places-park",
142
+ "mgg/places-park-alt",
143
+ "mgg/places-store-access-denied",
144
+ "mgg/property-owner",
145
+ "mgg/relevance",
146
+ "mgg/reporting-abuse",
147
+ "mgg/residency-permit",
148
+ "mgg/rubber-stamp",
149
+ "mgg/rurale",
150
+ "mgg/search-maggioli",
151
+ "mgg/send-progress",
152
+ "mgg/settings-attachment",
153
+ "mgg/sign-shop",
154
+ "mgg/square-viewfinder",
155
+ "mgg/stamp",
156
+ "mgg/status-progress-a-quarter",
157
+ "mgg/status-progress-complete",
158
+ "mgg/status-progress-half",
159
+ "mgg/status-progress-three-quarter",
160
+ "mgg/stuck-codes",
161
+ "mgg/tea-light",
162
+ "mgg/terminal",
163
+ "mgg/todo",
164
+ "mgg/todo-completed",
165
+ "mgg/todo-completed-re-executable",
166
+ "mgg/todo-in-charge-by-me",
167
+ "mgg/todo-in-charge-by-others",
168
+ "mgg/todo-in-evaluation",
169
+ "mgg/todo-in-evaluation-by-others",
170
+ "mgg/todo-incoming-in-charge",
171
+ "mgg/todo-incoming-rejected",
172
+ "mgg/todo-pause",
173
+ "mgg/todo-running-completed",
174
+ "mgg/todo-suspended",
175
+ "mgg/traffic-cone",
176
+ "mgg/trending-down",
177
+ "mgg/tributes",
178
+ "mgg/urban-city",
179
+ "mgg/user-dead",
180
+ "mgg/user-family",
181
+ "mgg/user-location",
182
+ "mgg/user-location-off",
183
+ "mgg/view-chart-gantt",
184
+ "mgg/view-side-by-side",
185
+ "mgg/work-book",
13
186
  "mi/baseline/account-balance",
14
187
  "mi/baseline/account-balance-wallet",
15
188
  "mi/baseline/adobe",
@@ -29,6 +202,7 @@
29
202
  "mi/baseline/css",
30
203
  "mi/baseline/description",
31
204
  "mi/baseline/done",
205
+ "mi/baseline/downhill-skiing",
32
206
  "mi/baseline/eco",
33
207
  "mi/baseline/email",
34
208
  "mi/baseline/error",
@@ -0,0 +1,175 @@
1
+ [
2
+ "mgg/abitazione-principale",
3
+ "mgg/action-hide-down-side",
4
+ "mgg/action-hide-left-side",
5
+ "mgg/action-hide-right-side",
6
+ "mgg/action-hide-sidebar-left",
7
+ "mgg/action-hide-sidebar-right",
8
+ "mgg/action-show-down-side",
9
+ "mgg/action-show-left-side",
10
+ "mgg/action-show-right-side",
11
+ "mgg/action-show-sidebar-left",
12
+ "mgg/action-show-sidebar-right",
13
+ "mgg/add-document-settings",
14
+ "mgg/additional-contents",
15
+ "mgg/address-book-off",
16
+ "mgg/address-book-on",
17
+ "mgg/adv-denied",
18
+ "mgg/area-edificabile",
19
+ "mgg/area-weather",
20
+ "mgg/box-multiple",
21
+ "mgg/breadcrumb",
22
+ "mgg/calendar-euro",
23
+ "mgg/calendar-multiple",
24
+ "mgg/calendar-schedule",
25
+ "mgg/car-license",
26
+ "mgg/card-stamping",
27
+ "mgg/checklist-settings",
28
+ "mgg/checklist",
29
+ "mgg/citizenship",
30
+ "mgg/city-bin",
31
+ "mgg/copy-paste",
32
+ "mgg/data-analytics-alt",
33
+ "mgg/data-analytics-search",
34
+ "mgg/data-analytics-time",
35
+ "mgg/data-category-alt",
36
+ "mgg/data-civil-union",
37
+ "mgg/data-death-civil-union",
38
+ "mgg/data-death-marriage",
39
+ "mgg/data-end-civil-union",
40
+ "mgg/data-end-marriage",
41
+ "mgg/dataset",
42
+ "mgg/document-magic",
43
+ "mgg/document-rename",
44
+ "mgg/electronic-document",
45
+ "mgg/email-open-check",
46
+ "mgg/email-open-off",
47
+ "mgg/face-to-face-meeting",
48
+ "mgg/farmer",
49
+ "mgg/field",
50
+ "mgg/file-download",
51
+ "mgg/file-folder-tree-open",
52
+ "mgg/file-folder-tree",
53
+ "mgg/file-import",
54
+ "mgg/file-odt",
55
+ "mgg/file-rtf",
56
+ "mgg/file-settings-alt",
57
+ "mgg/file-stack-alt",
58
+ "mgg/file-stack",
59
+ "mgg/file-sub",
60
+ "mgg/file-type-document-attachment",
61
+ "mgg/file-type-document-multiple-attachment",
62
+ "mgg/file-type-document-rubber-stamp",
63
+ "mgg/file-type-home",
64
+ "mgg/file-type-pdf",
65
+ "mgg/file-type-success",
66
+ "mgg/file-type-warning",
67
+ "mgg/finance-euro-cashback",
68
+ "mgg/fit-horizontal",
69
+ "mgg/fit-vertical",
70
+ "mgg/fullscreen-on-alt",
71
+ "mgg/google-check-small",
72
+ "mgg/google-place-item",
73
+ "mgg/heart-outline",
74
+ "mgg/heart",
75
+ "mgg/historic-building-unusable",
76
+ "mgg/historic-building",
77
+ "mgg/home-hammer",
78
+ "mgg/home-number",
79
+ "mgg/inagibile",
80
+ "mgg/input-calendar-costs",
81
+ "mgg/input-calendar-period",
82
+ "mgg/input-calendar-time",
83
+ "mgg/isbn",
84
+ "mgg/judge-hammer",
85
+ "mgg/land-registry",
86
+ "mgg/layers",
87
+ "mgg/list-dot",
88
+ "mgg/logo-girasole-camuno",
89
+ "mgg/logo-gpl",
90
+ "mgg/logo-ilibro",
91
+ "mgg/map-marker-settings",
92
+ "mgg/military-draft",
93
+ "mgg/money-bag-settings",
94
+ "mgg/money-on-hand",
95
+ "mgg/move-down",
96
+ "mgg/move-left",
97
+ "mgg/move-right",
98
+ "mgg/move-row-down",
99
+ "mgg/move-row-up",
100
+ "mgg/move-up",
101
+ "mgg/multiple-payments",
102
+ "mgg/national-document-off",
103
+ "mgg/national-document",
104
+ "mgg/order-return-down-left-to-right",
105
+ "mgg/order-return-down-left-to-up",
106
+ "mgg/order-return-down-right-to-left",
107
+ "mgg/order-return-down-right-to-up",
108
+ "mgg/order-return-up-left-to-down",
109
+ "mgg/order-return-up-left-to-right",
110
+ "mgg/order-return-up-right-to-down",
111
+ "mgg/order-return-up-right-to-left",
112
+ "mgg/order-zigzag-down-left-to-right",
113
+ "mgg/order-zigzag-down-left-to-up",
114
+ "mgg/order-zigzag-down-right-to-left",
115
+ "mgg/order-zigzag-down-right-to-up",
116
+ "mgg/order-zigzag-up-left-to-down",
117
+ "mgg/order-zigzag-up-left-to-right",
118
+ "mgg/order-zigzag-up-right-to-down",
119
+ "mgg/order-zigzag-up-right-to-left",
120
+ "mgg/other-properties-off",
121
+ "mgg/other-properties",
122
+ "mgg/partial-wall",
123
+ "mgg/payment-settings",
124
+ "mgg/places-green-doc",
125
+ "mgg/places-green-history",
126
+ "mgg/places-green-info",
127
+ "mgg/places-green",
128
+ "mgg/places-holiday-beach",
129
+ "mgg/places-market",
130
+ "mgg/places-park-alt",
131
+ "mgg/places-park",
132
+ "mgg/places-store-access-denied",
133
+ "mgg/property-owner",
134
+ "mgg/relevance",
135
+ "mgg/reporting-abuse",
136
+ "mgg/residency-permit",
137
+ "mgg/rubber-stamp",
138
+ "mgg/rurale",
139
+ "mgg/search-maggioli",
140
+ "mgg/send-progress",
141
+ "mgg/settings-attachment",
142
+ "mgg/sign-shop",
143
+ "mgg/square-viewfinder",
144
+ "mgg/stamp",
145
+ "mgg/status-progress-a-quarter",
146
+ "mgg/status-progress-complete",
147
+ "mgg/status-progress-half",
148
+ "mgg/status-progress-three-quarter",
149
+ "mgg/stuck-codes",
150
+ "mgg/tea-light",
151
+ "mgg/terminal",
152
+ "mgg/todo-completed-re-executable",
153
+ "mgg/todo-completed",
154
+ "mgg/todo-in-charge-by-me",
155
+ "mgg/todo-in-charge-by-others",
156
+ "mgg/todo-in-evaluation-by-others",
157
+ "mgg/todo-in-evaluation",
158
+ "mgg/todo-incoming-in-charge",
159
+ "mgg/todo-incoming-rejected",
160
+ "mgg/todo-pause",
161
+ "mgg/todo-running-completed",
162
+ "mgg/todo-suspended",
163
+ "mgg/todo",
164
+ "mgg/traffic-cone",
165
+ "mgg/trending-down",
166
+ "mgg/tributes",
167
+ "mgg/urban-city",
168
+ "mgg/user-dead",
169
+ "mgg/user-family",
170
+ "mgg/user-location-off",
171
+ "mgg/user-location",
172
+ "mgg/view-chart-gantt",
173
+ "mgg/view-side-by-side",
174
+ "mgg/work-book"
175
+ ]
@@ -1,3 +1,4 @@
1
+ @import '~@maggioli-design-system/styles/dist/tailwind/components.css';
1
2
  @tailwind components;
2
3
 
3
4
  @layer components {
@@ -21,6 +21,10 @@ export type TypographyVariants =
21
21
  | 'read'
22
22
  | 'code'
23
23
 
24
+ export type TypographyReadingVariants =
25
+ | 'info'
26
+ | 'read'
27
+
24
28
  export type TypographyTitleType =
25
29
  | 'action'
26
30
  | 'h1'
@@ -1 +1 @@
1
- import{p as e,b as o}from"./p-5d8e384d.js";export{s as setNonce}from"./p-5d8e384d.js";(()=>{const o=import.meta.url,t={};return""!==o&&(t.resourcesUrl=new URL(".",o).href),e(t)})().then((e=>o([["p-f0c71bfc",[[1,"mds-accordion-timer",{duration:[2],time:[32]},[[0,"clickActive","onClickActive"],[0,"mouseEnterActive","onMouseEnterActive"],[0,"mouseLeaveActive","onMouseLeaveActive"]]]]]],e)));
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-aae0027a",[[1,"mds-accordion-timer",{duration:[2],time:[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickActive"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]]]]]],e)));
@@ -115,7 +115,7 @@ DOMTokenList
115
115
  var resourcesUrl = scriptElm ? scriptElm.getAttribute('data-resources-url') || scriptElm.src : '';
116
116
  var start = function() {
117
117
  // if src is not present then origin is "null", and new URL() throws TypeError: Failed to construct 'URL': Invalid base URL
118
- var url = new URL('./p-c4b2aa5c.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-4620ac30.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
119
119
  System.import(url.href);
120
120
  };
121
121
 
@@ -0,0 +1 @@
1
+ System.register(["./p-5029b85d.system.js"],(function(e,t){"use strict";var r,n;return{setters:[function(t){r=t.p;n=t.b;e("setNonce",t.s)}],execute:function(){var e=function(){var e=t.meta.url;var n={};if(e!==""){n.resourcesUrl=new URL(".",e).href}return r(n)};e().then((function(e){return n([["p-7df47654.system",[[1,"mds-accordion-timer",{duration:[2],time:[32]},[[0,"mdsAccordionTimerItemClickSelect","onClickActive"],[0,"mdsAccordionTimerItemMouseEnterSelect","onMouseEnterSelect"],[0,"mdsAccordionTimerItemMouseLeaveSelect","onMouseLeaveSelect"]]]]]],e)}))}}}));