@mirohq/design-system-stitches 3.3.25 → 3.3.26
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 +8 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -7179,6 +7179,7 @@ declare const config: {
|
|
|
7179
7179
|
sizes: {
|
|
7180
7180
|
readonly number: string;
|
|
7181
7181
|
readonly 'icon-200': "16px";
|
|
7182
|
+
readonly 'icon-250': "20px";
|
|
7182
7183
|
readonly 'icon-300': "24px";
|
|
7183
7184
|
readonly 'icon-400': "32px";
|
|
7184
7185
|
};
|
|
@@ -8426,6 +8427,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8426
8427
|
sizes?: {
|
|
8427
8428
|
readonly number?: string | number | boolean | undefined;
|
|
8428
8429
|
readonly 'icon-200'?: string | number | boolean | undefined;
|
|
8430
|
+
readonly 'icon-250'?: string | number | boolean | undefined;
|
|
8429
8431
|
readonly 'icon-300'?: string | number | boolean | undefined;
|
|
8430
8432
|
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
8431
8433
|
} | undefined;
|
|
@@ -9518,6 +9520,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
9518
9520
|
sizes?: {
|
|
9519
9521
|
readonly number?: string | number | boolean | undefined;
|
|
9520
9522
|
readonly 'icon-200'?: string | number | boolean | undefined;
|
|
9523
|
+
readonly 'icon-250'?: string | number | boolean | undefined;
|
|
9521
9524
|
readonly 'icon-300'?: string | number | boolean | undefined;
|
|
9522
9525
|
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
9523
9526
|
} | undefined;
|
|
@@ -10616,6 +10619,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10616
10619
|
sizes: {
|
|
10617
10620
|
readonly number: string;
|
|
10618
10621
|
readonly 'icon-200': "16px";
|
|
10622
|
+
readonly 'icon-250': "20px";
|
|
10619
10623
|
readonly 'icon-300': "24px";
|
|
10620
10624
|
readonly 'icon-400': "32px";
|
|
10621
10625
|
};
|
|
@@ -11878,6 +11882,7 @@ declare const globalCss: <Styles extends {
|
|
|
11878
11882
|
sizes: {
|
|
11879
11883
|
readonly number: string;
|
|
11880
11884
|
readonly 'icon-200': "16px";
|
|
11885
|
+
readonly 'icon-250': "20px";
|
|
11881
11886
|
readonly 'icon-300': "24px";
|
|
11882
11887
|
readonly 'icon-400': "32px";
|
|
11883
11888
|
};
|
|
@@ -13122,6 +13127,7 @@ declare const globalCss: <Styles extends {
|
|
|
13122
13127
|
sizes: {
|
|
13123
13128
|
readonly number: string;
|
|
13124
13129
|
readonly 'icon-200': "16px";
|
|
13130
|
+
readonly 'icon-250': "20px";
|
|
13125
13131
|
readonly 'icon-300': "24px";
|
|
13126
13132
|
readonly 'icon-400': "32px";
|
|
13127
13133
|
};
|
|
@@ -14369,6 +14375,7 @@ declare const keyframes: (style: {
|
|
|
14369
14375
|
sizes: {
|
|
14370
14376
|
readonly number: string;
|
|
14371
14377
|
readonly 'icon-200': "16px";
|
|
14378
|
+
readonly 'icon-250': "20px";
|
|
14372
14379
|
readonly 'icon-300': "24px";
|
|
14373
14380
|
readonly 'icon-400': "32px";
|
|
14374
14381
|
};
|
|
@@ -15786,6 +15793,7 @@ declare const theme: {
|
|
|
15786
15793
|
sizes: {
|
|
15787
15794
|
readonly number: string;
|
|
15788
15795
|
readonly 'icon-200': "16px";
|
|
15796
|
+
readonly 'icon-250': "20px";
|
|
15789
15797
|
readonly 'icon-300': "24px";
|
|
15790
15798
|
readonly 'icon-400': "32px";
|
|
15791
15799
|
};
|
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.26",
|
|
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.6",
|
|
30
31
|
"@mirohq/design-system-types": "^1.0.3",
|
|
31
|
-
"@mirohq/design-tokens": "^12.4.
|
|
32
|
-
"@mirohq/design-system-themes": "^1.4.5"
|
|
32
|
+
"@mirohq/design-tokens": "^12.4.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|