@ptsecurity/mosaic 14.0.0 → 14.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.
- package/checkbox/checkbox.d.ts +5 -14
- package/core/formatters/date/formatter.pipe.d.ts +95 -0
- package/core/formatters/index.d.ts +3 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -1
- package/core/validation/validation.d.ts +1 -12
- package/datepicker/datepicker-input.directive.d.ts +4 -9
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/legacy-2017/tokens/components/timezone.json5 +1 -0
- package/design-tokens/legacy-2017/tokens.d.ts +44 -33
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +1 -1
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
- package/design-tokens/pt-2022/tokens/components/timezone.json5 +1 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +8 -8
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
- package/design-tokens/pt-2022/tokens.d.ts +63 -52
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2020/checkbox/checkbox.mjs +17 -32
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +62 -4
- package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
- package/esm2020/core/validation/validation.mjs +1 -114
- package/esm2020/datepicker/datepicker-input.directive.mjs +8 -25
- package/esm2020/datepicker/datepicker.component.mjs +1 -1
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +45 -34
- package/esm2020/design-tokens/pt-2022/tokens.mjs +64 -53
- package/esm2020/form-field/form-field.module.mjs +10 -5
- package/esm2020/form-field/public-api.mjs +2 -1
- package/esm2020/form-field/validate.directive.mjs +156 -0
- package/esm2020/input/input-password.mjs +8 -41
- package/esm2020/input/input.mjs +8 -41
- package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
- package/esm2020/modal/modal.component.mjs +2 -2
- package/esm2020/modal/modal.service.mjs +2 -1
- package/esm2020/popover/popover-confirm.component.mjs +3 -3
- package/esm2020/popover/popover.component.mjs +13 -4
- package/esm2020/progress-spinner/progress-spinner.component.mjs +21 -6
- package/esm2020/radio/radio.component.mjs +42 -41
- package/esm2020/select/select.component.mjs +17 -37
- package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
- package/esm2020/tags/tag-list.component.mjs +17 -32
- package/esm2020/textarea/textarea.component.mjs +17 -38
- package/esm2020/timepicker/timepicker.directive.mjs +8 -25
- package/esm2020/timezone/timezone.utils.mjs +15 -7
- package/esm2020/toast/toast-container.component.mjs +2 -2
- package/esm2020/toast/toast.service.mjs +12 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/tree-select/tree-select.component.mjs +21 -41
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +258 -127
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +164 -7
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +42 -40
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +15 -30
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-textarea.mjs +17 -37
- package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +15 -6
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +22 -42
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +16 -31
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +255 -127
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +4 -21
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +151 -118
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +162 -7
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-input.mjs +9 -75
- package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
- package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +20 -5
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +41 -40
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +1 -0
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +14 -30
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-textarea.mjs +15 -36
- package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs +6 -23
- package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +14 -6
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -4
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +19 -40
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/form-field/form-field.module.d.ts +4 -3
- package/form-field/public-api.d.ts +1 -0
- package/form-field/validate.directive.d.ts +32 -0
- package/input/input-password.d.ts +6 -12
- package/input/input.d.ts +6 -12
- package/loader-overlay/loader-overlay.component.d.ts +1 -0
- package/package.json +4 -4
- package/popover/popover.component.d.ts +1 -0
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/progress-spinner/progress-spinner.component.d.ts +6 -1
- package/radio/radio.component.d.ts +6 -12
- package/select/select.component.d.ts +6 -10
- package/tags/tag-list.component.d.ts +6 -8
- package/textarea/textarea.component.d.ts +7 -12
- package/timepicker/timepicker.directive.d.ts +4 -9
- package/timezone/timezone.utils.d.ts +1 -1
- package/toast/toast.service.d.ts +1 -0
- package/tree-select/tree-select.component.d.ts +4 -8
@@ -4,6 +4,7 @@
|
|
4
4
|
default: {
|
5
5
|
border: { value: '{light-color-scheme.foreground.border}' },
|
6
6
|
color: { value: 'white' },
|
7
|
+
background: { value: 'transparent' },
|
7
8
|
|
8
9
|
states: {
|
9
10
|
checked: {
|
@@ -25,6 +26,7 @@
|
|
25
26
|
error: {
|
26
27
|
border: { value: '{light-color-scheme.error.default}' },
|
27
28
|
color: { value: 'white' },
|
29
|
+
background: { value: 'transparent' },
|
28
30
|
|
29
31
|
states: {
|
30
32
|
checked: {
|
@@ -48,6 +50,7 @@
|
|
48
50
|
default: {
|
49
51
|
border: { value: '{dark-color-scheme.foreground.border}' },
|
50
52
|
color: { value: 'white' },
|
53
|
+
background: { value: 'transparent' },
|
51
54
|
|
52
55
|
states: {
|
53
56
|
checked: {
|
@@ -69,6 +72,7 @@
|
|
69
72
|
error: {
|
70
73
|
border: { value: '{dark-color-scheme.error.default}' },
|
71
74
|
color: { value: 'white' },
|
75
|
+
background: { value: 'transparent' },
|
72
76
|
|
73
77
|
states: {
|
74
78
|
checked: {
|
@@ -1,7 +1,16 @@
|
|
1
1
|
{
|
2
2
|
'progress-spinner': {
|
3
3
|
size: {
|
4
|
-
|
4
|
+
default: {
|
5
|
+
size: { value: '{size.l}' },
|
6
|
+
'svg-circle-radius': { value: '42.5%' },
|
7
|
+
'svg-stroke-width': { value: '13%' }
|
8
|
+
},
|
9
|
+
large: {
|
10
|
+
size: { value: '{size.5xl}' },
|
11
|
+
'svg-circle-radius': { value: '47%' },
|
12
|
+
'svg-stroke-width': { value: '6%' }
|
13
|
+
}
|
5
14
|
}
|
6
15
|
}
|
7
16
|
}
|
@@ -91,13 +91,13 @@
|
|
91
91
|
palette: { value: '{palette.yellow}' }
|
92
92
|
},
|
93
93
|
foreground: {
|
94
|
-
text: { value: '{palette.grey.
|
94
|
+
text: { value: '{palette.grey.100}' },
|
95
95
|
'text-less-contrast': { value: '{palette.grey.300}'},
|
96
96
|
'text-disabled': { value: '{palette.grey.500}' },
|
97
|
-
'text-error': { value: '{dark-color-scheme.error.palette.value.
|
98
|
-
'text-success': { value: '{dark-color-scheme.success.palette.value.
|
97
|
+
'text-error': { value: '{dark-color-scheme.error.palette.value.300}' },
|
98
|
+
'text-success': { value: '{dark-color-scheme.success.palette.value.300}' },
|
99
99
|
|
100
|
-
divider: { value: '{palette.grey.
|
100
|
+
divider: { value: 'mix({palette.grey.560}, transparent, 50%)' },
|
101
101
|
border: { value: '{palette.grey.560}' },
|
102
102
|
icon: { value: '{palette.grey.300}' }
|
103
103
|
},
|
@@ -107,16 +107,16 @@
|
|
107
107
|
'background-less-contrast': { value: '{palette.grey.800}' },
|
108
108
|
'background-under': { value: '{palette.grey.1000}' },
|
109
109
|
|
110
|
-
'overlay-hover': { value: 'rgba(
|
111
|
-
'overlay-active': { value: 'rgba(
|
110
|
+
'overlay-hover': { value: 'rgba(white, 0.05)' },
|
111
|
+
'overlay-active': { value: 'rgba(white, 0.1)' },
|
112
112
|
'overlay-disabled': { value: 'rgba(black, 0.2)' }
|
113
113
|
},
|
114
114
|
states: {
|
115
115
|
'focused-color': { value: '{dark-color-scheme.primary.palette.value.400}' },
|
116
116
|
'focused-color-error': { value: '{light-color-scheme.error.palette.value.560}' },
|
117
|
-
'selected-color': { value: '{
|
117
|
+
'selected-color': { value: '{palette.blue.A200}' },
|
118
118
|
'pressed-shadow': { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' },
|
119
|
-
'disabled-opacity': { value: 0.
|
119
|
+
'disabled-opacity': { value: 0.45 }
|
120
120
|
}
|
121
121
|
}
|
122
122
|
}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"letter-spacing": { value: 'normal' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
8
|
"font-family": { value: '{font.family.accent}' },
|
9
|
-
"text-transform": { value: '
|
9
|
+
"text-transform": { value: 'null' },
|
10
10
|
"font-feature-settings": { value: 'initial' }
|
11
11
|
},
|
12
12
|
"display-2": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"letter-spacing": { value: 'normal' },
|
16
16
|
"font-weight": { value: 'normal' },
|
17
17
|
"font-family": { value: '{font.family.accent}' },
|
18
|
-
"text-transform": { value: '
|
18
|
+
"text-transform": { value: 'null' },
|
19
19
|
"font-feature-settings": { value: 'initial' }
|
20
20
|
},
|
21
21
|
"display-3": {
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"letter-spacing": { value: 'normal' },
|
25
25
|
"font-weight": { value: 'normal' },
|
26
26
|
"font-family": { value: '{font.family.accent}' },
|
27
|
-
"text-transform": { value: '
|
27
|
+
"text-transform": { value: 'null' },
|
28
28
|
"font-feature-settings": { value: 'initial' }
|
29
29
|
},
|
30
30
|
"headline": {
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"letter-spacing": { value: 'normal' },
|
34
34
|
"font-weight": { value: 'normal' },
|
35
35
|
"font-family": { value: '{font.family.accent}' },
|
36
|
-
"text-transform": { value: '
|
36
|
+
"text-transform": { value: 'null' },
|
37
37
|
"font-feature-settings": { value: 'initial' }
|
38
38
|
},
|
39
39
|
"title": {
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"letter-spacing": { value: 'normal' },
|
43
43
|
"font-weight": { value: '600' },
|
44
44
|
"font-family": { value: '{font.family.accent}' },
|
45
|
-
"text-transform": { value: '
|
45
|
+
"text-transform": { value: 'null' },
|
46
46
|
"font-feature-settings": { value: 'initial' }
|
47
47
|
},
|
48
48
|
"subheading": {
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"letter-spacing": { value: '-0.009em' },
|
52
52
|
"font-weight": { value: '600' },
|
53
53
|
"font-family": { value: '{font.family.base}' },
|
54
|
-
"text-transform": { value: '
|
54
|
+
"text-transform": { value: 'null' },
|
55
55
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
56
56
|
},
|
57
57
|
"body": {
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"letter-spacing": { value: '-0.009em' },
|
61
61
|
"font-weight": { value: 'normal' },
|
62
62
|
"font-family": { value: '{font.family.base}' },
|
63
|
-
"text-transform": { value: '
|
63
|
+
"text-transform": { value: 'null' },
|
64
64
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
65
65
|
},
|
66
66
|
"body-tabular": {
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"letter-spacing": { value: '-0.009em' },
|
70
70
|
"font-weight": { value: 'normal' },
|
71
71
|
"font-family": { value: '{font.family.base}' },
|
72
|
-
"text-transform": { value: '
|
72
|
+
"text-transform": { value: 'null' },
|
73
73
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
74
74
|
},
|
75
75
|
"body-strong": {
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"letter-spacing": { value: '-0.009em' },
|
79
79
|
"font-weight": { value: '500' },
|
80
80
|
"font-family": { value: '{font.family.base}' },
|
81
|
-
"text-transform": { value: '
|
81
|
+
"text-transform": { value: 'null' },
|
82
82
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
83
83
|
},
|
84
84
|
"body-caps": {
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"letter-spacing": { value: 'normal' },
|
97
97
|
"font-weight": { value: 'normal' },
|
98
98
|
"font-family": { value: '{font.family.monospace}' },
|
99
|
-
"text-transform": { value: '
|
99
|
+
"text-transform": { value: 'null' },
|
100
100
|
"font-feature-settings": { value: 'initial' }
|
101
101
|
},
|
102
102
|
"caption": {
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"letter-spacing": { value: '-0.0025em' },
|
106
106
|
"font-weight": { value: 'normal' },
|
107
107
|
"font-family": { value: '{font.family.base}' },
|
108
|
-
"text-transform": { value: '
|
108
|
+
"text-transform": { value: 'null' },
|
109
109
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
110
110
|
},
|
111
111
|
"caption-tabular": {
|
@@ -114,7 +114,7 @@
|
|
114
114
|
"letter-spacing": { value: '-0.0025em' },
|
115
115
|
"font-weight": { value: 'normal' },
|
116
116
|
"font-family": { value: '{font.family.base}' },
|
117
|
-
"text-transform": { value: '
|
117
|
+
"text-transform": { value: 'null' },
|
118
118
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
119
119
|
},
|
120
120
|
"caption-strong": {
|
@@ -123,7 +123,7 @@
|
|
123
123
|
"letter-spacing": { value: '-0.0025em' },
|
124
124
|
"font-weight": { value: '500' },
|
125
125
|
"font-family": { value: '{font.family.base}' },
|
126
|
-
"text-transform": { value: '
|
126
|
+
"text-transform": { value: 'null' },
|
127
127
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
128
128
|
},
|
129
129
|
"caption-caps": {
|
@@ -141,7 +141,7 @@
|
|
141
141
|
"letter-spacing": { value: 'normal' },
|
142
142
|
"font-weight": { value: 'normal' },
|
143
143
|
"font-family": { value: '{font.family.monospace}' },
|
144
|
-
"text-transform": { value: '
|
144
|
+
"text-transform": { value: 'null' },
|
145
145
|
"font-feature-settings": { value: 'initial' }
|
146
146
|
},
|
147
147
|
"small-text": {
|
@@ -150,7 +150,7 @@
|
|
150
150
|
"letter-spacing": { value: '-0.0025em' },
|
151
151
|
"font-weight": { value: 'normal' },
|
152
152
|
"font-family": { value: '{font.family.base}' },
|
153
|
-
"text-transform": { value: '
|
153
|
+
"text-transform": { value: 'null' },
|
154
154
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
155
155
|
},
|
156
156
|
"extra-small-text": {
|
@@ -159,7 +159,7 @@
|
|
159
159
|
"letter-spacing": { value: '0.005em' },
|
160
160
|
"font-weight": { value: 'normal' },
|
161
161
|
"font-family": { value: '{font.family.base}' },
|
162
|
-
"text-transform": { value: '
|
162
|
+
"text-transform": { value: 'null' },
|
163
163
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
164
164
|
},
|
165
165
|
"extra-small-text-caps": {
|
@@ -177,7 +177,7 @@
|
|
177
177
|
"letter-spacing": { value: '0px' },
|
178
178
|
"font-weight": { value: 'normal' },
|
179
179
|
"font-family": { value: '{font.family.monospace}' },
|
180
|
-
"text-transform": { value: '
|
180
|
+
"text-transform": { value: 'null' },
|
181
181
|
"font-feature-settings": { value: 'initial' }
|
182
182
|
}
|
183
183
|
}
|