@mirohq/design-system-stitches 3.3.23 → 3.3.24
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 +6 -6
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -7155,7 +7155,7 @@ declare const config: {
|
|
|
7155
7155
|
fonts: {
|
|
7156
7156
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7157
7157
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7158
|
-
readonly display: "'Apris
|
|
7158
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
7159
7159
|
};
|
|
7160
7160
|
radii: {
|
|
7161
7161
|
readonly 0: "0px";
|
|
@@ -10583,7 +10583,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
10583
10583
|
fonts: {
|
|
10584
10584
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10585
10585
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10586
|
-
readonly display: "'Apris
|
|
10586
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
10587
10587
|
};
|
|
10588
10588
|
radii: {
|
|
10589
10589
|
readonly 0: "0px";
|
|
@@ -11842,7 +11842,7 @@ declare const globalCss: <Styles extends {
|
|
|
11842
11842
|
fonts: {
|
|
11843
11843
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11844
11844
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11845
|
-
readonly display: "'Apris
|
|
11845
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
11846
11846
|
};
|
|
11847
11847
|
radii: {
|
|
11848
11848
|
readonly 0: "0px";
|
|
@@ -13083,7 +13083,7 @@ declare const globalCss: <Styles extends {
|
|
|
13083
13083
|
fonts: {
|
|
13084
13084
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13085
13085
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13086
|
-
readonly display: "'Apris
|
|
13086
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
13087
13087
|
};
|
|
13088
13088
|
radii: {
|
|
13089
13089
|
readonly 0: "0px";
|
|
@@ -14327,7 +14327,7 @@ declare const keyframes: (style: {
|
|
|
14327
14327
|
fonts: {
|
|
14328
14328
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14329
14329
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14330
|
-
readonly display: "'Apris
|
|
14330
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
14331
14331
|
};
|
|
14332
14332
|
radii: {
|
|
14333
14333
|
readonly 0: "0px";
|
|
@@ -15741,7 +15741,7 @@ declare const theme: {
|
|
|
15741
15741
|
fonts: {
|
|
15742
15742
|
readonly heading: "Roobert PRO, Roobert, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15743
15743
|
readonly body: "Noto Sans, OpenSans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15744
|
-
readonly display: "'Apris
|
|
15744
|
+
readonly display: "'Apris', Noto Sans, Noto Sans KR, Noto Sans JP, sans-serif";
|
|
15745
15745
|
};
|
|
15746
15746
|
radii: {
|
|
15747
15747
|
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.24",
|
|
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.
|
|
30
|
+
"@mirohq/design-system-themes": "^1.4.4",
|
|
31
31
|
"@mirohq/design-system-types": "^1.0.3",
|
|
32
|
-
"@mirohq/design-tokens": "^12.3.
|
|
32
|
+
"@mirohq/design-tokens": "^12.3.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|