@vygruppen/spor-react 12.4.5 → 12.4.6
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/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/index.d.mts +13 -9
- package/dist/index.d.ts +13 -9
- package/dist/index.js +20 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -18
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/linjetag/InfoTag.tsx +0 -1
- package/src/linjetag/LineIcon.tsx +1 -1
- package/src/linjetag/types.ts +1 -1
- package/src/theme/slot-recipes/accordion.ts +9 -10
- package/src/theme/slot-recipes/info-tag.ts +11 -7
package/dist/index.mjs
CHANGED
@@ -4764,7 +4764,6 @@ var InfoTag = ({
|
|
4764
4764
|
}) => {
|
4765
4765
|
const recipe = useSlotRecipe({ key: "infoTag" });
|
4766
4766
|
const styles = recipe({
|
4767
|
-
variant,
|
4768
4767
|
size,
|
4769
4768
|
...customProps
|
4770
4769
|
});
|
@@ -6825,23 +6824,23 @@ var accordionSlotRecipe = defineSlotRecipe({
|
|
6825
6824
|
},
|
6826
6825
|
"&:hover": {
|
6827
6826
|
outlineWidth: tokens23__default.size.stroke.md,
|
6828
|
-
outlineColor: "core.outline
|
6829
|
-
outline: "solid",
|
6827
|
+
outlineColor: "core.outline",
|
6828
|
+
outline: "2px solid",
|
6830
6829
|
outlineOffset: 0
|
6831
6830
|
},
|
6832
6831
|
"&:active": {
|
6833
6832
|
backgroundColor: "core.surface.active",
|
6834
6833
|
outlineWidth: tokens23__default.size.stroke.sm,
|
6835
|
-
|
6836
|
-
outline: "solid"
|
6834
|
+
outline: "none"
|
6837
6835
|
}
|
6838
6836
|
}
|
6839
6837
|
},
|
6840
6838
|
floating: {
|
6841
6839
|
item: {
|
6842
|
-
outline: "solid",
|
6840
|
+
outline: "1px solid",
|
6843
6841
|
outlineWidth: tokens23__default.size.stroke.sm,
|
6844
|
-
|
6842
|
+
boxShadow: "sm",
|
6843
|
+
outlineColor: "floating.outline"
|
6845
6844
|
},
|
6846
6845
|
itemTrigger: {
|
6847
6846
|
_expanded: {
|
@@ -6849,15 +6848,14 @@ var accordionSlotRecipe = defineSlotRecipe({
|
|
6849
6848
|
},
|
6850
6849
|
"&:hover": {
|
6851
6850
|
outlineWidth: tokens23__default.size.stroke.md,
|
6851
|
+
outline: "1px solid",
|
6852
6852
|
outlineColor: "floating.outline.hover",
|
6853
|
-
|
6854
|
-
outlineOffset: 0
|
6853
|
+
outlineOffset: 1
|
6855
6854
|
},
|
6856
6855
|
"&:active": {
|
6857
6856
|
backgroundColor: "floating.surface.active",
|
6858
6857
|
outlineWidth: tokens23__default.size.stroke.sm,
|
6859
|
-
|
6860
|
-
outline: "solid"
|
6858
|
+
outline: "none"
|
6861
6859
|
}
|
6862
6860
|
}
|
6863
6861
|
}
|
@@ -8229,13 +8227,17 @@ var infoTagSlotRecipe = defineSlotRecipe({
|
|
8229
8227
|
},
|
8230
8228
|
variants: {
|
8231
8229
|
variant: {
|
8232
|
-
walk: {
|
8233
|
-
|
8234
|
-
|
8235
|
-
|
8236
|
-
|
8237
|
-
|
8238
|
-
}
|
8230
|
+
walk: {},
|
8231
|
+
ferry: {},
|
8232
|
+
subway: {},
|
8233
|
+
tram: {},
|
8234
|
+
"local-train": {},
|
8235
|
+
"region-train": {},
|
8236
|
+
"region-express-train": {},
|
8237
|
+
"long-distance-train": {},
|
8238
|
+
"airport-express-train": {},
|
8239
|
+
"vy-bus": {},
|
8240
|
+
"local-bus": {}
|
8239
8241
|
},
|
8240
8242
|
size: {
|
8241
8243
|
...(_a4 = travelTagSlotRecipe.variants) == null ? void 0 : _a4.size,
|