@getflip/swirl-components 0.471.0 → 0.472.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.
- package/components.json +76 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-app-layout.cjs.entry.js +10 -4
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-popover_2.cjs.entry.js +11 -4
- package/dist/collection/components/swirl-app-layout/swirl-app-layout.js +31 -4
- package/dist/collection/components/swirl-popover/swirl-popover.js +37 -4
- package/dist/components/swirl-app-layout.js +1 -1
- package/dist/components/swirl-popover2.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-app-layout.entry.js +10 -4
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-popover_2.entry.js +11 -4
- package/dist/swirl-components/p-014870c5.entry.js +1 -0
- package/dist/swirl-components/p-691e6554.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-app-layout/swirl-app-layout.d.ts +4 -0
- package/dist/types/components/swirl-popover/swirl-popover.d.ts +3 -0
- package/dist/types/components.d.ts +15 -2
- package/package.json +1 -1
- package/vscode-data.json +15 -0
- package/dist/swirl-components/p-902d9f5a.entry.js +0 -1
- package/dist/swirl-components/p-ef719e9a.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-04-
|
|
2
|
+
"timestamp": "2026-04-07T12:05:51",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.1",
|
|
@@ -2369,6 +2369,32 @@
|
|
|
2369
2369
|
"docs": "Get state of the collapsible navigation",
|
|
2370
2370
|
"docsTags": []
|
|
2371
2371
|
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "getScrollContainer",
|
|
2374
|
+
"returns": {
|
|
2375
|
+
"type": "Promise<HTMLElement>",
|
|
2376
|
+
"docs": ""
|
|
2377
|
+
},
|
|
2378
|
+
"complexType": {
|
|
2379
|
+
"signature": "() => Promise<HTMLElement | undefined>",
|
|
2380
|
+
"parameters": [],
|
|
2381
|
+
"references": {
|
|
2382
|
+
"Promise": {
|
|
2383
|
+
"location": "global",
|
|
2384
|
+
"id": "global::Promise"
|
|
2385
|
+
},
|
|
2386
|
+
"HTMLElement": {
|
|
2387
|
+
"location": "global",
|
|
2388
|
+
"id": "global::HTMLElement"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2391
|
+
"return": "Promise<HTMLElement>"
|
|
2392
|
+
},
|
|
2393
|
+
"signature": "getScrollContainer() => Promise<HTMLElement | undefined>",
|
|
2394
|
+
"parameters": [],
|
|
2395
|
+
"docs": "Get the scroll container of the main content area",
|
|
2396
|
+
"docsTags": []
|
|
2397
|
+
},
|
|
2372
2398
|
{
|
|
2373
2399
|
"name": "hideSidebar",
|
|
2374
2400
|
"returns": {
|
|
@@ -63004,6 +63030,50 @@
|
|
|
63004
63030
|
"getter": false,
|
|
63005
63031
|
"setter": false
|
|
63006
63032
|
},
|
|
63033
|
+
{
|
|
63034
|
+
"name": "fallbackAxisSideDirection",
|
|
63035
|
+
"type": "\"end\" | \"none\" | \"start\"",
|
|
63036
|
+
"complexType": {
|
|
63037
|
+
"original": "SwirlPopoverFallbackAxisSideDirection",
|
|
63038
|
+
"resolved": "\"end\" | \"none\" | \"start\"",
|
|
63039
|
+
"references": {
|
|
63040
|
+
"SwirlPopoverFallbackAxisSideDirection": {
|
|
63041
|
+
"location": "local",
|
|
63042
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-popover/swirl-popover.tsx",
|
|
63043
|
+
"id": "src/components/swirl-popover/swirl-popover.tsx::SwirlPopoverFallbackAxisSideDirection"
|
|
63044
|
+
}
|
|
63045
|
+
}
|
|
63046
|
+
},
|
|
63047
|
+
"mutable": false,
|
|
63048
|
+
"attr": "fallback-axis-side-direction",
|
|
63049
|
+
"reflectToAttr": false,
|
|
63050
|
+
"docs": "",
|
|
63051
|
+
"docsTags": [
|
|
63052
|
+
{
|
|
63053
|
+
"name": "default",
|
|
63054
|
+
"text": "\"none\""
|
|
63055
|
+
}
|
|
63056
|
+
],
|
|
63057
|
+
"default": "\"none\"",
|
|
63058
|
+
"values": [
|
|
63059
|
+
{
|
|
63060
|
+
"value": "end",
|
|
63061
|
+
"type": "string"
|
|
63062
|
+
},
|
|
63063
|
+
{
|
|
63064
|
+
"value": "none",
|
|
63065
|
+
"type": "string"
|
|
63066
|
+
},
|
|
63067
|
+
{
|
|
63068
|
+
"value": "start",
|
|
63069
|
+
"type": "string"
|
|
63070
|
+
}
|
|
63071
|
+
],
|
|
63072
|
+
"optional": true,
|
|
63073
|
+
"required": false,
|
|
63074
|
+
"getter": false,
|
|
63075
|
+
"setter": false
|
|
63076
|
+
},
|
|
63007
63077
|
{
|
|
63008
63078
|
"name": "fullscreenBottomSheet",
|
|
63009
63079
|
"type": "boolean",
|
|
@@ -87808,6 +87878,11 @@
|
|
|
87808
87878
|
"docstring": "",
|
|
87809
87879
|
"path": "src/components/swirl-popover/swirl-popover.tsx"
|
|
87810
87880
|
},
|
|
87881
|
+
"src/components/swirl-popover/swirl-popover.tsx::SwirlPopoverFallbackAxisSideDirection": {
|
|
87882
|
+
"declaration": "export type SwirlPopoverFallbackAxisSideDirection = \"none\" | \"start\" | \"end\";",
|
|
87883
|
+
"docstring": "",
|
|
87884
|
+
"path": "src/components/swirl-popover/swirl-popover.tsx"
|
|
87885
|
+
},
|
|
87811
87886
|
"src/components/swirl-popover/swirl-popover.tsx::SwirlPopoverBorderRadius": {
|
|
87812
87887
|
"declaration": "string",
|
|
87813
87888
|
"docstring": "",
|