@skeletonlabs/skeleton-common 4.5.1 → 4.5.2

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
@@ -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": "",
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.2",
4
4
  "description": "The common package for Skeleton.",
5
5
  "author": "endigo9740 <chris@skeletonlabs.dev>",
6
6
  "repository": {