@mirohq/design-system-stitches 3.3.15 → 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 +8 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -7111,6 +7111,7 @@ declare const config: {
|
|
|
7111
7111
|
readonly 300: "1.5rem";
|
|
7112
7112
|
readonly 350: "1.75rem";
|
|
7113
7113
|
readonly 400: "2rem";
|
|
7114
|
+
readonly 450: "2.25rem";
|
|
7114
7115
|
readonly 500: "2.5rem";
|
|
7115
7116
|
readonly 600: "3rem";
|
|
7116
7117
|
readonly 700: "3.5rem";
|
|
@@ -8337,6 +8338,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8337
8338
|
readonly 300?: string | number | boolean | undefined;
|
|
8338
8339
|
readonly 350?: string | number | boolean | undefined;
|
|
8339
8340
|
readonly 400?: string | number | boolean | undefined;
|
|
8341
|
+
readonly 450?: string | number | boolean | undefined;
|
|
8340
8342
|
readonly 500?: string | number | boolean | undefined;
|
|
8341
8343
|
readonly 600?: string | number | boolean | undefined;
|
|
8342
8344
|
readonly 700?: string | number | boolean | undefined;
|
|
@@ -9408,6 +9410,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
9408
9410
|
readonly 300?: string | number | boolean | undefined;
|
|
9409
9411
|
readonly 350?: string | number | boolean | undefined;
|
|
9410
9412
|
readonly 400?: string | number | boolean | undefined;
|
|
9413
|
+
readonly 450?: string | number | boolean | undefined;
|
|
9411
9414
|
readonly 500?: string | number | boolean | undefined;
|
|
9412
9415
|
readonly 600?: string | number | boolean | undefined;
|
|
9413
9416
|
readonly 700?: string | number | boolean | undefined;
|
|
@@ -10485,6 +10488,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10485
10488
|
readonly 300: "1.5rem";
|
|
10486
10489
|
readonly 350: "1.75rem";
|
|
10487
10490
|
readonly 400: "2rem";
|
|
10491
|
+
readonly 450: "2.25rem";
|
|
10488
10492
|
readonly 500: "2.5rem";
|
|
10489
10493
|
readonly 600: "3rem";
|
|
10490
10494
|
readonly 700: "3.5rem";
|
|
@@ -11726,6 +11730,7 @@ declare const globalCss: <Styles extends {
|
|
|
11726
11730
|
readonly 300: "1.5rem";
|
|
11727
11731
|
readonly 350: "1.75rem";
|
|
11728
11732
|
readonly 400: "2rem";
|
|
11733
|
+
readonly 450: "2.25rem";
|
|
11729
11734
|
readonly 500: "2.5rem";
|
|
11730
11735
|
readonly 600: "3rem";
|
|
11731
11736
|
readonly 700: "3.5rem";
|
|
@@ -12949,6 +12954,7 @@ declare const globalCss: <Styles extends {
|
|
|
12949
12954
|
readonly 300: "1.5rem";
|
|
12950
12955
|
readonly 350: "1.75rem";
|
|
12951
12956
|
readonly 400: "2rem";
|
|
12957
|
+
readonly 450: "2.25rem";
|
|
12952
12958
|
readonly 500: "2.5rem";
|
|
12953
12959
|
readonly 600: "3rem";
|
|
12954
12960
|
readonly 700: "3.5rem";
|
|
@@ -14175,6 +14181,7 @@ declare const keyframes: (style: {
|
|
|
14175
14181
|
readonly 300: "1.5rem";
|
|
14176
14182
|
readonly 350: "1.75rem";
|
|
14177
14183
|
readonly 400: "2rem";
|
|
14184
|
+
readonly 450: "2.25rem";
|
|
14178
14185
|
readonly 500: "2.5rem";
|
|
14179
14186
|
readonly 600: "3rem";
|
|
14180
14187
|
readonly 700: "3.5rem";
|
|
@@ -15571,6 +15578,7 @@ declare const theme: {
|
|
|
15571
15578
|
readonly 300: "1.5rem";
|
|
15572
15579
|
readonly 350: "1.75rem";
|
|
15573
15580
|
readonly 400: "2rem";
|
|
15581
|
+
readonly 450: "2.25rem";
|
|
15574
15582
|
readonly 500: "2.5rem";
|
|
15575
15583
|
readonly 600: "3rem";
|
|
15576
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-
|
|
32
|
-
"@mirohq/design-tokens": "^11.1.0"
|
|
32
|
+
"@mirohq/design-tokens": "^11.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|