@mirohq/design-system-stitches 3.1.0 → 3.1.2-dummy.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/dist/types.d.ts +56 -48
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -137,6 +137,7 @@ declare const config: {
|
|
|
137
137
|
readonly 'gray-350': /*elided*/ any;
|
|
138
138
|
readonly 'gray-400': /*elided*/ any;
|
|
139
139
|
readonly 'gray-450': /*elided*/ any;
|
|
140
|
+
readonly 'gray-475': /*elided*/ any;
|
|
140
141
|
readonly 'gray-50': /*elided*/ any;
|
|
141
142
|
readonly 'gray-500': /*elided*/ any;
|
|
142
143
|
readonly 'gray-550': /*elided*/ any;
|
|
@@ -443,6 +444,12 @@ declare const config: {
|
|
|
443
444
|
"border-success-subtle": /*elided*/ any;
|
|
444
445
|
"border-warning": /*elided*/ any;
|
|
445
446
|
"border-warning-subtle": /*elided*/ any;
|
|
447
|
+
"button-background-primary": /*elided*/ any;
|
|
448
|
+
"button-background-primary-hover": /*elided*/ any;
|
|
449
|
+
"button-background-primary-pressed": /*elided*/ any;
|
|
450
|
+
"button-background-secondary": /*elided*/ any;
|
|
451
|
+
"button-background-secondary-hover": /*elided*/ any;
|
|
452
|
+
"button-background-secondary-pressed": /*elided*/ any;
|
|
446
453
|
"format-icon-diagram": /*elided*/ any;
|
|
447
454
|
"format-icon-docs": /*elided*/ any;
|
|
448
455
|
"format-icon-external": /*elided*/ any;
|
|
@@ -451,12 +458,6 @@ declare const config: {
|
|
|
451
458
|
"format-icon-slides": /*elided*/ any;
|
|
452
459
|
"format-icon-table": /*elided*/ any;
|
|
453
460
|
"format-icon-timeline": /*elided*/ any;
|
|
454
|
-
"button-background-primary": /*elided*/ any;
|
|
455
|
-
"button-background-primary-hover": /*elided*/ any;
|
|
456
|
-
"button-background-primary-pressed": /*elided*/ any;
|
|
457
|
-
"button-background-secondary": /*elided*/ any;
|
|
458
|
-
"button-background-secondary-hover": /*elided*/ any;
|
|
459
|
-
"button-background-secondary-pressed": /*elided*/ any;
|
|
460
461
|
"popup-background-static": /*elided*/ any;
|
|
461
462
|
"popup-text-static": /*elided*/ any;
|
|
462
463
|
"tooltip-background": /*elided*/ any;
|
|
@@ -1121,6 +1122,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1121
1122
|
readonly 'gray-350'?: string | number | boolean | undefined;
|
|
1122
1123
|
readonly 'gray-400'?: string | number | boolean | undefined;
|
|
1123
1124
|
readonly 'gray-450'?: string | number | boolean | undefined;
|
|
1125
|
+
readonly 'gray-475'?: string | number | boolean | undefined;
|
|
1124
1126
|
readonly 'gray-50'?: string | number | boolean | undefined;
|
|
1125
1127
|
readonly 'gray-500'?: string | number | boolean | undefined;
|
|
1126
1128
|
readonly 'gray-550'?: string | number | boolean | undefined;
|
|
@@ -1427,6 +1429,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1427
1429
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
1428
1430
|
"border-warning"?: string | number | boolean | undefined;
|
|
1429
1431
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
1432
|
+
"button-background-primary"?: string | number | boolean | undefined;
|
|
1433
|
+
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
1434
|
+
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
1435
|
+
"button-background-secondary"?: string | number | boolean | undefined;
|
|
1436
|
+
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
1437
|
+
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
1430
1438
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
1431
1439
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
1432
1440
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -1435,12 +1443,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1435
1443
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
1436
1444
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
1437
1445
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
1438
|
-
"button-background-primary"?: string | number | boolean | undefined;
|
|
1439
|
-
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
1440
|
-
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
1441
|
-
"button-background-secondary"?: string | number | boolean | undefined;
|
|
1442
|
-
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
1443
|
-
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
1444
1446
|
"popup-background-static"?: string | number | boolean | undefined;
|
|
1445
1447
|
"popup-text-static"?: string | number | boolean | undefined;
|
|
1446
1448
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
@@ -1951,6 +1953,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1951
1953
|
readonly 'gray-350'?: string | number | boolean | undefined;
|
|
1952
1954
|
readonly 'gray-400'?: string | number | boolean | undefined;
|
|
1953
1955
|
readonly 'gray-450'?: string | number | boolean | undefined;
|
|
1956
|
+
readonly 'gray-475'?: string | number | boolean | undefined;
|
|
1954
1957
|
readonly 'gray-50'?: string | number | boolean | undefined;
|
|
1955
1958
|
readonly 'gray-500'?: string | number | boolean | undefined;
|
|
1956
1959
|
readonly 'gray-550'?: string | number | boolean | undefined;
|
|
@@ -2257,6 +2260,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2257
2260
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
2258
2261
|
"border-warning"?: string | number | boolean | undefined;
|
|
2259
2262
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
2263
|
+
"button-background-primary"?: string | number | boolean | undefined;
|
|
2264
|
+
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
2265
|
+
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
2266
|
+
"button-background-secondary"?: string | number | boolean | undefined;
|
|
2267
|
+
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
2268
|
+
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
2260
2269
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
2261
2270
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
2262
2271
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -2265,12 +2274,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2265
2274
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
2266
2275
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
2267
2276
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
2268
|
-
"button-background-primary"?: string | number | boolean | undefined;
|
|
2269
|
-
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
2270
|
-
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
2271
|
-
"button-background-secondary"?: string | number | boolean | undefined;
|
|
2272
|
-
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
2273
|
-
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
2274
2277
|
"popup-background-static"?: string | number | boolean | undefined;
|
|
2275
2278
|
"popup-text-static"?: string | number | boolean | undefined;
|
|
2276
2279
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
@@ -2787,6 +2790,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
2787
2790
|
readonly 'gray-350': /*elided*/ any;
|
|
2788
2791
|
readonly 'gray-400': /*elided*/ any;
|
|
2789
2792
|
readonly 'gray-450': /*elided*/ any;
|
|
2793
|
+
readonly 'gray-475': /*elided*/ any;
|
|
2790
2794
|
readonly 'gray-50': /*elided*/ any;
|
|
2791
2795
|
readonly 'gray-500': /*elided*/ any;
|
|
2792
2796
|
readonly 'gray-550': /*elided*/ any;
|
|
@@ -3093,6 +3097,12 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
3093
3097
|
"border-success-subtle": /*elided*/ any;
|
|
3094
3098
|
"border-warning": /*elided*/ any;
|
|
3095
3099
|
"border-warning-subtle": /*elided*/ any;
|
|
3100
|
+
"button-background-primary": /*elided*/ any;
|
|
3101
|
+
"button-background-primary-hover": /*elided*/ any;
|
|
3102
|
+
"button-background-primary-pressed": /*elided*/ any;
|
|
3103
|
+
"button-background-secondary": /*elided*/ any;
|
|
3104
|
+
"button-background-secondary-hover": /*elided*/ any;
|
|
3105
|
+
"button-background-secondary-pressed": /*elided*/ any;
|
|
3096
3106
|
"format-icon-diagram": /*elided*/ any;
|
|
3097
3107
|
"format-icon-docs": /*elided*/ any;
|
|
3098
3108
|
"format-icon-external": /*elided*/ any;
|
|
@@ -3101,12 +3111,6 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
3101
3111
|
"format-icon-slides": /*elided*/ any;
|
|
3102
3112
|
"format-icon-table": /*elided*/ any;
|
|
3103
3113
|
"format-icon-timeline": /*elided*/ any;
|
|
3104
|
-
"button-background-primary": /*elided*/ any;
|
|
3105
|
-
"button-background-primary-hover": /*elided*/ any;
|
|
3106
|
-
"button-background-primary-pressed": /*elided*/ any;
|
|
3107
|
-
"button-background-secondary": /*elided*/ any;
|
|
3108
|
-
"button-background-secondary-hover": /*elided*/ any;
|
|
3109
|
-
"button-background-secondary-pressed": /*elided*/ any;
|
|
3110
3114
|
"popup-background-static": /*elided*/ any;
|
|
3111
3115
|
"popup-text-static": /*elided*/ any;
|
|
3112
3116
|
"tooltip-background": /*elided*/ any;
|
|
@@ -3786,6 +3790,7 @@ declare const globalCss: <Styles extends {
|
|
|
3786
3790
|
readonly 'gray-350': /*elided*/ any;
|
|
3787
3791
|
readonly 'gray-400': /*elided*/ any;
|
|
3788
3792
|
readonly 'gray-450': /*elided*/ any;
|
|
3793
|
+
readonly 'gray-475': /*elided*/ any;
|
|
3789
3794
|
readonly 'gray-50': /*elided*/ any;
|
|
3790
3795
|
readonly 'gray-500': /*elided*/ any;
|
|
3791
3796
|
readonly 'gray-550': /*elided*/ any;
|
|
@@ -4092,6 +4097,12 @@ declare const globalCss: <Styles extends {
|
|
|
4092
4097
|
"border-success-subtle": /*elided*/ any;
|
|
4093
4098
|
"border-warning": /*elided*/ any;
|
|
4094
4099
|
"border-warning-subtle": /*elided*/ any;
|
|
4100
|
+
"button-background-primary": /*elided*/ any;
|
|
4101
|
+
"button-background-primary-hover": /*elided*/ any;
|
|
4102
|
+
"button-background-primary-pressed": /*elided*/ any;
|
|
4103
|
+
"button-background-secondary": /*elided*/ any;
|
|
4104
|
+
"button-background-secondary-hover": /*elided*/ any;
|
|
4105
|
+
"button-background-secondary-pressed": /*elided*/ any;
|
|
4095
4106
|
"format-icon-diagram": /*elided*/ any;
|
|
4096
4107
|
"format-icon-docs": /*elided*/ any;
|
|
4097
4108
|
"format-icon-external": /*elided*/ any;
|
|
@@ -4100,12 +4111,6 @@ declare const globalCss: <Styles extends {
|
|
|
4100
4111
|
"format-icon-slides": /*elided*/ any;
|
|
4101
4112
|
"format-icon-table": /*elided*/ any;
|
|
4102
4113
|
"format-icon-timeline": /*elided*/ any;
|
|
4103
|
-
"button-background-primary": /*elided*/ any;
|
|
4104
|
-
"button-background-primary-hover": /*elided*/ any;
|
|
4105
|
-
"button-background-primary-pressed": /*elided*/ any;
|
|
4106
|
-
"button-background-secondary": /*elided*/ any;
|
|
4107
|
-
"button-background-secondary-hover": /*elided*/ any;
|
|
4108
|
-
"button-background-secondary-pressed": /*elided*/ any;
|
|
4109
4114
|
"popup-background-static": /*elided*/ any;
|
|
4110
4115
|
"popup-text-static": /*elided*/ any;
|
|
4111
4116
|
"tooltip-background": /*elided*/ any;
|
|
@@ -4767,6 +4772,7 @@ declare const globalCss: <Styles extends {
|
|
|
4767
4772
|
readonly 'gray-350': /*elided*/ any;
|
|
4768
4773
|
readonly 'gray-400': /*elided*/ any;
|
|
4769
4774
|
readonly 'gray-450': /*elided*/ any;
|
|
4775
|
+
readonly 'gray-475': /*elided*/ any;
|
|
4770
4776
|
readonly 'gray-50': /*elided*/ any;
|
|
4771
4777
|
readonly 'gray-500': /*elided*/ any;
|
|
4772
4778
|
readonly 'gray-550': /*elided*/ any;
|
|
@@ -5073,6 +5079,12 @@ declare const globalCss: <Styles extends {
|
|
|
5073
5079
|
"border-success-subtle": /*elided*/ any;
|
|
5074
5080
|
"border-warning": /*elided*/ any;
|
|
5075
5081
|
"border-warning-subtle": /*elided*/ any;
|
|
5082
|
+
"button-background-primary": /*elided*/ any;
|
|
5083
|
+
"button-background-primary-hover": /*elided*/ any;
|
|
5084
|
+
"button-background-primary-pressed": /*elided*/ any;
|
|
5085
|
+
"button-background-secondary": /*elided*/ any;
|
|
5086
|
+
"button-background-secondary-hover": /*elided*/ any;
|
|
5087
|
+
"button-background-secondary-pressed": /*elided*/ any;
|
|
5076
5088
|
"format-icon-diagram": /*elided*/ any;
|
|
5077
5089
|
"format-icon-docs": /*elided*/ any;
|
|
5078
5090
|
"format-icon-external": /*elided*/ any;
|
|
@@ -5081,12 +5093,6 @@ declare const globalCss: <Styles extends {
|
|
|
5081
5093
|
"format-icon-slides": /*elided*/ any;
|
|
5082
5094
|
"format-icon-table": /*elided*/ any;
|
|
5083
5095
|
"format-icon-timeline": /*elided*/ any;
|
|
5084
|
-
"button-background-primary": /*elided*/ any;
|
|
5085
|
-
"button-background-primary-hover": /*elided*/ any;
|
|
5086
|
-
"button-background-primary-pressed": /*elided*/ any;
|
|
5087
|
-
"button-background-secondary": /*elided*/ any;
|
|
5088
|
-
"button-background-secondary-hover": /*elided*/ any;
|
|
5089
|
-
"button-background-secondary-pressed": /*elided*/ any;
|
|
5090
5096
|
"popup-background-static": /*elided*/ any;
|
|
5091
5097
|
"popup-text-static": /*elided*/ any;
|
|
5092
5098
|
"tooltip-background": /*elided*/ any;
|
|
@@ -5751,6 +5757,7 @@ declare const keyframes: (style: {
|
|
|
5751
5757
|
readonly 'gray-350': /*elided*/ any;
|
|
5752
5758
|
readonly 'gray-400': /*elided*/ any;
|
|
5753
5759
|
readonly 'gray-450': /*elided*/ any;
|
|
5760
|
+
readonly 'gray-475': /*elided*/ any;
|
|
5754
5761
|
readonly 'gray-50': /*elided*/ any;
|
|
5755
5762
|
readonly 'gray-500': /*elided*/ any;
|
|
5756
5763
|
readonly 'gray-550': /*elided*/ any;
|
|
@@ -6057,6 +6064,12 @@ declare const keyframes: (style: {
|
|
|
6057
6064
|
"border-success-subtle": /*elided*/ any;
|
|
6058
6065
|
"border-warning": /*elided*/ any;
|
|
6059
6066
|
"border-warning-subtle": /*elided*/ any;
|
|
6067
|
+
"button-background-primary": /*elided*/ any;
|
|
6068
|
+
"button-background-primary-hover": /*elided*/ any;
|
|
6069
|
+
"button-background-primary-pressed": /*elided*/ any;
|
|
6070
|
+
"button-background-secondary": /*elided*/ any;
|
|
6071
|
+
"button-background-secondary-hover": /*elided*/ any;
|
|
6072
|
+
"button-background-secondary-pressed": /*elided*/ any;
|
|
6060
6073
|
"format-icon-diagram": /*elided*/ any;
|
|
6061
6074
|
"format-icon-docs": /*elided*/ any;
|
|
6062
6075
|
"format-icon-external": /*elided*/ any;
|
|
@@ -6065,12 +6078,6 @@ declare const keyframes: (style: {
|
|
|
6065
6078
|
"format-icon-slides": /*elided*/ any;
|
|
6066
6079
|
"format-icon-table": /*elided*/ any;
|
|
6067
6080
|
"format-icon-timeline": /*elided*/ any;
|
|
6068
|
-
"button-background-primary": /*elided*/ any;
|
|
6069
|
-
"button-background-primary-hover": /*elided*/ any;
|
|
6070
|
-
"button-background-primary-pressed": /*elided*/ any;
|
|
6071
|
-
"button-background-secondary": /*elided*/ any;
|
|
6072
|
-
"button-background-secondary-hover": /*elided*/ any;
|
|
6073
|
-
"button-background-secondary-pressed": /*elided*/ any;
|
|
6074
6081
|
"popup-background-static": /*elided*/ any;
|
|
6075
6082
|
"popup-text-static": /*elided*/ any;
|
|
6076
6083
|
"tooltip-background": /*elided*/ any;
|
|
@@ -6903,6 +6910,7 @@ declare const theme: {
|
|
|
6903
6910
|
readonly 'gray-350': "#AEB2C0";
|
|
6904
6911
|
readonly 'gray-400': "#959AAC";
|
|
6905
6912
|
readonly 'gray-450': "#7D8297";
|
|
6913
|
+
readonly 'gray-475': "#6F7489";
|
|
6906
6914
|
readonly 'gray-50': "#FAFAFC";
|
|
6907
6915
|
readonly 'gray-500': "#656B81";
|
|
6908
6916
|
readonly 'gray-550': "#5D6376";
|
|
@@ -7210,6 +7218,12 @@ declare const theme: {
|
|
|
7210
7218
|
"border-success-subtle": _mirohq_design_system_themes.Color;
|
|
7211
7219
|
"border-warning": _mirohq_design_system_themes.Color;
|
|
7212
7220
|
"border-warning-subtle": _mirohq_design_system_themes.Color;
|
|
7221
|
+
"button-background-primary": _mirohq_design_system_themes.Color;
|
|
7222
|
+
"button-background-primary-hover": _mirohq_design_system_themes.Color;
|
|
7223
|
+
"button-background-primary-pressed": _mirohq_design_system_themes.Color;
|
|
7224
|
+
"button-background-secondary": _mirohq_design_system_themes.Color;
|
|
7225
|
+
"button-background-secondary-hover": _mirohq_design_system_themes.Color;
|
|
7226
|
+
"button-background-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
7213
7227
|
"format-icon-diagram": _mirohq_design_system_themes.Color;
|
|
7214
7228
|
"format-icon-docs": _mirohq_design_system_themes.Color;
|
|
7215
7229
|
"format-icon-external": _mirohq_design_system_themes.Color;
|
|
@@ -7218,12 +7232,6 @@ declare const theme: {
|
|
|
7218
7232
|
"format-icon-slides": _mirohq_design_system_themes.Color;
|
|
7219
7233
|
"format-icon-table": _mirohq_design_system_themes.Color;
|
|
7220
7234
|
"format-icon-timeline": _mirohq_design_system_themes.Color;
|
|
7221
|
-
"button-background-primary": _mirohq_design_system_themes.Color;
|
|
7222
|
-
"button-background-primary-hover": _mirohq_design_system_themes.Color;
|
|
7223
|
-
"button-background-primary-pressed": _mirohq_design_system_themes.Color;
|
|
7224
|
-
"button-background-secondary": _mirohq_design_system_themes.Color;
|
|
7225
|
-
"button-background-secondary-hover": _mirohq_design_system_themes.Color;
|
|
7226
|
-
"button-background-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
7227
7235
|
"popup-background-static": _mirohq_design_system_themes.Color;
|
|
7228
7236
|
"popup-text-static": _mirohq_design_system_themes.Color;
|
|
7229
7237
|
"tooltip-background": _mirohq_design_system_themes.Color;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "3.1.0",
|
|
3
|
+
"version": "3.1.2-dummy.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-
|
|
32
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-system-themes": "^1.1.2-dummy.0",
|
|
31
|
+
"@mirohq/design-system-types": "^1.0.1-dummy.0",
|
|
32
|
+
"@mirohq/design-tokens": "^7.0.2-dummy.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|