@mirohq/design-system-typography 0.4.1 → 0.4.2
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/types.d.ts +39 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -123,6 +123,9 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
123
123
|
"background-primary-subtle-pressed-hover"?: any;
|
|
124
124
|
"background-primary-subtle-selected"?: any;
|
|
125
125
|
"background-success"?: any;
|
|
126
|
+
"background-success-prominent"?: any;
|
|
127
|
+
"background-success-prominent-active"?: any;
|
|
128
|
+
"background-success-prominent-hover"?: any;
|
|
126
129
|
"background-warning-prominent"?: any;
|
|
127
130
|
"background-warning-subtle"?: any;
|
|
128
131
|
"border-danger"?: any;
|
|
@@ -151,6 +154,8 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
151
154
|
"border-primary-hover"?: any;
|
|
152
155
|
"border-primary-inverted"?: any;
|
|
153
156
|
"border-success"?: any;
|
|
157
|
+
"border-success-active"?: any;
|
|
158
|
+
"border-success-hover"?: any;
|
|
154
159
|
"border-warning"?: any;
|
|
155
160
|
"icon-danger"?: any;
|
|
156
161
|
"icon-danger-active"?: any;
|
|
@@ -170,9 +175,12 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
170
175
|
"icon-primary-inverted"?: any;
|
|
171
176
|
"icon-primary-selected"?: any;
|
|
172
177
|
"icon-success"?: any;
|
|
178
|
+
"icon-success-active"?: any;
|
|
179
|
+
"icon-success-hover"?: any;
|
|
173
180
|
"icon-success-inverted"?: any;
|
|
174
181
|
"icon-warning"?: any;
|
|
175
182
|
"icon-warning-prominent"?: any;
|
|
183
|
+
"icon-warning-subtle"?: any;
|
|
176
184
|
"text-danger"?: any;
|
|
177
185
|
"text-danger-active"?: any;
|
|
178
186
|
"text-danger-hover"?: any;
|
|
@@ -194,7 +202,11 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
194
202
|
"text-primary-inverted-subtle"?: any;
|
|
195
203
|
"text-primary-selected"?: any;
|
|
196
204
|
"text-success"?: any;
|
|
205
|
+
"text-success-active"?: any;
|
|
206
|
+
"text-success-hover"?: any;
|
|
207
|
+
"text-success-inverted"?: any;
|
|
197
208
|
"text-warning"?: any;
|
|
209
|
+
"text-warning-subtle"?: any;
|
|
198
210
|
};
|
|
199
211
|
'font-sizes': {
|
|
200
212
|
readonly 150: "0.75rem";
|
|
@@ -237,6 +249,7 @@ declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
237
249
|
};
|
|
238
250
|
space: {
|
|
239
251
|
readonly 0: "0px";
|
|
252
|
+
readonly 25: "2px";
|
|
240
253
|
readonly 50: "4px";
|
|
241
254
|
readonly 100: "8px";
|
|
242
255
|
readonly 150: "12px";
|
|
@@ -625,6 +638,9 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
625
638
|
"background-primary-subtle-pressed-hover"?: any;
|
|
626
639
|
"background-primary-subtle-selected"?: any;
|
|
627
640
|
"background-success"?: any;
|
|
641
|
+
"background-success-prominent"?: any;
|
|
642
|
+
"background-success-prominent-active"?: any;
|
|
643
|
+
"background-success-prominent-hover"?: any;
|
|
628
644
|
"background-warning-prominent"?: any;
|
|
629
645
|
"background-warning-subtle"?: any;
|
|
630
646
|
"border-danger"?: any;
|
|
@@ -653,6 +669,8 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
653
669
|
"border-primary-hover"?: any;
|
|
654
670
|
"border-primary-inverted"?: any;
|
|
655
671
|
"border-success"?: any;
|
|
672
|
+
"border-success-active"?: any;
|
|
673
|
+
"border-success-hover"?: any;
|
|
656
674
|
"border-warning"?: any;
|
|
657
675
|
"icon-danger"?: any;
|
|
658
676
|
"icon-danger-active"?: any;
|
|
@@ -672,9 +690,12 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
672
690
|
"icon-primary-inverted"?: any;
|
|
673
691
|
"icon-primary-selected"?: any;
|
|
674
692
|
"icon-success"?: any;
|
|
693
|
+
"icon-success-active"?: any;
|
|
694
|
+
"icon-success-hover"?: any;
|
|
675
695
|
"icon-success-inverted"?: any;
|
|
676
696
|
"icon-warning"?: any;
|
|
677
697
|
"icon-warning-prominent"?: any;
|
|
698
|
+
"icon-warning-subtle"?: any;
|
|
678
699
|
"text-danger"?: any;
|
|
679
700
|
"text-danger-active"?: any;
|
|
680
701
|
"text-danger-hover"?: any;
|
|
@@ -696,7 +717,11 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
696
717
|
"text-primary-inverted-subtle"?: any;
|
|
697
718
|
"text-primary-selected"?: any;
|
|
698
719
|
"text-success"?: any;
|
|
720
|
+
"text-success-active"?: any;
|
|
721
|
+
"text-success-hover"?: any;
|
|
722
|
+
"text-success-inverted"?: any;
|
|
699
723
|
"text-warning"?: any;
|
|
724
|
+
"text-warning-subtle"?: any;
|
|
700
725
|
};
|
|
701
726
|
'font-sizes': {
|
|
702
727
|
readonly 150: "0.75rem";
|
|
@@ -739,6 +764,7 @@ declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
739
764
|
};
|
|
740
765
|
space: {
|
|
741
766
|
readonly 0: "0px";
|
|
767
|
+
readonly 25: "2px";
|
|
742
768
|
readonly 50: "4px";
|
|
743
769
|
readonly 100: "8px";
|
|
744
770
|
readonly 150: "12px";
|
|
@@ -1130,6 +1156,9 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1130
1156
|
"background-primary-subtle-pressed-hover"?: any;
|
|
1131
1157
|
"background-primary-subtle-selected"?: any;
|
|
1132
1158
|
"background-success"?: any;
|
|
1159
|
+
"background-success-prominent"?: any;
|
|
1160
|
+
"background-success-prominent-active"?: any;
|
|
1161
|
+
"background-success-prominent-hover"?: any;
|
|
1133
1162
|
"background-warning-prominent"?: any;
|
|
1134
1163
|
"background-warning-subtle"?: any;
|
|
1135
1164
|
"border-danger"?: any;
|
|
@@ -1158,6 +1187,8 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1158
1187
|
"border-primary-hover"?: any;
|
|
1159
1188
|
"border-primary-inverted"?: any;
|
|
1160
1189
|
"border-success"?: any;
|
|
1190
|
+
"border-success-active"?: any;
|
|
1191
|
+
"border-success-hover"?: any;
|
|
1161
1192
|
"border-warning"?: any;
|
|
1162
1193
|
"icon-danger"?: any;
|
|
1163
1194
|
"icon-danger-active"?: any;
|
|
@@ -1177,9 +1208,12 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1177
1208
|
"icon-primary-inverted"?: any;
|
|
1178
1209
|
"icon-primary-selected"?: any;
|
|
1179
1210
|
"icon-success"?: any;
|
|
1211
|
+
"icon-success-active"?: any;
|
|
1212
|
+
"icon-success-hover"?: any;
|
|
1180
1213
|
"icon-success-inverted"?: any;
|
|
1181
1214
|
"icon-warning"?: any;
|
|
1182
1215
|
"icon-warning-prominent"?: any;
|
|
1216
|
+
"icon-warning-subtle"?: any;
|
|
1183
1217
|
"text-danger"?: any;
|
|
1184
1218
|
"text-danger-active"?: any;
|
|
1185
1219
|
"text-danger-hover"?: any;
|
|
@@ -1201,7 +1235,11 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1201
1235
|
"text-primary-inverted-subtle"?: any;
|
|
1202
1236
|
"text-primary-selected"?: any;
|
|
1203
1237
|
"text-success"?: any;
|
|
1238
|
+
"text-success-active"?: any;
|
|
1239
|
+
"text-success-hover"?: any;
|
|
1240
|
+
"text-success-inverted"?: any;
|
|
1204
1241
|
"text-warning"?: any;
|
|
1242
|
+
"text-warning-subtle"?: any;
|
|
1205
1243
|
};
|
|
1206
1244
|
'font-sizes': {
|
|
1207
1245
|
readonly 150: "0.75rem";
|
|
@@ -1244,6 +1282,7 @@ declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
1244
1282
|
};
|
|
1245
1283
|
space: {
|
|
1246
1284
|
readonly 0: "0px";
|
|
1285
|
+
readonly 25: "2px";
|
|
1247
1286
|
readonly 50: "4px";
|
|
1248
1287
|
readonly 100: "8px";
|
|
1249
1288
|
readonly 150: "12px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-typography",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.3.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.14"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../../rollup.config.js",
|