@maggioli-design-system/mds-accordion-timer 2.2.0 → 3.0.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-6821dfbc.js → index-d958b818.js} +56 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mds-accordion-timer.cjs.entry.js +1 -1
- package/dist/cjs/mds-accordion-timer.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/common/keyboard-manager.js +40 -0
- package/dist/collection/components/mds-accordion-timer/mds-accordion-timer.js +3 -3
- package/dist/collection/dictionary/icon.js +3 -1
- package/dist/collection/dictionary/typography.js +5 -1
- package/dist/components/mds-accordion-timer.js +1 -1
- package/dist/esm/{index-5ca2b649.js → index-22b73a3a.js} +56 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/mds-accordion-timer.entry.js +1 -1
- package/dist/esm/mds-accordion-timer.js +4 -4
- 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 +1 -1
- package/dist/mds-accordion-timer/{p-e66497f2.system.entry.js → p-118bf4e5.system.entry.js} +1 -1
- package/dist/mds-accordion-timer/p-c6d75694.system.js +1 -0
- package/dist/mds-accordion-timer/{p-f0c71bfc.entry.js → p-f44da2be.entry.js} +1 -1
- package/dist/stats.json +36 -33
- package/dist/types/common/keyboard-manager.d.ts +11 -0
- package/dist/types/dictionary/icon.d.ts +2 -1
- package/dist/types/dictionary/typography.d.ts +2 -1
- package/dist/types/stencil-public-runtime.d.ts +11 -0
- package/dist/types/types/typography.d.ts +1 -0
- package/package.json +4 -4
- package/src/common/keyboard-manager.ts +46 -0
- package/src/components/mds-accordion-timer/mds-accordion-timer.tsx +3 -3
- package/src/dictionary/icon.ts +4 -0
- package/src/dictionary/typography.ts +9 -3
- package/src/fixtures/icons.json +174 -0
- package/src/fixtures/iconsauce.json +175 -0
- package/src/tailwind/components.css +1 -0
- package/src/types/typography.ts +4 -0
- package/www/build/mds-accordion-timer.esm.js +1 -1
- package/www/build/mds-accordion-timer.js +1 -1
- package/www/build/{p-e66497f2.system.entry.js → p-118bf4e5.system.entry.js} +1 -1
- package/www/build/p-c6d75694.system.js +1 -0
- package/www/build/{p-f0c71bfc.entry.js → p-f44da2be.entry.js} +1 -1
- package/dist/mds-accordion-timer/p-c4b2aa5c.system.js +0 -1
- package/www/build/p-c4b2aa5c.system.js +0 -1
- /package/dist/esm-es5/{index-5ca2b649.js → index-22b73a3a.js} +0 -0
- /package/dist/mds-accordion-timer/{p-59116e2a.system.js → p-3face4e0.system.js} +0 -0
- /package/dist/mds-accordion-timer/{p-5d8e384d.js → p-9084d19f.js} +0 -0
- /package/www/build/{p-59116e2a.system.js → p-3face4e0.system.js} +0 -0
- /package/www/build/{p-5d8e384d.js → p-9084d19f.js} +0 -0
package/dist/stats.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2023-
|
|
2
|
+
"timestamp": "2023-03-02T09:55:44",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "node",
|
|
5
5
|
"version": "18.3.0"
|
|
@@ -9,13 +9,14 @@
|
|
|
9
9
|
"fsNamespace": "mds-accordion-timer",
|
|
10
10
|
"components": 1,
|
|
11
11
|
"entries": 1,
|
|
12
|
-
"bundles":
|
|
12
|
+
"bundles": 65,
|
|
13
13
|
"outputs": [
|
|
14
14
|
{
|
|
15
15
|
"name": "dist-collection",
|
|
16
|
-
"files":
|
|
16
|
+
"files": 24,
|
|
17
17
|
"generatedFiles": [
|
|
18
18
|
"./dist/collection/common/aria.js",
|
|
19
|
+
"./dist/collection/common/keyboard-manager.js",
|
|
19
20
|
"./dist/collection/components/mds-accordion-timer/mds-accordion-timer.js",
|
|
20
21
|
"./dist/collection/components/mds-accordion-timer/test/mds-accordion-timer.stories.js",
|
|
21
22
|
"./dist/collection/dictionary/autocomplete.js",
|
|
@@ -54,17 +55,17 @@
|
|
|
54
55
|
"name": "dist-lazy",
|
|
55
56
|
"files": 35,
|
|
56
57
|
"generatedFiles": [
|
|
57
|
-
"./dist/cjs/index-
|
|
58
|
+
"./dist/cjs/index-d958b818.js",
|
|
58
59
|
"./dist/cjs/index.cjs.js",
|
|
59
60
|
"./dist/cjs/loader.cjs.js",
|
|
60
61
|
"./dist/cjs/mds-accordion-timer.cjs.entry.js",
|
|
61
62
|
"./dist/cjs/mds-accordion-timer.cjs.js",
|
|
62
|
-
"./dist/esm-es5/index-
|
|
63
|
+
"./dist/esm-es5/index-22b73a3a.js",
|
|
63
64
|
"./dist/esm-es5/index.js",
|
|
64
65
|
"./dist/esm-es5/loader.js",
|
|
65
66
|
"./dist/esm-es5/mds-accordion-timer.entry.js",
|
|
66
67
|
"./dist/esm-es5/mds-accordion-timer.js",
|
|
67
|
-
"./dist/esm/index-
|
|
68
|
+
"./dist/esm/index-22b73a3a.js",
|
|
68
69
|
"./dist/esm/index.js",
|
|
69
70
|
"./dist/esm/loader.js",
|
|
70
71
|
"./dist/esm/mds-accordion-timer.entry.js",
|
|
@@ -74,21 +75,21 @@
|
|
|
74
75
|
"./dist/mds-accordion-timer/index.esm.js",
|
|
75
76
|
"./dist/mds-accordion-timer/mds-accordion-timer.esm.js",
|
|
76
77
|
"./dist/mds-accordion-timer/mds-accordion-timer.js",
|
|
78
|
+
"./dist/mds-accordion-timer/p-118bf4e5.system.entry.js",
|
|
79
|
+
"./dist/mds-accordion-timer/p-3face4e0.system.js",
|
|
77
80
|
"./dist/mds-accordion-timer/p-50ea2036.system.js",
|
|
78
|
-
"./dist/mds-accordion-timer/p-
|
|
79
|
-
"./dist/mds-accordion-timer/p-
|
|
80
|
-
"./dist/mds-accordion-timer/p-
|
|
81
|
-
"./dist/mds-accordion-timer/p-e66497f2.system.entry.js",
|
|
82
|
-
"./dist/mds-accordion-timer/p-f0c71bfc.entry.js",
|
|
81
|
+
"./dist/mds-accordion-timer/p-9084d19f.js",
|
|
82
|
+
"./dist/mds-accordion-timer/p-c6d75694.system.js",
|
|
83
|
+
"./dist/mds-accordion-timer/p-f44da2be.entry.js",
|
|
83
84
|
"./www/build/index.esm.js",
|
|
84
85
|
"./www/build/mds-accordion-timer.esm.js",
|
|
85
86
|
"./www/build/mds-accordion-timer.js",
|
|
87
|
+
"./www/build/p-118bf4e5.system.entry.js",
|
|
88
|
+
"./www/build/p-3face4e0.system.js",
|
|
86
89
|
"./www/build/p-50ea2036.system.js",
|
|
87
|
-
"./www/build/p-
|
|
88
|
-
"./www/build/p-
|
|
89
|
-
"./www/build/p-
|
|
90
|
-
"./www/build/p-e66497f2.system.entry.js",
|
|
91
|
-
"./www/build/p-f0c71bfc.entry.js"
|
|
90
|
+
"./www/build/p-9084d19f.js",
|
|
91
|
+
"./www/build/p-c6d75694.system.js",
|
|
92
|
+
"./www/build/p-f44da2be.entry.js"
|
|
92
93
|
]
|
|
93
94
|
},
|
|
94
95
|
{
|
|
@@ -121,10 +122,10 @@
|
|
|
121
122
|
"components": [
|
|
122
123
|
"mds-accordion-timer"
|
|
123
124
|
],
|
|
124
|
-
"bundleId": "p-
|
|
125
|
-
"fileName": "p-
|
|
125
|
+
"bundleId": "p-f44da2be",
|
|
126
|
+
"fileName": "p-f44da2be.entry.js",
|
|
126
127
|
"imports": [
|
|
127
|
-
"p-
|
|
128
|
+
"p-9084d19f.js"
|
|
128
129
|
],
|
|
129
130
|
"originalByteSize": 3432
|
|
130
131
|
}
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
"bundleId": "mds-accordion-timer",
|
|
139
140
|
"fileName": "mds-accordion-timer.entry.js",
|
|
140
141
|
"imports": [
|
|
141
|
-
"index-
|
|
142
|
+
"index-22b73a3a.js"
|
|
142
143
|
],
|
|
143
144
|
"originalByteSize": 3436
|
|
144
145
|
}
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"bundleId": "mds-accordion-timer",
|
|
153
154
|
"fileName": "mds-accordion-timer.entry.js",
|
|
154
155
|
"imports": [
|
|
155
|
-
"index-
|
|
156
|
+
"index-22b73a3a.js"
|
|
156
157
|
],
|
|
157
158
|
"originalByteSize": 3436
|
|
158
159
|
}
|
|
@@ -163,10 +164,10 @@
|
|
|
163
164
|
"components": [
|
|
164
165
|
"mds-accordion-timer"
|
|
165
166
|
],
|
|
166
|
-
"bundleId": "p-
|
|
167
|
-
"fileName": "p-
|
|
167
|
+
"bundleId": "p-118bf4e5.system",
|
|
168
|
+
"fileName": "p-118bf4e5.system.entry.js",
|
|
168
169
|
"imports": [
|
|
169
|
-
"p-
|
|
170
|
+
"p-3face4e0.system.js"
|
|
170
171
|
],
|
|
171
172
|
"originalByteSize": 4378
|
|
172
173
|
}
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
"bundleId": "mds-accordion-timer.cjs",
|
|
181
182
|
"fileName": "mds-accordion-timer.cjs.entry.js",
|
|
182
183
|
"imports": [
|
|
183
|
-
"index-
|
|
184
|
+
"index-d958b818.js"
|
|
184
185
|
],
|
|
185
186
|
"originalByteSize": 3483
|
|
186
187
|
}
|
|
@@ -228,19 +229,19 @@
|
|
|
228
229
|
"legacyContext": [],
|
|
229
230
|
"listeners": [
|
|
230
231
|
{
|
|
231
|
-
"name": "
|
|
232
|
+
"name": "activeClicked",
|
|
232
233
|
"method": "onClickActive",
|
|
233
234
|
"capture": false,
|
|
234
235
|
"passive": false
|
|
235
236
|
},
|
|
236
237
|
{
|
|
237
|
-
"name": "
|
|
238
|
+
"name": "activeMouseEnter",
|
|
238
239
|
"method": "onMouseEnterActive",
|
|
239
240
|
"capture": false,
|
|
240
241
|
"passive": false
|
|
241
242
|
},
|
|
242
243
|
{
|
|
243
|
-
"name": "
|
|
244
|
+
"name": "activeMouseLeave",
|
|
244
245
|
"method": "onMouseLeaveActive",
|
|
245
246
|
"capture": false,
|
|
246
247
|
"passive": false
|
|
@@ -320,19 +321,19 @@
|
|
|
320
321
|
"methods": [],
|
|
321
322
|
"listeners": [
|
|
322
323
|
{
|
|
323
|
-
"name": "
|
|
324
|
+
"name": "activeClicked",
|
|
324
325
|
"method": "onClickActive",
|
|
325
326
|
"capture": false,
|
|
326
327
|
"passive": false
|
|
327
328
|
},
|
|
328
329
|
{
|
|
329
|
-
"name": "
|
|
330
|
+
"name": "activeMouseEnter",
|
|
330
331
|
"method": "onMouseEnterActive",
|
|
331
332
|
"capture": false,
|
|
332
333
|
"passive": false
|
|
333
334
|
},
|
|
334
335
|
{
|
|
335
|
-
"name": "
|
|
336
|
+
"name": "activeMouseLeave",
|
|
336
337
|
"method": "onMouseLeaveActive",
|
|
337
338
|
"capture": false,
|
|
338
339
|
"passive": false
|
|
@@ -449,11 +450,12 @@
|
|
|
449
450
|
],
|
|
450
451
|
"componentGraph": {
|
|
451
452
|
"sc-mds-accordion-timer": [
|
|
452
|
-
"p-
|
|
453
|
+
"p-9084d19f.js"
|
|
453
454
|
]
|
|
454
455
|
},
|
|
455
456
|
"sourceGraph": {
|
|
456
457
|
"./src/common/aria.ts": [],
|
|
458
|
+
"./src/common/keyboard-manager.ts": [],
|
|
457
459
|
"./src/components/mds-accordion-timer/mds-accordion-timer.tsx": [],
|
|
458
460
|
"./src/components/mds-accordion-timer/test/mds-accordion-timer.stories.tsx": [],
|
|
459
461
|
"./src/dictionary/autocomplete.ts": [],
|
|
@@ -461,7 +463,8 @@
|
|
|
461
463
|
"./src/dictionary/color.ts": [],
|
|
462
464
|
"./src/dictionary/floating-ui.ts": [],
|
|
463
465
|
"./src/dictionary/icon.ts": [
|
|
464
|
-
"./src/fixtures/icons.json"
|
|
466
|
+
"./src/fixtures/icons.json",
|
|
467
|
+
"./src/fixtures/iconsauce.json"
|
|
465
468
|
],
|
|
466
469
|
"./src/dictionary/input-text-type.ts": [],
|
|
467
470
|
"./src/dictionary/loading.ts": [],
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class KeyboardManager {
|
|
2
|
+
private escapeCallback;
|
|
3
|
+
private elements;
|
|
4
|
+
private handleClickBehaviorDispatchEvent;
|
|
5
|
+
private handleEscapeBehaviorDispatchEvent;
|
|
6
|
+
addElement: (el: HTMLElement, name?: string) => void;
|
|
7
|
+
attachClickBehavior: (name?: string) => void;
|
|
8
|
+
detachClickBehavior: (name?: string) => void;
|
|
9
|
+
attachEscapeBehavior: (callBack: () => void) => void;
|
|
10
|
+
detachEscapeBehavior: () => void;
|
|
11
|
+
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
declare const typographyDictionary: string[];
|
|
2
2
|
declare const typographyVariationsDictionary: string[];
|
|
3
|
+
declare const typographyReadingVariationsDictionary: string[];
|
|
3
4
|
declare const typographyMonoDictionary: string[];
|
|
4
5
|
declare const typographyTitleDictionary: string[];
|
|
5
6
|
declare const typographyInfoDictionary: string[];
|
|
6
7
|
declare const typographyReadDictionary: string[];
|
|
7
8
|
declare const typographySmallerDictionary: string[];
|
|
8
9
|
declare const typographyTooltipDictionary: string[];
|
|
9
|
-
export { typographyDictionary,
|
|
10
|
+
export { typographyDictionary, typographyInfoDictionary, typographyReadingVariationsDictionary, typographyMonoDictionary, typographyReadDictionary, typographySmallerDictionary, typographyTitleDictionary, typographyTooltipDictionary, typographyVariationsDictionary, };
|
|
@@ -485,6 +485,14 @@ export interface FunctionalUtilities {
|
|
|
485
485
|
export interface FunctionalComponent<T = {}> {
|
|
486
486
|
(props: T, children: VNode[], utils: FunctionalUtilities): VNode | VNode[];
|
|
487
487
|
}
|
|
488
|
+
/**
|
|
489
|
+
* A Child VDOM node
|
|
490
|
+
*
|
|
491
|
+
* This has most of the same properties as {@link VNode} but friendlier names
|
|
492
|
+
* (i.e. `vtag` instead of `$tag$`, `vchildren` instead of `$children$`) in
|
|
493
|
+
* order to provide a friendlier public interface for users of the
|
|
494
|
+
* {@link FunctionalUtilities}).
|
|
495
|
+
*/
|
|
488
496
|
export interface ChildNode {
|
|
489
497
|
vtag?: string | number | Function;
|
|
490
498
|
vkey?: string | number;
|
|
@@ -531,6 +539,9 @@ export declare function h(sel: any, children: Array<VNode | undefined | null>):
|
|
|
531
539
|
export declare function h(sel: any, data: VNodeData | null, text: string): VNode;
|
|
532
540
|
export declare function h(sel: any, data: VNodeData | null, children: Array<VNode | undefined | null>): VNode;
|
|
533
541
|
export declare function h(sel: any, data: VNodeData | null, children: VNode): VNode;
|
|
542
|
+
/**
|
|
543
|
+
* A virtual DOM node
|
|
544
|
+
*/
|
|
534
545
|
export interface VNode {
|
|
535
546
|
$flags$: number;
|
|
536
547
|
$tag$: string | number | Function;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export type TypographyType = 'action' | 'caption' | 'snippet' | 'detail' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'hack' | 'label' | 'option' | 'paragraph' | 'tip';
|
|
2
2
|
export type TypographyVariants = 'title' | 'info' | 'read' | 'code';
|
|
3
|
+
export type TypographyReadingVariants = 'info' | 'read';
|
|
3
4
|
export type TypographyTitleType = 'action' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
4
5
|
export type TypographyInfoType = 'caption' | 'detail' | 'label' | 'option' | 'paragraph' | 'tip';
|
|
5
6
|
export type TypographyReadType = 'caption' | 'detail' | 'paragraph';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-design-system/mds-accordion-timer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.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",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"test": "stencil test --spec --e2e"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@maggioli-design-system/mds-accordion-timer-item": "^
|
|
27
|
-
"@maggioli-design-system/styles": "^
|
|
28
|
-
"@stencil/core": "^2.22.
|
|
26
|
+
"@maggioli-design-system/mds-accordion-timer-item": "^3.0.0",
|
|
27
|
+
"@maggioli-design-system/styles": "^11.2.1",
|
|
28
|
+
"@stencil/core": "^2.22.2"
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"author": {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export class KeyboardManager {
|
|
2
|
+
private escapeCallback: () => void
|
|
3
|
+
private elements = []
|
|
4
|
+
|
|
5
|
+
private handleClickBehaviorDispatchEvent = (event: KeyboardEvent): void => {
|
|
6
|
+
if (event.code === 'Space' || event.code === 'Enter' || event.code === 'NumpadEnter') {
|
|
7
|
+
(event.target as HTMLElement).click()
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
private handleEscapeBehaviorDispatchEvent = (event: KeyboardEvent): void => {
|
|
12
|
+
if (event.code === 'Escape' && this.escapeCallback) {
|
|
13
|
+
this.escapeCallback()
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
addElement = (el: HTMLElement, name = 'element'): void => {
|
|
18
|
+
this.elements[name] = el
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
attachClickBehavior = (name = 'element'): void => {
|
|
22
|
+
if (this.elements[name]) {
|
|
23
|
+
this.elements[name].addEventListener('keydown', this.handleClickBehaviorDispatchEvent)
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
detachClickBehavior = (name = 'element'): void => {
|
|
28
|
+
if (this.elements[name]) {
|
|
29
|
+
this.elements[name].removeEventListener('keydown', this.handleClickBehaviorDispatchEvent)
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
attachEscapeBehavior = (callBack: () => void): void => {
|
|
34
|
+
this.escapeCallback = callBack
|
|
35
|
+
if (typeof window !== undefined) {
|
|
36
|
+
window.addEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
detachEscapeBehavior = (): void => {
|
|
41
|
+
this.escapeCallback = null
|
|
42
|
+
if (typeof window !== undefined) {
|
|
43
|
+
window.removeEventListener('keydown', this.handleEscapeBehaviorDispatchEvent.bind(this))
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -120,7 +120,7 @@ export class MdsAccordionTimer {
|
|
|
120
120
|
this.time = null
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
@Listen('
|
|
123
|
+
@Listen('activeClicked')
|
|
124
124
|
onClickActive (event: CustomEvent<string>): void {
|
|
125
125
|
if (event.detail === this.activeItem.description) {
|
|
126
126
|
return
|
|
@@ -137,12 +137,12 @@ export class MdsAccordionTimer {
|
|
|
137
137
|
this.pauseTimer()
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
@Listen('
|
|
140
|
+
@Listen('activeMouseEnter')
|
|
141
141
|
onMouseEnterActive (): void {
|
|
142
142
|
this.pauseTimer()
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
@Listen('
|
|
145
|
+
@Listen('activeMouseLeave')
|
|
146
146
|
onMouseLeaveActive (): void {
|
|
147
147
|
if (this.timeChecker === null) {
|
|
148
148
|
this.playTimer()
|
package/src/dictionary/icon.ts
CHANGED
|
@@ -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
|
}
|
package/src/fixtures/icons.json
CHANGED
|
@@ -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",
|