@mirohq/design-system-stitches 3.3.14 → 3.3.16
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 +3 -3
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;
|
|
@@ -7109,6 +7111,7 @@ declare const config: {
|
|
|
7109
7111
|
readonly 300: "1.5rem";
|
|
7110
7112
|
readonly 350: "1.75rem";
|
|
7111
7113
|
readonly 400: "2rem";
|
|
7114
|
+
readonly 450: "2.25rem";
|
|
7112
7115
|
readonly 500: "2.5rem";
|
|
7113
7116
|
readonly 600: "3rem";
|
|
7114
7117
|
readonly 700: "3.5rem";
|
|
@@ -7755,7 +7758,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7755
7758
|
"background-interactive-secondary-selected"?: string | number | boolean | undefined;
|
|
7756
7759
|
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
7757
7760
|
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
7761
|
+
"background-interactive-surface-pressed"?: string | number | boolean | undefined;
|
|
7758
7762
|
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
7763
|
+
"background-interactive-surface-secondary-pressed"?: string | number | boolean | undefined;
|
|
7759
7764
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
7760
7765
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
7761
7766
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -8333,6 +8338,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8333
8338
|
readonly 300?: string | number | boolean | undefined;
|
|
8334
8339
|
readonly 350?: string | number | boolean | undefined;
|
|
8335
8340
|
readonly 400?: string | number | boolean | undefined;
|
|
8341
|
+
readonly 450?: string | number | boolean | undefined;
|
|
8336
8342
|
readonly 500?: string | number | boolean | undefined;
|
|
8337
8343
|
readonly 600?: string | number | boolean | undefined;
|
|
8338
8344
|
readonly 700?: string | number | boolean | undefined;
|
|
@@ -8824,7 +8830,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8824
8830
|
"background-interactive-secondary-selected"?: string | number | boolean | undefined;
|
|
8825
8831
|
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
8826
8832
|
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
8833
|
+
"background-interactive-surface-pressed"?: string | number | boolean | undefined;
|
|
8827
8834
|
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
8835
|
+
"background-interactive-surface-secondary-pressed"?: string | number | boolean | undefined;
|
|
8828
8836
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
8829
8837
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
8830
8838
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -9402,6 +9410,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
9402
9410
|
readonly 300?: string | number | boolean | undefined;
|
|
9403
9411
|
readonly 350?: string | number | boolean | undefined;
|
|
9404
9412
|
readonly 400?: string | number | boolean | undefined;
|
|
9413
|
+
readonly 450?: string | number | boolean | undefined;
|
|
9405
9414
|
readonly 500?: string | number | boolean | undefined;
|
|
9406
9415
|
readonly 600?: string | number | boolean | undefined;
|
|
9407
9416
|
readonly 700?: string | number | boolean | undefined;
|
|
@@ -9899,7 +9908,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9899
9908
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
9900
9909
|
"background-interactive-selected": /*elided*/ any;
|
|
9901
9910
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
9911
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
9902
9912
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
9913
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
9903
9914
|
"background-neutrals": /*elided*/ any;
|
|
9904
9915
|
"background-neutrals-active": /*elided*/ any;
|
|
9905
9916
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -10477,6 +10488,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10477
10488
|
readonly 300: "1.5rem";
|
|
10478
10489
|
readonly 350: "1.75rem";
|
|
10479
10490
|
readonly 400: "2rem";
|
|
10491
|
+
readonly 450: "2.25rem";
|
|
10480
10492
|
readonly 500: "2.5rem";
|
|
10481
10493
|
readonly 600: "3rem";
|
|
10482
10494
|
readonly 700: "3.5rem";
|
|
@@ -11138,7 +11150,9 @@ declare const globalCss: <Styles extends {
|
|
|
11138
11150
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
11139
11151
|
"background-interactive-selected": /*elided*/ any;
|
|
11140
11152
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
11153
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
11141
11154
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
11155
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
11142
11156
|
"background-neutrals": /*elided*/ any;
|
|
11143
11157
|
"background-neutrals-active": /*elided*/ any;
|
|
11144
11158
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -11716,6 +11730,7 @@ declare const globalCss: <Styles extends {
|
|
|
11716
11730
|
readonly 300: "1.5rem";
|
|
11717
11731
|
readonly 350: "1.75rem";
|
|
11718
11732
|
readonly 400: "2rem";
|
|
11733
|
+
readonly 450: "2.25rem";
|
|
11719
11734
|
readonly 500: "2.5rem";
|
|
11720
11735
|
readonly 600: "3rem";
|
|
11721
11736
|
readonly 700: "3.5rem";
|
|
@@ -12359,7 +12374,9 @@ declare const globalCss: <Styles extends {
|
|
|
12359
12374
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
12360
12375
|
"background-interactive-selected": /*elided*/ any;
|
|
12361
12376
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
12377
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
12362
12378
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
12379
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
12363
12380
|
"background-neutrals": /*elided*/ any;
|
|
12364
12381
|
"background-neutrals-active": /*elided*/ any;
|
|
12365
12382
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -12937,6 +12954,7 @@ declare const globalCss: <Styles extends {
|
|
|
12937
12954
|
readonly 300: "1.5rem";
|
|
12938
12955
|
readonly 350: "1.75rem";
|
|
12939
12956
|
readonly 400: "2rem";
|
|
12957
|
+
readonly 450: "2.25rem";
|
|
12940
12958
|
readonly 500: "2.5rem";
|
|
12941
12959
|
readonly 600: "3rem";
|
|
12942
12960
|
readonly 700: "3.5rem";
|
|
@@ -13583,7 +13601,9 @@ declare const keyframes: (style: {
|
|
|
13583
13601
|
"background-interactive-secondary-selected": /*elided*/ any;
|
|
13584
13602
|
"background-interactive-selected": /*elided*/ any;
|
|
13585
13603
|
"background-interactive-surface-hover": /*elided*/ any;
|
|
13604
|
+
"background-interactive-surface-pressed": /*elided*/ any;
|
|
13586
13605
|
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
13606
|
+
"background-interactive-surface-secondary-pressed": /*elided*/ any;
|
|
13587
13607
|
"background-neutrals": /*elided*/ any;
|
|
13588
13608
|
"background-neutrals-active": /*elided*/ any;
|
|
13589
13609
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -14161,6 +14181,7 @@ declare const keyframes: (style: {
|
|
|
14161
14181
|
readonly 300: "1.5rem";
|
|
14162
14182
|
readonly 350: "1.75rem";
|
|
14163
14183
|
readonly 400: "2rem";
|
|
14184
|
+
readonly 450: "2.25rem";
|
|
14164
14185
|
readonly 500: "2.5rem";
|
|
14165
14186
|
readonly 600: "3rem";
|
|
14166
14187
|
readonly 700: "3.5rem";
|
|
@@ -14977,7 +14998,9 @@ declare const theme: {
|
|
|
14977
14998
|
"background-interactive-secondary-selected": _mirohq_design_system_themes.Color;
|
|
14978
14999
|
"background-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14979
15000
|
"background-interactive-surface-hover": _mirohq_design_system_themes.Color;
|
|
15001
|
+
"background-interactive-surface-pressed": _mirohq_design_system_themes.Color;
|
|
14980
15002
|
"background-interactive-surface-secondary-hover": _mirohq_design_system_themes.Color;
|
|
15003
|
+
"background-interactive-surface-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14981
15004
|
"background-neutrals": _mirohq_design_system_themes.Color;
|
|
14982
15005
|
"background-neutrals-active": _mirohq_design_system_themes.Color;
|
|
14983
15006
|
"background-neutrals-container": _mirohq_design_system_themes.Color;
|
|
@@ -15555,6 +15578,7 @@ declare const theme: {
|
|
|
15555
15578
|
readonly 300: "1.5rem";
|
|
15556
15579
|
readonly 350: "1.75rem";
|
|
15557
15580
|
readonly 400: "2rem";
|
|
15581
|
+
readonly 450: "2.25rem";
|
|
15558
15582
|
readonly 500: "2.5rem";
|
|
15559
15583
|
readonly 600: "3rem";
|
|
15560
15584
|
readonly 700: "3.5rem";
|
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.16",
|
|
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-themes": "^1.3.13",
|
|
30
31
|
"@mirohq/design-system-types": "^1.0.3",
|
|
31
|
-
"@mirohq/design-tokens": "^11.
|
|
32
|
-
"@mirohq/design-system-themes": "^1.3.11"
|
|
32
|
+
"@mirohq/design-tokens": "^11.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|