@skeletonlabs/skeleton-common 4.5.2 → 4.5.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -130,7 +130,7 @@ const classesMenu = {
130
130
  "positioner": "",
131
131
  "indicator": "",
132
132
  "content": "skb:card skb:bg-surface-50-950 skb:border skb:border-surface-200-800 skb:p-2 skb:flex skb:flex-col skb:items-stretch skb:gap-2 skb:shadow-lg skb:min-w-48",
133
- "arrow": "",
133
+ "arrow": "skb:[--arrow-size:--spacing(2)] skb:[--arrow-background:var(--color-surface-50-950)]",
134
134
  "arrowTip": "",
135
135
  "itemGroup": "",
136
136
  "itemGroupLabel": "skb:text-surface-600-400 skb:text-xs skb:px-2 skb:py-1",
@@ -186,7 +186,7 @@ const classesProgress = {
186
186
  "valueText": "",
187
187
  "track": "skb:bg-surface-200-800 skb:rounded-base skb:overflow-hidden skb:data-[orientation=horizontal]:w-full skb:data-[orientation=horizontal]:h-2 skb:data-[orientation=vertical]:w-2 skb:data-[orientation=vertical]:h-[100px] skb:data-[orientation=vertical]:flex skb:data-[orientation=vertical]:flex-col-reverse",
188
188
  "range": "skb:h-full skb:bg-surface-950-50 skb:rounded-base skb:data-[orientation=horizontal]:transition-[width] skb:data-[orientation=horizontal]:data-[state=indeterminate]:animate-progress-linear-indeterminate-horizontal skb:data-[orientation=vertical]:transition-[height] skb:data-[orientation=vertical]:data-[state=indeterminate]:animate-progress-linear-indeterminate-vertical",
189
- "circle": "",
189
+ "circle": "skb:[--size:--spacing(24)] skb:[--thickness:calc(var(--size)/12)]",
190
190
  "circleTrack": "skb:stroke-surface-200-800",
191
191
  "circleRange": "skb:stroke-primary-500 skb:transition-[stroke-dashoffset] skb:ease-in-out skb:data-[state=indeterminate]:animate-progress-circular-indeterminate"
192
192
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonlabs/skeleton-common",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "The common package for Skeleton.",
5
5
  "author": "endigo9740 <chris@skeletonlabs.dev>",
6
6
  "repository": {