@mirohq/design-system-stitches 2.6.22 → 2.6.23
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 +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -552,6 +552,7 @@ declare const config: {
|
|
|
552
552
|
fonts: {
|
|
553
553
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
554
554
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
555
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
555
556
|
};
|
|
556
557
|
radii: {
|
|
557
558
|
readonly 0: "0px";
|
|
@@ -1335,6 +1336,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1335
1336
|
fonts?: {
|
|
1336
1337
|
readonly heading?: string | number | boolean | undefined;
|
|
1337
1338
|
readonly body?: string | number | boolean | undefined;
|
|
1339
|
+
readonly 'body-v1'?: string | number | boolean | undefined;
|
|
1338
1340
|
} | undefined;
|
|
1339
1341
|
radii?: {
|
|
1340
1342
|
readonly 0?: string | number | boolean | undefined;
|
|
@@ -1934,6 +1936,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1934
1936
|
fonts?: {
|
|
1935
1937
|
readonly heading?: string | number | boolean | undefined;
|
|
1936
1938
|
readonly body?: string | number | boolean | undefined;
|
|
1939
|
+
readonly 'body-v1'?: string | number | boolean | undefined;
|
|
1937
1940
|
} | undefined;
|
|
1938
1941
|
radii?: {
|
|
1939
1942
|
readonly 0?: string | number | boolean | undefined;
|
|
@@ -2539,6 +2542,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
2539
2542
|
fonts: {
|
|
2540
2543
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
2541
2544
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
2545
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
2542
2546
|
};
|
|
2543
2547
|
radii: {
|
|
2544
2548
|
readonly 0: "0px";
|
|
@@ -3337,6 +3341,7 @@ declare const globalCss: <Styles extends {
|
|
|
3337
3341
|
fonts: {
|
|
3338
3342
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
3339
3343
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
3344
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
3340
3345
|
};
|
|
3341
3346
|
radii: {
|
|
3342
3347
|
readonly 0: "0px";
|
|
@@ -4117,6 +4122,7 @@ declare const globalCss: <Styles extends {
|
|
|
4117
4122
|
fonts: {
|
|
4118
4123
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4119
4124
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4125
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4120
4126
|
};
|
|
4121
4127
|
radii: {
|
|
4122
4128
|
readonly 0: "0px";
|
|
@@ -4898,6 +4904,7 @@ declare const keyframes: (style: {
|
|
|
4898
4904
|
fonts: {
|
|
4899
4905
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4900
4906
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4907
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
4901
4908
|
};
|
|
4902
4909
|
radii: {
|
|
4903
4910
|
readonly 0: "0px";
|
|
@@ -5848,6 +5855,7 @@ declare const theme: {
|
|
|
5848
5855
|
fonts: {
|
|
5849
5856
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
5850
5857
|
readonly body: "Open Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
5858
|
+
readonly 'body-v1': "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
5851
5859
|
};
|
|
5852
5860
|
radii: {
|
|
5853
5861
|
readonly 0: "0px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.23",
|
|
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": "^0.9.
|
|
31
|
-
"@mirohq/design-
|
|
32
|
-
"@mirohq/design-
|
|
30
|
+
"@mirohq/design-system-themes": "^0.9.2",
|
|
31
|
+
"@mirohq/design-system-types": "^0.10.0",
|
|
32
|
+
"@mirohq/design-tokens": "^6.3.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|