@knapsack/sandbox-components 4.69.12--canary.4835.6eb66fc.0 → 4.69.12--canary.4739.5dd2f08.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -521,7 +521,7 @@ textarea:not([rows]) {
|
|
521
521
|
--tw-contain-style: ;
|
522
522
|
}
|
523
523
|
|
524
|
-
/* ! tailwindcss v3.4.
|
524
|
+
/* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */
|
525
525
|
|
526
526
|
/*
|
527
527
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-components",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.69.12--canary.
|
4
|
+
"version": "4.69.12--canary.4739.5dd2f08.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
@@ -41,21 +41,21 @@
|
|
41
41
|
"clsx": "^2.1.1",
|
42
42
|
"lit": "^2.8.0",
|
43
43
|
"react": "^18.3.1",
|
44
|
-
"vue": "^3.5.
|
44
|
+
"vue": "^3.5.8"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@knapsack/eslint-config-starter": "4.69.12--canary.
|
48
|
-
"@knapsack/postcss-config-starter": "4.69.12--canary.
|
49
|
-
"@knapsack/prettier-config": "4.69.12--canary.
|
50
|
-
"@knapsack/sandbox-tokens": "4.69.12--canary.
|
51
|
-
"@knapsack/typescript-config-starter": "4.69.12--canary.
|
47
|
+
"@knapsack/eslint-config-starter": "4.69.12--canary.4739.5dd2f08.0",
|
48
|
+
"@knapsack/postcss-config-starter": "4.69.12--canary.4739.5dd2f08.0",
|
49
|
+
"@knapsack/prettier-config": "4.69.12--canary.4739.5dd2f08.0",
|
50
|
+
"@knapsack/sandbox-tokens": "4.69.12--canary.4739.5dd2f08.0",
|
51
|
+
"@knapsack/typescript-config-starter": "4.69.12--canary.4739.5dd2f08.0",
|
52
52
|
"@types/node": "^20.16.5",
|
53
53
|
"@types/react": "^18.3.8",
|
54
54
|
"esbuild": "^0.20.2",
|
55
55
|
"eslint": "^8.57.0",
|
56
56
|
"npm-run-all2": "^5.0.2",
|
57
57
|
"postcss-cli": "^9.1.0",
|
58
|
-
"tailwindcss": "^3.4.
|
58
|
+
"tailwindcss": "^3.4.13",
|
59
59
|
"typescript": "^5.5.4",
|
60
60
|
"web-component-analyzer": "^2.0.0"
|
61
61
|
},
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"directory": "apps/ui/libs/sandbox-components",
|
69
69
|
"type": "git"
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "5dd2f086dc26d1430a4b388d4c74bf47862c908e"
|
72
72
|
}
|