@ptsecurity/mosaic 14.0.0 → 14.1.1

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 (157) hide show
  1. package/checkbox/checkbox.d.ts +5 -14
  2. package/core/formatters/date/formatter.pipe.d.ts +95 -0
  3. package/core/formatters/index.d.ts +3 -1
  4. package/core/pop-up/pop-up-trigger.d.ts +3 -1
  5. package/core/validation/validation.d.ts +1 -12
  6. package/datepicker/datepicker-input.directive.d.ts +4 -9
  7. package/design-tokens/legacy-2017/tokens/components/badge.json5 +46 -46
  8. package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +2 -1
  9. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +4 -0
  10. package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +10 -1
  11. package/design-tokens/legacy-2017/tokens/components/timezone.json5 +1 -0
  12. package/design-tokens/legacy-2017/tokens.d.ts +44 -33
  13. package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +2 -1
  14. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +4 -0
  15. package/design-tokens/pt-2022/tokens/components/form-field.json5 +1 -1
  16. package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +10 -1
  17. package/design-tokens/pt-2022/tokens/components/timezone.json5 +1 -0
  18. package/design-tokens/pt-2022/tokens/properties/colors.json5 +8 -8
  19. package/design-tokens/pt-2022/tokens/properties/typography.json5 +17 -17
  20. package/design-tokens/pt-2022/tokens.d.ts +63 -52
  21. package/design-tokens/style-dictionary/formats/figma.js +2 -2
  22. package/esm2020/button-toggle/button-toggle.component.mjs +2 -2
  23. package/esm2020/checkbox/checkbox.mjs +17 -32
  24. package/esm2020/core/formatters/date/formatter.pipe.mjs +187 -0
  25. package/esm2020/core/formatters/index.mjs +62 -4
  26. package/esm2020/core/pop-up/pop-up-trigger.mjs +13 -11
  27. package/esm2020/core/validation/validation.mjs +1 -114
  28. package/esm2020/datepicker/datepicker-input.directive.mjs +8 -25
  29. package/esm2020/datepicker/datepicker.component.mjs +1 -1
  30. package/esm2020/design-tokens/legacy-2017/tokens.mjs +45 -34
  31. package/esm2020/design-tokens/pt-2022/tokens.mjs +64 -53
  32. package/esm2020/form-field/form-field.module.mjs +10 -5
  33. package/esm2020/form-field/public-api.mjs +2 -1
  34. package/esm2020/form-field/validate.directive.mjs +156 -0
  35. package/esm2020/input/input-password.mjs +8 -41
  36. package/esm2020/input/input.mjs +8 -41
  37. package/esm2020/loader-overlay/loader-overlay.component.mjs +7 -3
  38. package/esm2020/modal/modal.component.mjs +2 -2
  39. package/esm2020/modal/modal.service.mjs +2 -1
  40. package/esm2020/popover/popover-confirm.component.mjs +3 -3
  41. package/esm2020/popover/popover.component.mjs +13 -4
  42. package/esm2020/progress-spinner/progress-spinner.component.mjs +21 -6
  43. package/esm2020/radio/radio.component.mjs +42 -41
  44. package/esm2020/select/select.component.mjs +17 -37
  45. package/esm2020/sidepanel/sidepanel.service.mjs +2 -1
  46. package/esm2020/tags/tag-list.component.mjs +17 -32
  47. package/esm2020/textarea/textarea.component.mjs +17 -38
  48. package/esm2020/timepicker/timepicker.directive.mjs +8 -25
  49. package/esm2020/timezone/timezone.utils.mjs +15 -7
  50. package/esm2020/toast/toast-container.component.mjs +2 -2
  51. package/esm2020/toast/toast.service.mjs +12 -3
  52. package/esm2020/toggle/toggle.component.mjs +3 -3
  53. package/esm2020/tree-select/tree-select.component.mjs +21 -41
  54. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +2 -2
  55. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  56. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +16 -31
  57. package/fesm2015/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  58. package/fesm2015/ptsecurity-mosaic-core.mjs +258 -127
  59. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  60. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +4 -21
  61. package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  62. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +151 -118
  63. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  64. package/fesm2015/ptsecurity-mosaic-form-field.mjs +164 -7
  65. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  66. package/fesm2015/ptsecurity-mosaic-input.mjs +9 -75
  67. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  68. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  69. package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  70. package/fesm2015/ptsecurity-mosaic-modal.mjs +3 -2
  71. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  72. package/fesm2015/ptsecurity-mosaic-popover.mjs +15 -6
  73. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  74. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +20 -5
  75. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  76. package/fesm2015/ptsecurity-mosaic-radio.mjs +42 -40
  77. package/fesm2015/ptsecurity-mosaic-radio.mjs.map +1 -1
  78. package/fesm2015/ptsecurity-mosaic-select.mjs +17 -37
  79. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  80. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +1 -0
  81. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  82. package/fesm2015/ptsecurity-mosaic-tags.mjs +15 -30
  83. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  84. package/fesm2015/ptsecurity-mosaic-textarea.mjs +17 -37
  85. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  86. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +6 -23
  87. package/fesm2015/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  88. package/fesm2015/ptsecurity-mosaic-timezone.mjs +15 -6
  89. package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
  90. package/fesm2015/ptsecurity-mosaic-toast.mjs +13 -4
  91. package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
  92. package/fesm2015/ptsecurity-mosaic-toggle.mjs +2 -2
  93. package/fesm2015/ptsecurity-mosaic-toggle.mjs.map +1 -1
  94. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +22 -42
  95. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  96. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +2 -2
  97. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs.map +1 -1
  98. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +16 -31
  99. package/fesm2020/ptsecurity-mosaic-checkbox.mjs.map +1 -1
  100. package/fesm2020/ptsecurity-mosaic-core.mjs +255 -127
  101. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  102. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +4 -21
  103. package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
  104. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +151 -118
  105. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  106. package/fesm2020/ptsecurity-mosaic-form-field.mjs +162 -7
  107. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  108. package/fesm2020/ptsecurity-mosaic-input.mjs +9 -75
  109. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  110. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +6 -2
  111. package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
  112. package/fesm2020/ptsecurity-mosaic-modal.mjs +3 -2
  113. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  114. package/fesm2020/ptsecurity-mosaic-popover.mjs +15 -6
  115. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  116. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +20 -5
  117. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs.map +1 -1
  118. package/fesm2020/ptsecurity-mosaic-radio.mjs +41 -40
  119. package/fesm2020/ptsecurity-mosaic-radio.mjs.map +1 -1
  120. package/fesm2020/ptsecurity-mosaic-select.mjs +15 -36
  121. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  122. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +1 -0
  123. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  124. package/fesm2020/ptsecurity-mosaic-tags.mjs +14 -30
  125. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  126. package/fesm2020/ptsecurity-mosaic-textarea.mjs +15 -36
  127. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  128. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +6 -23
  129. package/fesm2020/ptsecurity-mosaic-timepicker.mjs.map +1 -1
  130. package/fesm2020/ptsecurity-mosaic-timezone.mjs +14 -6
  131. package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
  132. package/fesm2020/ptsecurity-mosaic-toast.mjs +13 -4
  133. package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
  134. package/fesm2020/ptsecurity-mosaic-toggle.mjs +2 -2
  135. package/fesm2020/ptsecurity-mosaic-toggle.mjs.map +1 -1
  136. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +19 -40
  137. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  138. package/form-field/form-field.module.d.ts +4 -3
  139. package/form-field/public-api.d.ts +1 -0
  140. package/form-field/validate.directive.d.ts +32 -0
  141. package/input/input-password.d.ts +6 -12
  142. package/input/input.d.ts +6 -12
  143. package/loader-overlay/loader-overlay.component.d.ts +1 -0
  144. package/package.json +4 -4
  145. package/popover/popover.component.d.ts +1 -0
  146. package/prebuilt-themes/dark-theme.css +1 -1
  147. package/prebuilt-themes/default-theme.css +1 -1
  148. package/prebuilt-visual/default-visual.css +1 -1
  149. package/progress-spinner/progress-spinner.component.d.ts +6 -1
  150. package/radio/radio.component.d.ts +6 -12
  151. package/select/select.component.d.ts +6 -10
  152. package/tags/tag-list.component.d.ts +6 -8
  153. package/textarea/textarea.component.d.ts +7 -12
  154. package/timepicker/timepicker.directive.d.ts +4 -9
  155. package/timezone/timezone.utils.d.ts +1 -1
  156. package/toast/toast.service.d.ts +1 -0
  157. package/tree-select/tree-select.component.d.ts +4 -8
