@knapsack/sandbox-components 4.87.0--canary.6838.9346bb2.0 → 4.87.0--canary.6838.79eb863.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
|
-
-webkit-text-size-adjust: none;
|
|
358
357
|
text-size-adjust: none;
|
|
359
358
|
}
|
|
360
359
|
|
|
@@ -411,8 +410,7 @@ h4 {
|
|
|
411
410
|
/* A elements that don't have a class get default styles */
|
|
412
411
|
|
|
413
412
|
a:not([class]) {
|
|
414
|
-
|
|
415
|
-
text-decoration-skip-ink: auto;
|
|
413
|
+
text-decoration-skip-ink: auto;
|
|
416
414
|
color: currentColor;
|
|
417
415
|
}
|
|
418
416
|
|
|
@@ -626,8 +624,7 @@ Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
626
624
|
|
|
627
625
|
abbr:where([title]) {
|
|
628
626
|
text-decoration: underline;
|
|
629
|
-
|
|
630
|
-
text-decoration: underline dotted;
|
|
627
|
+
text-decoration: underline dotted;
|
|
631
628
|
}
|
|
632
629
|
|
|
633
630
|
/*
|
|
@@ -1703,7 +1700,6 @@ body {
|
|
|
1703
1700
|
}
|
|
1704
1701
|
|
|
1705
1702
|
.menu li a {
|
|
1706
|
-
-webkit-text-decoration: none;
|
|
1707
1703
|
text-decoration: none;
|
|
1708
1704
|
color: #FFFFFF;
|
|
1709
1705
|
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.0--canary.6838.
|
|
4
|
+
"version": "4.87.0--canary.6838.79eb863.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
52
|
-
"@knapsack/eslint-config-starter": "4.87.0--canary.6838.
|
|
53
|
-
"@knapsack/postcss-config-starter": "4.87.0--canary.6838.
|
|
54
|
-
"@knapsack/prettier-config": "4.87.0--canary.6838.
|
|
55
|
-
"@knapsack/sandbox-tokens": "4.87.0--canary.6838.
|
|
56
|
-
"@knapsack/typescript-config-starter": "4.87.0--canary.6838.
|
|
52
|
+
"@knapsack/eslint-config-starter": "4.87.0--canary.6838.79eb863.0",
|
|
53
|
+
"@knapsack/postcss-config-starter": "4.87.0--canary.6838.79eb863.0",
|
|
54
|
+
"@knapsack/prettier-config": "4.87.0--canary.6838.79eb863.0",
|
|
55
|
+
"@knapsack/sandbox-tokens": "4.87.0--canary.6838.79eb863.0",
|
|
56
|
+
"@knapsack/typescript-config-starter": "4.87.0--canary.6838.79eb863.0",
|
|
57
57
|
"@types/node": "^20.19.22",
|
|
58
58
|
"@types/react": "^18.3.26",
|
|
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": "
|
|
75
|
+
"gitHead": "79eb863123ad65ba714fd2c9aa5ae0d79528e4a4"
|
|
76
76
|
}
|