@knapsack/sandbox-components 4.69.8--canary.4739.fd1795e.0 → 4.69.9--canary.4745.6c2414b.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -413,7 +413,7 @@ textarea:not([rows]) {
413
413
  scroll-margin-block: 5ex;
414
414
  }
415
415
 
416
- /* ! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com */
416
+ /* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */
417
417
 
418
418
  /*
419
419
  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.8--canary.4739.fd1795e.0",
4
+ "version": "4.69.9--canary.4745.6c2414b.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.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.8--canary.4739.fd1795e.0",
48
- "@knapsack/postcss-config-starter": "4.69.8--canary.4739.fd1795e.0",
49
- "@knapsack/prettier-config": "4.69.8--canary.4739.fd1795e.0",
50
- "@knapsack/sandbox-tokens": "4.69.8--canary.4739.fd1795e.0",
51
- "@knapsack/typescript-config-starter": "4.69.8--canary.4739.fd1795e.0",
47
+ "@knapsack/eslint-config-starter": "4.69.9--canary.4745.6c2414b.0",
48
+ "@knapsack/postcss-config-starter": "4.69.9--canary.4745.6c2414b.0",
49
+ "@knapsack/prettier-config": "4.69.9--canary.4745.6c2414b.0",
50
+ "@knapsack/sandbox-tokens": "4.69.9--canary.4745.6c2414b.0",
51
+ "@knapsack/typescript-config-starter": "4.69.9--canary.4745.6c2414b.0",
52
52
  "@types/node": "^20.16.5",
53
53
  "@types/react": "^18.3.5",
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.11",
58
+ "tailwindcss": "^3.4.10",
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": "fd1795e0b76197f2e542937ccc96507cfbec835a"
71
+ "gitHead": "6c2414b5d69c37f450dad139139236877480897f"
72
72
  }