@knapsack/sandbox-components 4.87.9--canary.eeb1dbf.0 → 4.87.9--canary.6950.f7c2686.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.
- package/dist/css/ks-sandbox-styles.css +7 -2
- package/package.json +10 -10
|
@@ -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
|
|
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.
|
|
4
|
+
"version": "4.87.9--canary.6950.f7c2686.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.
|
|
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",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"vue": "^3.5.24"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@custom-elements-manifest/analyzer": "^0.
|
|
53
|
-
"@knapsack/eslint-config-starter": "4.87.9--canary.
|
|
54
|
-
"@knapsack/postcss-config-starter": "4.87.9--canary.
|
|
55
|
-
"@knapsack/prettier-config": "4.87.9--canary.
|
|
56
|
-
"@knapsack/sandbox-tokens": "4.87.9--canary.
|
|
57
|
-
"@knapsack/typescript-config-starter": "4.87.9--canary.
|
|
58
|
-
"@types/node": "^20.19.
|
|
52
|
+
"@custom-elements-manifest/analyzer": "^0.11.0",
|
|
53
|
+
"@knapsack/eslint-config-starter": "4.87.9--canary.6950.f7c2686.0",
|
|
54
|
+
"@knapsack/postcss-config-starter": "4.87.9--canary.6950.f7c2686.0",
|
|
55
|
+
"@knapsack/prettier-config": "4.87.9--canary.6950.f7c2686.0",
|
|
56
|
+
"@knapsack/sandbox-tokens": "4.87.9--canary.6950.f7c2686.0",
|
|
57
|
+
"@knapsack/typescript-config-starter": "4.87.9--canary.6950.f7c2686.0",
|
|
58
|
+
"@types/node": "^20.19.25",
|
|
59
59
|
"@types/react": "^18.3.26",
|
|
60
60
|
"esbuild": "^0.25.6",
|
|
61
61
|
"eslint": "^8.57.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"directory": "apps/ui/libs/sandbox-components",
|
|
74
74
|
"type": "git"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "f7c2686a7075cc951ec6d55831d23065a87c5056"
|
|
77
77
|
}
|