@mirohq/design-system-stitches 2.6.19 → 2.6.20
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 +1 -1
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -4010,7 +4010,7 @@ declare const theme: {
|
|
|
4010
4010
|
readonly 'alpha-black-600': "#1A1B1E99";
|
|
4011
4011
|
readonly 'alpha-black-700': "#1A1B1EB3";
|
|
4012
4012
|
readonly 'alpha-black-800': "#1A1B1ECC";
|
|
4013
|
-
readonly 'alpha-black-900': "#
|
|
4013
|
+
readonly 'alpha-black-900': "#1A1B1EE6";
|
|
4014
4014
|
readonly 'alpha-gray-100': "#656B811A";
|
|
4015
4015
|
readonly 'alpha-gray-200': "#656B8133";
|
|
4016
4016
|
readonly 'alpha-gray-300': "#656B814D";
|
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.20",
|
|
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.8.
|
|
30
|
+
"@mirohq/design-system-themes": "^0.8.6",
|
|
31
31
|
"@mirohq/design-system-types": "^0.10.0",
|
|
32
|
-
"@mirohq/design-tokens": "^6.1.
|
|
32
|
+
"@mirohq/design-tokens": "^6.1.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|