@skeletonlabs/skeleton-common 4.5.1 → 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.
package/dist/index.d.mts CHANGED
@@ -155,6 +155,7 @@ declare const classesPagination: {
155
155
  //#endregion
156
156
  //#region src/classes/popover.d.ts
157
157
  declare const classesPopover: {
158
+ anchor: string;
158
159
  trigger: string;
159
160
  positioner: string;
160
161
  content: string;
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",
@@ -167,6 +167,7 @@ const classesPagination = {
167
167
  //#endregion
168
168
  //#region src/classes/popover.ts
169
169
  const classesPopover = {
170
+ "anchor": "",
170
171
  "trigger": "",
171
172
  "positioner": "",
172
173
  "content": "",
@@ -185,7 +186,7 @@ const classesProgress = {
185
186
  "valueText": "",
186
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",
187
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",
188
- "circle": "",
189
+ "circle": "skb:[--size:--spacing(24)] skb:[--thickness:calc(var(--size)/12)]",
189
190
  "circleTrack": "skb:stroke-surface-200-800",
190
191
  "circleRange": "skb:stroke-primary-500 skb:transition-[stroke-dashoffset] skb:ease-in-out skb:data-[state=indeterminate]:animate-progress-circular-indeterminate"
191
192
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonlabs/skeleton-common",
3
- "version": "4.5.1",
3
+ "version": "4.5.3",
4
4
  "description": "The common package for Skeleton.",
5
5
  "author": "endigo9740 <chris@skeletonlabs.dev>",
6
6
  "repository": {