@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.
Files changed (198) hide show
  1. package/_theming.scss +92 -66
  2. package/_visual.scss +88 -67
  3. package/core/formatters/date/formatter.d.ts +6 -2
  4. package/core/formatters/date/formatter.pipe.d.ts +95 -0
  5. package/core/formatters/index.d.ts +3 -1
  6. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  7. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
  8. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +2 -2
  9. package/design-tokens/legacy-2017/tokens/components/popover.json5 +1 -0
  10. package/design-tokens/legacy-2017/tokens/components/radio.json5 +1 -0
  11. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +42 -33
  12. package/design-tokens/legacy-2017/tokens.d.ts +48 -35
  13. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
  14. package/design-tokens/pt-2022/tokens/components/form-field.json5 +3 -3
  15. package/design-tokens/pt-2022/tokens/components/link.json5 +2 -2
  16. package/design-tokens/pt-2022/tokens/components/popover.json5 +7 -6
  17. package/design-tokens/pt-2022/tokens/properties/colors.json5 +6 -6
  18. package/design-tokens/pt-2022/tokens/properties/typography.json5 +33 -24
  19. package/design-tokens/pt-2022/tokens.d.ts +70 -58
  20. package/design-tokens/style-dictionary/formats/figma.js +2 -2
  21. package/esm2020/autocomplete/autocomplete.component.mjs +2 -2
  22. package/esm2020/button/button.component.mjs +2 -2
  23. package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
  24. package/esm2020/card/card.component.mjs +2 -2
  25. package/esm2020/checkbox/checkbox.mjs +2 -2
  26. package/esm2020/core/formatters/date/formatter.mjs +7 -3
  27. package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
  28. package/esm2020/core/formatters/index.mjs +62 -4
  29. package/esm2020/core/option/action.mjs +2 -2
  30. package/esm2020/core/option/optgroup.mjs +2 -2
  31. package/esm2020/core/option/option.mjs +2 -2
  32. package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
  33. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  34. package/esm2020/datepicker/calendar-body.component.mjs +2 -2
  35. package/esm2020/datepicker/calendar.component.mjs +2 -2
  36. package/esm2020/datepicker/datepicker-toggle.component.mjs +2 -2
  37. package/esm2020/datepicker/datepicker.component.mjs +3 -3
  38. package/esm2020/design-tokens/legacy-2017/tokens.mjs +49 -36
  39. package/esm2020/design-tokens/pt-2022/tokens.mjs +71 -59
  40. package/esm2020/divider/divider.component.mjs +2 -2
  41. package/esm2020/dl/dl.component.mjs +2 -2
  42. package/esm2020/dropdown/dropdown-item.component.mjs +2 -2
  43. package/esm2020/dropdown/dropdown.component.mjs +3 -3
  44. package/esm2020/form-field/form-field.mjs +2 -2
  45. package/esm2020/list/list-selection.component.mjs +229 -219
  46. package/esm2020/list/list.component.mjs +2 -2
  47. package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
  48. package/esm2020/modal/modal.component.mjs +2 -2
  49. package/esm2020/modal/modal.service.mjs +2 -1
  50. package/esm2020/navbar/navbar.component.mjs +2 -2
  51. package/esm2020/navbar/vertical-navbar.component.mjs +3 -3
  52. package/esm2020/popover/popover-confirm.component.mjs +3 -3
  53. package/esm2020/popover/popover.component.mjs +13 -4
  54. package/esm2020/progress-bar/progress-bar.component.mjs +2 -2
  55. package/esm2020/progress-spinner/progress-spinner.component.mjs +2 -2
  56. package/esm2020/radio/radio.component.mjs +2 -2
  57. package/esm2020/select/select.component.mjs +3 -3
  58. package/esm2020/sidepanel/sidepanel-container.component.mjs +3 -3
  59. package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
  60. package/esm2020/tabs/tab-group.component.mjs +2 -2
  61. package/esm2020/tabs/tab-header.component.mjs +2 -2
  62. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
  63. package/esm2020/tags/tag-list.component.mjs +2 -2
  64. package/esm2020/tags/tag.component.mjs +2 -2
  65. package/esm2020/toast/toast-container.component.mjs +2 -2
  66. package/esm2020/toast/toast.component.mjs +14 -11
  67. package/esm2020/toast/toast.service.mjs +12 -3
  68. package/esm2020/toggle/toggle.component.mjs +3 -3
  69. package/esm2020/tooltip/tooltip.component.mjs +3 -3
  70. package/esm2020/tree/toggle.mjs +2 -2
  71. package/esm2020/tree/tree-option.component.mjs +7 -3
  72. package/esm2020/tree/tree-selection.component.mjs +7 -1
  73. package/esm2020/tree-select/tree-select.component.mjs +3 -3
  74. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +2 -2
  75. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  76. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
  77. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  78. package/fesm2015/ptsecurity-mosaic-button.mjs +2 -2
  79. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  80. package/fesm2015/ptsecurity-mosaic-card.mjs +2 -2
  81. package/fesm2015/ptsecurity-mosaic-card.mjs.map +1 -1
  82. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +2 -2
  83. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  84. package/fesm2015/ptsecurity-mosaic-core.mjs +272 -24
  85. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  86. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +8 -8
  87. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  88. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +132 -94
  89. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  90. package/fesm2015/ptsecurity-mosaic-divider.mjs +2 -2
  91. package/fesm2015/ptsecurity-mosaic-divider.mjs.map +1 -1
  92. package/fesm2015/ptsecurity-mosaic-dl.mjs +2 -2
  93. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -1
  94. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +4 -4
  95. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  96. package/fesm2015/ptsecurity-mosaic-form-field.mjs +2 -2
  97. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  98. package/fesm2015/ptsecurity-mosaic-list.mjs +239 -229
  99. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  100. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  101. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  102. package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
  103. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  104. package/fesm2015/ptsecurity-mosaic-navbar.mjs +4 -4
  105. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  106. package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
  107. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  108. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +2 -2
  109. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  110. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +2 -2
  111. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  112. package/fesm2015/ptsecurity-mosaic-radio.mjs +2 -2
  113. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  114. package/fesm2015/ptsecurity-mosaic-select.mjs +2 -2
  115. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  116. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +3 -2
  117. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  118. package/fesm2015/ptsecurity-mosaic-tabs.mjs +6 -6
  119. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  120. package/fesm2015/ptsecurity-mosaic-tags.mjs +4 -4
  121. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  122. package/fesm2015/ptsecurity-mosaic-toast.mjs +27 -13
  123. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  124. package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
  125. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  126. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +2 -2
  127. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  128. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +2 -2
  129. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  130. package/fesm2015/ptsecurity-mosaic-tree.mjs +14 -4
  131. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  132. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +2 -2
  133. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
  134. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
  135. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  136. package/fesm2020/ptsecurity-mosaic-button.mjs +2 -2
  137. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  138. package/fesm2020/ptsecurity-mosaic-card.mjs +2 -2
  139. package/fesm2020/ptsecurity-mosaic-card.mjs.map +1 -1
  140. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +2 -2
  141. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  142. package/fesm2020/ptsecurity-mosaic-core.mjs +269 -24
  143. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  144. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +8 -8
  145. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  146. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +132 -94
  147. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  148. package/fesm2020/ptsecurity-mosaic-divider.mjs +2 -2
  149. package/fesm2020/ptsecurity-mosaic-divider.mjs.map +1 -1
  150. package/fesm2020/ptsecurity-mosaic-dl.mjs +2 -2
  151. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -1
  152. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +4 -4
  153. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  154. package/fesm2020/ptsecurity-mosaic-form-field.mjs +2 -2
  155. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  156. package/fesm2020/ptsecurity-mosaic-list.mjs +234 -224
  157. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  158. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  159. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  160. package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
  161. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  162. package/fesm2020/ptsecurity-mosaic-navbar.mjs +4 -4
  163. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  164. package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
  165. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  166. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +2 -2
  167. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs.map +1 -1
  168. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +2 -2
  169. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  170. package/fesm2020/ptsecurity-mosaic-radio.mjs +2 -2
  171. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  172. package/fesm2020/ptsecurity-mosaic-select.mjs +2 -2
  173. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  174. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +3 -2
  175. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  176. package/fesm2020/ptsecurity-mosaic-tabs.mjs +6 -6
  177. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  178. package/fesm2020/ptsecurity-mosaic-tags.mjs +4 -4
  179. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  180. package/fesm2020/ptsecurity-mosaic-toast.mjs +25 -13
  181. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  182. package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
  183. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  184. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +2 -2
  185. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  186. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +2 -2
  187. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  188. package/fesm2020/ptsecurity-mosaic-tree.mjs +14 -4
  189. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  190. package/list/list-selection.component.d.ts +53 -52
  191. package/loader-overlay/loader-overlay.component.d.ts +1 -0
  192. package/package.json +4 -4
  193. package/popover/popover.component.d.ts +2 -1
  194. package/prebuilt-themes/dark-theme.css +1 -1
  195. package/prebuilt-themes/default-theme.css +1 -1
  196. package/prebuilt-visual/default-visual.css +1 -1
  197. package/toast/toast.service.d.ts +1 -0
  198. 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.40}' },
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.700}' },
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(black, 0.05)' },
111
- 'overlay-active': { value: 'rgba(black, 0.1)' },
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: '{dark-color-scheme.primary.palette.value.700}' },
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.3 }
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: 'null' },
10
- "font-feature-settings": { value: 'null' }
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: 'null' },
19
- "font-feature-settings": { value: 'null' }
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: 'null' },
28
- "font-feature-settings": { value: 'null' }
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: 'null' },
37
- "font-feature-settings": { value: 'null' }
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: 'null' },
46
- "font-feature-settings": { value: 'null' }
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: 'null' },
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: 'null' },
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: 'null' },
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: 'null' },
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: 'null' },
100
- "font-feature-settings": { value: 'null' }
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: 'null' },
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: 'null' },
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: 'null' },
136
- "font-feature-settings": { value: 'null' }
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: 'null' },
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: 'null' },
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: 'null' },
172
- "font-feature-settings": { value: 'null' }
180
+ "text-transform": { value: 'initial' },
181
+ "font-feature-settings": { value: 'initial' }
173
182
  }
174
183
  }
175
184
  }