@knapsack/sandbox-components 4.81.6--canary.6401.0becdcb.0 → 4.81.6--canary.6350.0c9a4ea.0

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.
@@ -354,7 +354,6 @@
354
354
  /* Prevent font size inflation */
355
355
 
356
356
  html {
357
- -moz-text-size-adjust: none;
358
357
  -webkit-text-size-adjust: none;
359
358
  text-size-adjust: none;
360
359
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.81.6--canary.6401.0becdcb.0",
4
+ "version": "4.81.6--canary.6350.0c9a4ea.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -45,15 +45,15 @@
45
45
  "lucide-react": "^0.488.0",
46
46
  "react": "^18.3.1",
47
47
  "tailwind-merge": "^2.6.0",
48
- "vue": "^3.5.13"
48
+ "vue": "^3.5.17"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@custom-elements-manifest/analyzer": "^0.10.4",
52
- "@knapsack/eslint-config-starter": "4.81.6--canary.6401.0becdcb.0",
53
- "@knapsack/postcss-config-starter": "4.81.6--canary.6401.0becdcb.0",
54
- "@knapsack/prettier-config": "4.81.6--canary.6401.0becdcb.0",
55
- "@knapsack/sandbox-tokens": "4.81.6--canary.6401.0becdcb.0",
56
- "@knapsack/typescript-config-starter": "4.81.6--canary.6401.0becdcb.0",
52
+ "@knapsack/eslint-config-starter": "4.81.6--canary.6350.0c9a4ea.0",
53
+ "@knapsack/postcss-config-starter": "4.81.6--canary.6350.0c9a4ea.0",
54
+ "@knapsack/prettier-config": "4.81.6--canary.6350.0c9a4ea.0",
55
+ "@knapsack/sandbox-tokens": "4.81.6--canary.6350.0c9a4ea.0",
56
+ "@knapsack/typescript-config-starter": "4.81.6--canary.6350.0c9a4ea.0",
57
57
  "@types/node": "^20.17.57",
58
58
  "@types/react": "^18.3.20",
59
59
  "esbuild": "^0.25.6",
@@ -72,5 +72,5 @@
72
72
  "directory": "apps/ui/libs/sandbox-components",
73
73
  "type": "git"
74
74
  },
75
- "gitHead": "0becdcb7ff25a55902919a5443989aae579e73e1"
75
+ "gitHead": "0c9a4ea41418908fa9dda2eaf6aa365223301190"
76
76
  }