@mirohq/design-system-stitches 3.3.23 → 3.3.25
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 +30 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -6745,6 +6745,9 @@ declare const config: {
|
|
|
6745
6745
|
"switch-background-hover": /*elided*/ any;
|
|
6746
6746
|
"switch-control-background": /*elided*/ any;
|
|
6747
6747
|
"tab-background-selected": /*elided*/ any;
|
|
6748
|
+
"toolbar-item-background-hover": /*elided*/ any;
|
|
6749
|
+
"toolbar-item-background-pressed": /*elided*/ any;
|
|
6750
|
+
"toolbar-item-background-selected": /*elided*/ any;
|
|
6748
6751
|
"tooltip-background": /*elided*/ any;
|
|
6749
6752
|
"tooltip-background-inset": /*elided*/ any;
|
|
6750
6753
|
"icon-danger": /*elided*/ any;
|
|
@@ -7155,7 +7158,7 @@ declare const config: {
|
|
|
7155
7158
|
fonts: {
|
|
7156
7159
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7157
7160
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7158
|
-
readonly display: "'Apris
|
|
7161
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7159
7162
|
};
|
|
7160
7163
|
radii: {
|
|
7161
7164
|
readonly 0: "0px";
|
|
@@ -7989,6 +7992,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7989
7992
|
"switch-background-hover"?: string | number | boolean | undefined;
|
|
7990
7993
|
"switch-control-background"?: string | number | boolean | undefined;
|
|
7991
7994
|
"tab-background-selected"?: string | number | boolean | undefined;
|
|
7995
|
+
"toolbar-item-background-hover"?: string | number | boolean | undefined;
|
|
7996
|
+
"toolbar-item-background-pressed"?: string | number | boolean | undefined;
|
|
7997
|
+
"toolbar-item-background-selected"?: string | number | boolean | undefined;
|
|
7992
7998
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
7993
7999
|
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
7994
8000
|
"icon-danger"?: string | number | boolean | undefined;
|
|
@@ -9078,6 +9084,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
9078
9084
|
"switch-background-hover"?: string | number | boolean | undefined;
|
|
9079
9085
|
"switch-control-background"?: string | number | boolean | undefined;
|
|
9080
9086
|
"tab-background-selected"?: string | number | boolean | undefined;
|
|
9087
|
+
"toolbar-item-background-hover"?: string | number | boolean | undefined;
|
|
9088
|
+
"toolbar-item-background-pressed"?: string | number | boolean | undefined;
|
|
9089
|
+
"toolbar-item-background-selected"?: string | number | boolean | undefined;
|
|
9081
9090
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
9082
9091
|
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
9083
9092
|
"icon-danger"?: string | number | boolean | undefined;
|
|
@@ -10173,6 +10182,9 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10173
10182
|
"switch-background-hover": /*elided*/ any;
|
|
10174
10183
|
"switch-control-background": /*elided*/ any;
|
|
10175
10184
|
"tab-background-selected": /*elided*/ any;
|
|
10185
|
+
"toolbar-item-background-hover": /*elided*/ any;
|
|
10186
|
+
"toolbar-item-background-pressed": /*elided*/ any;
|
|
10187
|
+
"toolbar-item-background-selected": /*elided*/ any;
|
|
10176
10188
|
"tooltip-background": /*elided*/ any;
|
|
10177
10189
|
"tooltip-background-inset": /*elided*/ any;
|
|
10178
10190
|
"icon-danger": /*elided*/ any;
|
|
@@ -10583,7 +10595,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10583
10595
|
fonts: {
|
|
10584
10596
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10585
10597
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10586
|
-
readonly display: "'Apris
|
|
10598
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10587
10599
|
};
|
|
10588
10600
|
radii: {
|
|
10589
10601
|
readonly 0: "0px";
|
|
@@ -11432,6 +11444,9 @@ declare const globalCss: <Styles extends {
|
|
|
11432
11444
|
"switch-background-hover": /*elided*/ any;
|
|
11433
11445
|
"switch-control-background": /*elided*/ any;
|
|
11434
11446
|
"tab-background-selected": /*elided*/ any;
|
|
11447
|
+
"toolbar-item-background-hover": /*elided*/ any;
|
|
11448
|
+
"toolbar-item-background-pressed": /*elided*/ any;
|
|
11449
|
+
"toolbar-item-background-selected": /*elided*/ any;
|
|
11435
11450
|
"tooltip-background": /*elided*/ any;
|
|
11436
11451
|
"tooltip-background-inset": /*elided*/ any;
|
|
11437
11452
|
"icon-danger": /*elided*/ any;
|
|
@@ -11842,7 +11857,7 @@ declare const globalCss: <Styles extends {
|
|
|
11842
11857
|
fonts: {
|
|
11843
11858
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11844
11859
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11845
|
-
readonly display: "'Apris
|
|
11860
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11846
11861
|
};
|
|
11847
11862
|
radii: {
|
|
11848
11863
|
readonly 0: "0px";
|
|
@@ -12673,6 +12688,9 @@ declare const globalCss: <Styles extends {
|
|
|
12673
12688
|
"switch-background-hover": /*elided*/ any;
|
|
12674
12689
|
"switch-control-background": /*elided*/ any;
|
|
12675
12690
|
"tab-background-selected": /*elided*/ any;
|
|
12691
|
+
"toolbar-item-background-hover": /*elided*/ any;
|
|
12692
|
+
"toolbar-item-background-pressed": /*elided*/ any;
|
|
12693
|
+
"toolbar-item-background-selected": /*elided*/ any;
|
|
12676
12694
|
"tooltip-background": /*elided*/ any;
|
|
12677
12695
|
"tooltip-background-inset": /*elided*/ any;
|
|
12678
12696
|
"icon-danger": /*elided*/ any;
|
|
@@ -13083,7 +13101,7 @@ declare const globalCss: <Styles extends {
|
|
|
13083
13101
|
fonts: {
|
|
13084
13102
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13085
13103
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13086
|
-
readonly display: "'Apris
|
|
13104
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13087
13105
|
};
|
|
13088
13106
|
radii: {
|
|
13089
13107
|
readonly 0: "0px";
|
|
@@ -13917,6 +13935,9 @@ declare const keyframes: (style: {
|
|
|
13917
13935
|
"switch-background-hover": /*elided*/ any;
|
|
13918
13936
|
"switch-control-background": /*elided*/ any;
|
|
13919
13937
|
"tab-background-selected": /*elided*/ any;
|
|
13938
|
+
"toolbar-item-background-hover": /*elided*/ any;
|
|
13939
|
+
"toolbar-item-background-pressed": /*elided*/ any;
|
|
13940
|
+
"toolbar-item-background-selected": /*elided*/ any;
|
|
13920
13941
|
"tooltip-background": /*elided*/ any;
|
|
13921
13942
|
"tooltip-background-inset": /*elided*/ any;
|
|
13922
13943
|
"icon-danger": /*elided*/ any;
|
|
@@ -14327,7 +14348,7 @@ declare const keyframes: (style: {
|
|
|
14327
14348
|
fonts: {
|
|
14328
14349
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14329
14350
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14330
|
-
readonly display: "'Apris
|
|
14351
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14331
14352
|
};
|
|
14332
14353
|
radii: {
|
|
14333
14354
|
readonly 0: "0px";
|
|
@@ -15331,6 +15352,9 @@ declare const theme: {
|
|
|
15331
15352
|
"switch-background-hover": _mirohq_design_system_themes.Color;
|
|
15332
15353
|
"switch-control-background": _mirohq_design_system_themes.Color;
|
|
15333
15354
|
"tab-background-selected": _mirohq_design_system_themes.Color;
|
|
15355
|
+
"toolbar-item-background-hover": _mirohq_design_system_themes.Color;
|
|
15356
|
+
"toolbar-item-background-pressed": _mirohq_design_system_themes.Color;
|
|
15357
|
+
"toolbar-item-background-selected": _mirohq_design_system_themes.Color;
|
|
15334
15358
|
"tooltip-background": _mirohq_design_system_themes.Color;
|
|
15335
15359
|
"tooltip-background-inset": _mirohq_design_system_themes.Color;
|
|
15336
15360
|
"icon-danger": _mirohq_design_system_themes.Color;
|
|
@@ -15741,7 +15765,7 @@ declare const theme: {
|
|
|
15741
15765
|
fonts: {
|
|
15742
15766
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15743
15767
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15744
|
-
readonly display: "'Apris
|
|
15768
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15745
15769
|
};
|
|
15746
15770
|
radii: {
|
|
15747
15771
|
readonly 0: "0px";
|
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.25",
|
|
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.4.3",
|
|
31
30
|
"@mirohq/design-system-types": "^1.0.3",
|
|
32
|
-
"@mirohq/design-tokens": "^12.
|
|
31
|
+
"@mirohq/design-tokens": "^12.4.0",
|
|
32
|
+
"@mirohq/design-system-themes": "^1.4.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|