@mirohq/design-system-stitches 3.3.13 → 3.3.15
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 +16 -0
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -6531,7 +6531,9 @@ declare const config: {
|
|
|
6531
6531
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
6532
6532
|
"background-interactive-selected": /*elided*/ any;
|
|
6533
6533
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
6534
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
6534
6535
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
6536
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
6535
6537
|
"background-neutrals": /*elided*/ any;
|
|
6536
6538
|
"background-neutrals-active": /*elided*/ any;
|
|
6537
6539
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -7755,7 +7757,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7755
7757
|
"background-interactive-secondary-selected"?: string | number | boolean | undefined;
|
|
7756
7758
|
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
7757
7759
|
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
7760
|
+
"background-interactive-surface-pressed"?: string | number | boolean | undefined;
|
|
7758
7761
|
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
7762
|
+
"background-interactive-surface-secondary-pressed"?: string | number | boolean | undefined;
|
|
7759
7763
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
7760
7764
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
7761
7765
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -8824,7 +8828,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8824
8828
|
"background-interactive-secondary-selected"?: string | number | boolean | undefined;
|
|
8825
8829
|
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
8826
8830
|
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
8831
|
+
"background-interactive-surface-pressed"?: string | number | boolean | undefined;
|
|
8827
8832
|
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
8833
|
+
"background-interactive-surface-secondary-pressed"?: string | number | boolean | undefined;
|
|
8828
8834
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
8829
8835
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
8830
8836
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -9899,7 +9905,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9899
9905
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
9900
9906
|
"background-interactive-selected": /*elided*/ any;
|
|
9901
9907
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
9908
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
9902
9909
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
9910
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
9903
9911
|
"background-neutrals": /*elided*/ any;
|
|
9904
9912
|
"background-neutrals-active": /*elided*/ any;
|
|
9905
9913
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -11138,7 +11146,9 @@ declare const globalCss: <Styles extends {
|
|
|
11138
11146
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
11139
11147
|
"background-interactive-selected": /*elided*/ any;
|
|
11140
11148
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
11149
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
11141
11150
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
11151
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
11142
11152
|
"background-neutrals": /*elided*/ any;
|
|
11143
11153
|
"background-neutrals-active": /*elided*/ any;
|
|
11144
11154
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -12359,7 +12369,9 @@ declare const globalCss: <Styles extends {
|
|
|
12359
12369
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
12360
12370
|
"background-interactive-selected": /*elided*/ any;
|
|
12361
12371
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
12372
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
12362
12373
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
12374
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
12363
12375
|
"background-neutrals": /*elided*/ any;
|
|
12364
12376
|
"background-neutrals-active": /*elided*/ any;
|
|
12365
12377
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -13583,7 +13595,9 @@ declare const keyframes: (style: {
|
|
|
13583
13595
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
13584
13596
|
"background-interactive-selected": /*elided*/ any;
|
|
13585
13597
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
13598
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
13586
13599
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
13600
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
13587
13601
|
"background-neutrals": /*elided*/ any;
|
|
13588
13602
|
"background-neutrals-active": /*elided*/ any;
|
|
13589
13603
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -14977,7 +14991,9 @@ declare const theme: {
|
|
|
14977
14991
|
"background-interactive-secondary-selected": _mirohq_design_system_themes.Color;
|
|
14978
14992
|
"background-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14979
14993
|
"background-interactive-surface-hover": _mirohq_design_system_themes.Color;
|
|
14994
|
+
"background-interactive-surface-pressed": _mirohq_design_system_themes.Color;
|
|
14980
14995
|
"background-interactive-surface-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14996
|
+
"background-interactive-surface-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14981
14997
|
"background-neutrals": _mirohq_design_system_themes.Color;
|
|
14982
14998
|
"background-neutrals-active": _mirohq_design_system_themes.Color;
|
|
14983
14999
|
"background-neutrals-container": _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.3.
|
|
3
|
+
"version": "3.3.15",
|
|
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-types": "^1.0.3",
|
|
31
|
+
"@mirohq/design-system-themes": "^1.3.12",
|
|
32
|
+
"@mirohq/design-tokens": "^11.1.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|