@@ -3,7 +3,8 @@
3
3
  size: {
4
4
  border: {
5
5
  size: { value: '{size.border-width}' },
6
- radius: { value: '{size.border-radius}' }
6
+ radius: { value: '{size.border-radius}' },
7
+ 'siblings-radius': { value: '0' }
7
8
  }
8
9
  }
9
10
  }
@@ -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: {
@@ -20,7 +20,7 @@
20
20
 
21
21
  states: {
22
22
  hover: {
23
- border: { value: '{dark-color-scheme.second.palette.value.560}' }
23
+ border: { value: '{dark-color-scheme.second.palette.value.500}' }
24
24
  },
25
25
  invalid: {
26
26
  border: { value: '{dark-color-scheme.states.focused-color-error}' },
@@ -1,7 +1,16 @@
1
1
  {
2
2
  'progress-spinner': {
3
3
  size: {
4
- size: { value: '{size.l}' }
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
  }
@@ -16,6 +16,7 @@
16
16
  },
17
17
  font: {
18
18
  text: { value: 'body' },
19
+ 'offset-text': { value: 'body-tabular' },
19
20
  caption: { value: 'caption' }
20
21
  }
21
22
  }
@@ -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
- 'text-error': { value: '{dark-color-scheme.error.palette.value.400}' },
98
- 'text-success': { value: '{dark-color-scheme.success.palette.value.400}' },
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.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,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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
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: 'initial' },
180
+ "text-transform": { value: 'null' },
181
181
  "font-feature-settings": { value: 'initial' }
182
182
  }
183
183
  }