@ptsecurity/mosaic 13.9.1 → 13.11.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/_theming.scss +92 -66
- package/_visual.scss +88 -67
- package/core/formatters/date/formatter.d.ts +6 -2
- 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/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
- package/design-tokens/legacy-2017/tokens.d.ts +48 -35
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +3 -3
- package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
- package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +6 -6
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
- package/design-tokens/pt-2022/tokens.d.ts +70 -58
- package/design-tokens/style-dictionary/formats/figma.js +2 -2
- package/esm2020/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2020/button/button.component.mjs +2 -2
- package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2020/card/card.component.mjs +2 -2
- package/esm2020/checkbox/checkbox.mjs +2 -2
- package/esm2020/core/formatters/date/formatter.mjs +7 -3
- package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
- package/esm2020/core/formatters/index.mjs +62 -4
- package/esm2020/core/option/action.mjs +2 -2
- package/esm2020/core/option/optgroup.mjs +2 -2
- package/esm2020/core/option/option.mjs +2 -2
- package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
- package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2020/datepicker/calendar-body.component.mjs +2 -2
- package/esm2020/datepicker/calendar.component.mjs +2 -2
- package/esm2020/datepicker/datepicker-toggle.component.mjs +2 -2
- package/esm2020/datepicker/datepicker.component.mjs +3 -3
- package/esm2020/design-tokens/legacy-2017/tokens.mjs +49 -36
- package/esm2020/design-tokens/pt-2022/tokens.mjs +71 -59
- package/esm2020/divider/divider.component.mjs +2 -2
- package/esm2020/dl/dl.component.mjs +2 -2
- package/esm2020/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2020/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/form-field/form-field.mjs +2 -2
- package/esm2020/list/list-selection.component.mjs +229 -219
- package/esm2020/list/list.component.mjs +2 -2
- 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/navbar/navbar.component.mjs +2 -2
- package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
- package/esm2020/popover/popover-confirm.component.mjs +3 -3
- package/esm2020/popover/popover.component.mjs +13 -4
- package/esm2020/progress-bar/progress-bar.component.mjs +2 -2
- package/esm2020/progress-spinner/progress-spinner.component.mjs +2 -2
- package/esm2020/radio/radio.component.mjs +2 -2
- package/esm2020/select/select.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
- package/esm2020/tabs/tab-group.component.mjs +2 -2
- package/esm2020/tabs/tab-header.component.mjs +2 -2
- package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
- package/esm2020/tags/tag-list.component.mjs +2 -2
- package/esm2020/tags/tag.component.mjs +2 -2
- package/esm2020/toast/toast-container.component.mjs +2 -2
- package/esm2020/toast/toast.component.mjs +14 -11
- package/esm2020/toast/toast.service.mjs +12 -3
- package/esm2020/toggle/toggle.component.mjs +3 -3
- package/esm2020/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/tree/toggle.mjs +2 -2
- package/esm2020/tree/tree-option.component.mjs +7 -3
- package/esm2020/tree/tree-selection.component.mjs +7 -1
- package/esm2020/tree-select/tree-select.component.mjs +3 -3
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-button.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-card.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +272 -24
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +8 -8
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +132 -94
- package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-divider.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dl.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-form-field.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-list.mjs +239 -229
- package/fesm2015/ptsecurity-mosaic-list.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-navbar.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-navbar.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-bar.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-radio.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +3 -2
- package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +6 -6
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tags.mjs +4 -4
- package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +27 -13
- 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-tooltip.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +14 -4
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-autocomplete.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-button.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-card.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +269 -24
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +8 -8
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +132 -94
- package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-divider.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dl.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-form-field.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-list.mjs +234 -224
- package/fesm2020/ptsecurity-mosaic-list.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-navbar.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-navbar.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-bar.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-radio.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +3 -2
- package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +6 -6
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tags.mjs +4 -4
- package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +25 -13
- 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-tooltip.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +14 -4
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/list/list-selection.component.d.ts +53 -52
- package/loader-overlay/loader-overlay.component.d.ts +1 -0
- package/package.json +4 -4
- package/popover/popover.component.d.ts +2 -1
- 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/toast/toast.service.d.ts +1 -0
- package/tree/tree-option.component.d.ts +1 -0
@@ -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
97
|
'text-error': { value: '{dark-color-scheme.error.palette.value.400}' },
|
98
98
|
'text-success': { value: '{dark-color-scheme.success.palette.value.400}' },
|
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,8 +6,8 @@
|
|
6
6
|
"letter-spacing": { value: 'normal' },
|
7
7
|
"font-weight": { value: 'normal' },
|
8
8
|
"font-family": { value: '{font.family.accent}' },
|
9
|
-
"text-transform": { value: '
|
10
|
-
"font-feature-settings": { value: '
|
9
|
+
"text-transform": { value: 'initial' },
|
10
|
+
"font-feature-settings": { value: 'initial' }
|
11
11
|
},
|
12
12
|
"display-2": {
|
13
13
|
"font-size": { value: '45px' },
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"letter-spacing": { value: 'normal' },
|
16
16
|
"font-weight": { value: 'normal' },
|
17
17
|
"font-family": { value: '{font.family.accent}' },
|
18
|
-
"text-transform": { value: '
|
19
|
-
"font-feature-settings": { value: '
|
18
|
+
"text-transform": { value: 'initial' },
|
19
|
+
"font-feature-settings": { value: 'initial' }
|
20
20
|
},
|
21
21
|
"display-3": {
|
22
22
|
"font-size": { value: '34px' },
|
@@ -24,8 +24,8 @@
|
|
24
24
|
"letter-spacing": { value: 'normal' },
|
25
25
|
"font-weight": { value: 'normal' },
|
26
26
|
"font-family": { value: '{font.family.accent}' },
|
27
|
-
"text-transform": { value: '
|
28
|
-
"font-feature-settings": { value: '
|
27
|
+
"text-transform": { value: 'initial' },
|
28
|
+
"font-feature-settings": { value: 'initial' }
|
29
29
|
},
|
30
30
|
"headline": {
|
31
31
|
"font-size": { value: '24px' },
|
@@ -33,8 +33,8 @@
|
|
33
33
|
"letter-spacing": { value: 'normal' },
|
34
34
|
"font-weight": { value: 'normal' },
|
35
35
|
"font-family": { value: '{font.family.accent}' },
|
36
|
-
"text-transform": { value: '
|
37
|
-
"font-feature-settings": { value: '
|
36
|
+
"text-transform": { value: 'initial' },
|
37
|
+
"font-feature-settings": { value: 'initial' }
|
38
38
|
},
|
39
39
|
"title": {
|
40
40
|
"font-size": { value: '20px' },
|
@@ -42,8 +42,8 @@
|
|
42
42
|
"letter-spacing": { value: 'normal' },
|
43
43
|
"font-weight": { value: '600' },
|
44
44
|
"font-family": { value: '{font.family.accent}' },
|
45
|
-
"text-transform": { value: '
|
46
|
-
"font-feature-settings": { value: '
|
45
|
+
"text-transform": { value: 'initial' },
|
46
|
+
"font-feature-settings": { value: 'initial' }
|
47
47
|
},
|
48
48
|
"subheading": {
|
49
49
|
"font-size": { value: '15px' },
|
@@ -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: 'initial' },
|
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: 'initial' },
|
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: 'initial' },
|
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: 'initial' },
|
82
82
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
83
83
|
},
|
84
84
|
"body-caps": {
|
@@ -96,8 +96,8 @@
|
|
96
96
|
"letter-spacing": { value: 'normal' },
|
97
97
|
"font-weight": { value: 'normal' },
|
98
98
|
"font-family": { value: '{font.family.monospace}' },
|
99
|
-
"text-transform": { value: '
|
100
|
-
"font-feature-settings": { value: '
|
99
|
+
"text-transform": { value: 'initial' },
|
100
|
+
"font-feature-settings": { value: 'initial' }
|
101
101
|
},
|
102
102
|
"caption": {
|
103
103
|
"font-size": { value: '13px' },
|
@@ -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: 'initial' },
|
109
109
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
110
110
|
},
|
111
111
|
"caption-tabular": {
|
@@ -114,7 +114,16 @@
|
|
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: 'initial' },
|
118
|
+
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
119
|
+
},
|
120
|
+
"caption-strong": {
|
121
|
+
"font-size": { value: '13px' },
|
122
|
+
"line-height": { value: '16px' },
|
123
|
+
"letter-spacing": { value: '-0.0025em' },
|
124
|
+
"font-weight": { value: '500' },
|
125
|
+
"font-family": { value: '{font.family.base}' },
|
126
|
+
"text-transform": { value: 'initial' },
|
118
127
|
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
|
119
128
|
},
|
120
129
|
"caption-caps": {
|
@@ -132,8 +141,8 @@
|
|
132
141
|
"letter-spacing": { value: 'normal' },
|
133
142
|
"font-weight": { value: 'normal' },
|
134
143
|
"font-family": { value: '{font.family.monospace}' },
|
135
|
-
"text-transform": { value: '
|
136
|
-
"font-feature-settings": { value: '
|
144
|
+
"text-transform": { value: 'initial' },
|
145
|
+
"font-feature-settings": { value: 'initial' }
|
137
146
|
},
|
138
147
|
"small-text": {
|
139
148
|
"font-size": { value: '13px' },
|
@@ -141,7 +150,7 @@
|
|
141
150
|
"letter-spacing": { value: '-0.0025em' },
|
142
151
|
"font-weight": { value: 'normal' },
|
143
152
|
"font-family": { value: '{font.family.base}' },
|
144
|
-
"text-transform": { value: '
|
153
|
+
"text-transform": { value: 'initial' },
|
145
154
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
146
155
|
},
|
147
156
|
"extra-small-text": {
|
@@ -150,7 +159,7 @@
|
|
150
159
|
"letter-spacing": { value: '0.005em' },
|
151
160
|
"font-weight": { value: 'normal' },
|
152
161
|
"font-family": { value: '{font.family.base}' },
|
153
|
-
"text-transform": { value: '
|
162
|
+
"text-transform": { value: 'initial' },
|
154
163
|
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
|
155
164
|
},
|
156
165
|
"extra-small-text-caps": {
|
@@ -168,8 +177,8 @@
|
|
168
177
|
"letter-spacing": { value: '0px' },
|
169
178
|
"font-weight": { value: 'normal' },
|
170
179
|
"font-family": { value: '{font.family.monospace}' },
|
171
|
-
"text-transform": { value: '
|
172
|
-
"font-feature-settings": { value: '
|
180
|
+
"text-transform": { value: 'initial' },
|
181
|
+
"font-feature-settings": { value: 'initial' }
|
173
182
|
}
|
174
183
|
}
|
175
184
|
}
|