@mirohq/design-system-stitches 2.6.18 → 2.6.19
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 +24 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -254,6 +254,9 @@ declare const config: {
|
|
|
254
254
|
"button-background-secondary"?: any;
|
|
255
255
|
"button-background-secondary-hover"?: any;
|
|
256
256
|
"button-background-secondary-pressed"?: any;
|
|
257
|
+
"popup-background-static"?: any;
|
|
258
|
+
"popup-text-static"?: any;
|
|
259
|
+
"tooltip-background"?: any;
|
|
257
260
|
"icon-danger"?: any;
|
|
258
261
|
"icon-danger-active"?: any;
|
|
259
262
|
"icon-danger-hover"?: any;
|
|
@@ -846,6 +849,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
846
849
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
847
850
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
848
851
|
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
852
|
+
"popup-background-static"?: string | number | boolean | undefined;
|
|
853
|
+
"popup-text-static"?: string | number | boolean | undefined;
|
|
854
|
+
"tooltip-background"?: string | number | boolean | undefined;
|
|
849
855
|
"icon-danger"?: string | number | boolean | undefined;
|
|
850
856
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
851
857
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -1254,6 +1260,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1254
1260
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
1255
1261
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
1256
1262
|
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
1263
|
+
"popup-background-static"?: string | number | boolean | undefined;
|
|
1264
|
+
"popup-text-static"?: string | number | boolean | undefined;
|
|
1265
|
+
"tooltip-background"?: string | number | boolean | undefined;
|
|
1257
1266
|
"icon-danger"?: string | number | boolean | undefined;
|
|
1258
1267
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
1259
1268
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -1668,6 +1677,9 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1668
1677
|
"button-background-secondary"?: any;
|
|
1669
1678
|
"button-background-secondary-hover"?: any;
|
|
1670
1679
|
"button-background-secondary-pressed"?: any;
|
|
1680
|
+
"popup-background-static"?: any;
|
|
1681
|
+
"popup-text-static"?: any;
|
|
1682
|
+
"tooltip-background"?: any;
|
|
1671
1683
|
"icon-danger"?: any;
|
|
1672
1684
|
"icon-danger-active"?: any;
|
|
1673
1685
|
"icon-danger-hover"?: any;
|
|
@@ -2275,6 +2287,9 @@ declare const globalCss: <Styles extends {
|
|
|
2275
2287
|
"button-background-secondary"?: any;
|
|
2276
2288
|
"button-background-secondary-hover"?: any;
|
|
2277
2289
|
"button-background-secondary-pressed"?: any;
|
|
2290
|
+
"popup-background-static"?: any;
|
|
2291
|
+
"popup-text-static"?: any;
|
|
2292
|
+
"tooltip-background"?: any;
|
|
2278
2293
|
"icon-danger"?: any;
|
|
2279
2294
|
"icon-danger-active"?: any;
|
|
2280
2295
|
"icon-danger-hover"?: any;
|
|
@@ -2864,6 +2879,9 @@ declare const globalCss: <Styles extends {
|
|
|
2864
2879
|
"button-background-secondary"?: any;
|
|
2865
2880
|
"button-background-secondary-hover"?: any;
|
|
2866
2881
|
"button-background-secondary-pressed"?: any;
|
|
2882
|
+
"popup-background-static"?: any;
|
|
2883
|
+
"popup-text-static"?: any;
|
|
2884
|
+
"tooltip-background"?: any;
|
|
2867
2885
|
"icon-danger"?: any;
|
|
2868
2886
|
"icon-danger-active"?: any;
|
|
2869
2887
|
"icon-danger-hover"?: any;
|
|
@@ -3454,6 +3472,9 @@ declare const keyframes: (style: {
|
|
|
3454
3472
|
"button-background-secondary"?: any;
|
|
3455
3473
|
"button-background-secondary-hover"?: any;
|
|
3456
3474
|
"button-background-secondary-pressed"?: any;
|
|
3475
|
+
"popup-background-static"?: any;
|
|
3476
|
+
"popup-text-static"?: any;
|
|
3477
|
+
"tooltip-background"?: any;
|
|
3457
3478
|
"icon-danger"?: any;
|
|
3458
3479
|
"icon-danger-active"?: any;
|
|
3459
3480
|
"icon-danger-hover"?: any;
|
|
@@ -4213,6 +4234,9 @@ declare const theme: {
|
|
|
4213
4234
|
"button-background-secondary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4214
4235
|
"button-background-secondary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4215
4236
|
"button-background-secondary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4237
|
+
"popup-background-static"?: _mirohq_design_system_themes.Color | undefined;
|
|
4238
|
+
"popup-text-static"?: _mirohq_design_system_themes.Color | undefined;
|
|
4239
|
+
"tooltip-background"?: _mirohq_design_system_themes.Color | undefined;
|
|
4216
4240
|
"icon-danger"?: _mirohq_design_system_themes.Color | undefined;
|
|
4217
4241
|
"icon-danger-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4218
4242
|
"icon-danger-hover"?: _mirohq_design_system_themes.Color | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^0.8.
|
|
30
|
+
"@mirohq/design-system-themes": "^0.8.5",
|
|
31
31
|
"@mirohq/design-system-types": "^0.10.0",
|
|
32
32
|
"@mirohq/design-tokens": "^6.1.1"
|
|
33
33
|
},
|