@mirohq/design-system-button 3.1.37-colors.1 → 3.1.37-colors.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 +48 -36
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -267,12 +267,14 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
267
267
|
readonly none: "0px";
|
|
268
268
|
};
|
|
269
269
|
shadows: {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
50: any;
|
|
271
|
+
100: any;
|
|
272
|
+
"focus-small": any;
|
|
273
|
+
"focus-small-outline": any;
|
|
274
|
+
"focus-large": any;
|
|
275
|
+
"focus-controls": any;
|
|
276
|
+
"focus-controls-error": any;
|
|
277
|
+
"focus-controls-success": any;
|
|
276
278
|
};
|
|
277
279
|
sizes: {
|
|
278
280
|
readonly number: string;
|
|
@@ -793,12 +795,14 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
793
795
|
readonly none: "0px";
|
|
794
796
|
};
|
|
795
797
|
shadows: {
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
798
|
+
50: any;
|
|
799
|
+
100: any;
|
|
800
|
+
"focus-small": any;
|
|
801
|
+
"focus-small-outline": any;
|
|
802
|
+
"focus-large": any;
|
|
803
|
+
"focus-controls": any;
|
|
804
|
+
"focus-controls-error": any;
|
|
805
|
+
"focus-controls-success": any;
|
|
802
806
|
};
|
|
803
807
|
sizes: {
|
|
804
808
|
readonly number: string;
|
|
@@ -1321,12 +1325,14 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1321
1325
|
readonly none: "0px";
|
|
1322
1326
|
};
|
|
1323
1327
|
shadows: {
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1328
|
+
50: any;
|
|
1329
|
+
100: any;
|
|
1330
|
+
"focus-small": any;
|
|
1331
|
+
"focus-small-outline": any;
|
|
1332
|
+
"focus-large": any;
|
|
1333
|
+
"focus-controls": any;
|
|
1334
|
+
"focus-controls-error": any;
|
|
1335
|
+
"focus-controls-success": any;
|
|
1330
1336
|
};
|
|
1331
1337
|
sizes: {
|
|
1332
1338
|
readonly number: string;
|
|
@@ -1852,12 +1858,14 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1852
1858
|
readonly none: "0px";
|
|
1853
1859
|
};
|
|
1854
1860
|
shadows: {
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
+
50: any;
|
|
1862
|
+
100: any;
|
|
1863
|
+
"focus-small": any;
|
|
1864
|
+
"focus-small-outline": any;
|
|
1865
|
+
"focus-large": any;
|
|
1866
|
+
"focus-controls": any;
|
|
1867
|
+
"focus-controls-error": any;
|
|
1868
|
+
"focus-controls-success": any;
|
|
1861
1869
|
};
|
|
1862
1870
|
sizes: {
|
|
1863
1871
|
readonly number: string;
|
|
@@ -2378,12 +2386,14 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2378
2386
|
readonly none: "0px";
|
|
2379
2387
|
};
|
|
2380
2388
|
shadows: {
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2389
|
+
50: any;
|
|
2390
|
+
100: any;
|
|
2391
|
+
"focus-small": any;
|
|
2392
|
+
"focus-small-outline": any;
|
|
2393
|
+
"focus-large": any;
|
|
2394
|
+
"focus-controls": any;
|
|
2395
|
+
"focus-controls-error": any;
|
|
2396
|
+
"focus-controls-success": any;
|
|
2387
2397
|
};
|
|
2388
2398
|
sizes: {
|
|
2389
2399
|
readonly number: string;
|
|
@@ -2914,12 +2924,14 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
2914
2924
|
readonly none: "0px";
|
|
2915
2925
|
};
|
|
2916
2926
|
shadows: {
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2927
|
+
50: any;
|
|
2928
|
+
100: any;
|
|
2929
|
+
"focus-small": any;
|
|
2930
|
+
"focus-small-outline": any;
|
|
2931
|
+
"focus-large": any;
|
|
2932
|
+
"focus-controls": any;
|
|
2933
|
+
"focus-controls-error": any;
|
|
2934
|
+
"focus-controls-success": any;
|
|
2923
2935
|
};
|
|
2924
2936
|
sizes: {
|
|
2925
2937
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-button",
|
|
3
|
-
"version": "3.1.37-colors.
|
|
3
|
+
"version": "3.1.37-colors.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/utils": "^3.13.0",
|
|
30
|
-
"@mirohq/design-system-base-button": "^0.4.37-colors.
|
|
31
|
-
"@mirohq/design-system-base-icon": "^0.1.22-colors.
|
|
32
|
-
"@mirohq/design-system-
|
|
33
|
-
"@mirohq/design-system-
|
|
34
|
-
"@mirohq/design-system-spinner": "^1.1.35-colors.
|
|
35
|
-
"@mirohq/design-system-styles": "^1.1.20-colors.1",
|
|
30
|
+
"@mirohq/design-system-base-button": "^0.4.37-colors.2",
|
|
31
|
+
"@mirohq/design-system-base-icon": "^0.1.22-colors.2",
|
|
32
|
+
"@mirohq/design-system-stitches": "^2.6.1-colors.2",
|
|
33
|
+
"@mirohq/design-system-styles": "^1.1.20-colors.2",
|
|
34
|
+
"@mirohq/design-system-spinner": "^1.1.35-colors.2",
|
|
36
35
|
"@mirohq/design-system-types": "^0.6.2",
|
|
36
|
+
"@mirohq/design-system-primitive": "^1.1.2",
|
|
37
37
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|