@knapsack/sandbox-components 4.87.9--canary.dfd7c7c.0 → 4.87.9--canary.6942.165cd36.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,6 +354,8 @@
354
354
  /* Prevent font size inflation */
355
355
 
356
356
  html {
357
+ -moz-text-size-adjust: none;
358
+ -webkit-text-size-adjust: none;
357
359
  text-size-adjust: none;
358
360
  }
359
361
 
@@ -410,7 +412,8 @@ h4 {
410
412
  /* A elements that don't have a class get default styles */
411
413
 
412
414
  a:not([class]) {
413
- text-decoration-skip-ink: auto;
415
+ -webkit-text-decoration-skip: ink;
416
+ text-decoration-skip-ink: auto;
414
417
  color: currentColor;
415
418
  }
416
419
 
@@ -624,7 +627,8 @@ Add the correct text decoration in Chrome, Edge, and Safari.
624
627
 
625
628
  abbr:where([title]) {
626
629
  text-decoration: underline;
627
- text-decoration: underline dotted;
630
+ -webkit-text-decoration: underline dotted;
631
+ text-decoration: underline dotted;
628
632
  }
629
633
 
630
634
  /*
@@ -1700,6 +1704,7 @@ body {
1700
1704
  }
1701
1705
 
1702
1706
  .menu li a {
1707
+ -webkit-text-decoration: none;
1703
1708
  text-decoration: none;
1704
1709
  color: #FFFFFF;
1705
1710
  display: block;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.87.9--canary.dfd7c7c.0",
4
+ "version": "4.87.9--canary.6942.165cd36.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "customElements": "dist/web-components/custom-elements.json",
40
40
  "dependencies": {
41
- "@radix-ui/react-slot": "^1.2.3",
41
+ "@radix-ui/react-slot": "^1.2.4",
42
42
  "@webcomponents/custom-elements": "^1.6.0",
43
43
  "class-variance-authority": "^0.7.1",
44
44
  "clsx": "^2.1.1",
@@ -50,11 +50,11 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@custom-elements-manifest/analyzer": "^0.10.4",
53
- "@knapsack/eslint-config-starter": "4.87.9--canary.dfd7c7c.0",
54
- "@knapsack/postcss-config-starter": "4.87.9--canary.dfd7c7c.0",
55
- "@knapsack/prettier-config": "4.87.9--canary.dfd7c7c.0",
56
- "@knapsack/sandbox-tokens": "4.87.9--canary.dfd7c7c.0",
57
- "@knapsack/typescript-config-starter": "4.87.9--canary.dfd7c7c.0",
53
+ "@knapsack/eslint-config-starter": "4.87.9--canary.6942.165cd36.0",
54
+ "@knapsack/postcss-config-starter": "4.87.9--canary.6942.165cd36.0",
55
+ "@knapsack/prettier-config": "4.87.9--canary.6942.165cd36.0",
56
+ "@knapsack/sandbox-tokens": "4.87.9--canary.6942.165cd36.0",
57
+ "@knapsack/typescript-config-starter": "4.87.9--canary.6942.165cd36.0",
58
58
  "@types/node": "^20.19.22",
59
59
  "@types/react": "^18.3.26",
60
60
  "esbuild": "^0.25.6",
@@ -73,5 +73,5 @@
73
73
  "directory": "apps/ui/libs/sandbox-components",
74
74
  "type": "git"
75
75
  },
76
- "gitHead": "dfd7c7c95ff8d343febabb1793589fbce84a896a"
76
+ "gitHead": "165cd36754271e0353edd5c9ab9a1c1baad00fe5"
77
77
  }