@knapsack/sandbox-components 4.71.4--canary.d4516d8.0 → 4.71.4--canary.5044.f48b3b1.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.13 | MIT License | https://tailwindcss.com */
524
+ /* ! tailwindcss v3.4.14 | 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)
@@ -917,7 +917,7 @@ video {
917
917
 
918
918
  /* Make elements with the HTML hidden attribute stay hidden by default */
919
919
 
920
- [hidden] {
920
+ [hidden]:where(:not([hidden="until-found"])) {
921
921
  display: none;
922
922
  }
923
923
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.71.4--canary.d4516d8.0",
4
+ "version": "4.71.4--canary.5044.f48b3b1.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -44,18 +44,18 @@
44
44
  "vue": "^3.5.11"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.71.4--canary.d4516d8.0",
48
- "@knapsack/postcss-config-starter": "4.71.4--canary.d4516d8.0",
49
- "@knapsack/prettier-config": "4.71.4--canary.d4516d8.0",
50
- "@knapsack/sandbox-tokens": "4.71.4--canary.d4516d8.0",
51
- "@knapsack/typescript-config-starter": "4.71.4--canary.d4516d8.0",
52
- "@types/node": "^20.16.11",
47
+ "@knapsack/eslint-config-starter": "4.71.4--canary.5044.f48b3b1.0",
48
+ "@knapsack/postcss-config-starter": "4.71.4--canary.5044.f48b3b1.0",
49
+ "@knapsack/prettier-config": "4.71.4--canary.5044.f48b3b1.0",
50
+ "@knapsack/sandbox-tokens": "4.71.4--canary.5044.f48b3b1.0",
51
+ "@knapsack/typescript-config-starter": "4.71.4--canary.5044.f48b3b1.0",
52
+ "@types/node": "^20.17.2",
53
53
  "@types/react": "^18.3.11",
54
54
  "esbuild": "^0.24.0",
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.13",
58
+ "tailwindcss": "^3.4.14",
59
59
  "typescript": "^5.6.3",
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": "d4516d8a15c1a5f323f59ed7db8dbb1e18f6e850"
71
+ "gitHead": "f48b3b108179703354c47d4202353fe42dc9b141"
72
72
  }