@getflip/swirl-components 0.433.0 → 0.435.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 +236 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/swirl-box.cjs.entry.js +8 -3
- package/dist/cjs/swirl-components.cjs.js +1 -1
- package/dist/cjs/swirl-inline-notification.cjs.entry.js +4 -3
- package/dist/cjs/swirl-menu.cjs.entry.js +4 -3
- package/dist/cjs/swirl-modal.cjs.entry.js +9 -9
- package/dist/cjs/swirl-radio.cjs.entry.js +1 -1
- package/dist/collection/components/swirl-box/swirl-box.css +8 -0
- package/dist/collection/components/swirl-box/swirl-box.js +76 -2
- package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.css +8 -1
- package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.js +30 -2
- package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.stories.js +6 -0
- package/dist/collection/components/swirl-menu/swirl-menu.js +30 -3
- package/dist/collection/components/swirl-modal/swirl-modal.js +9 -9
- package/dist/collection/components/swirl-radio/swirl-radio.css +1 -0
- package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
- package/dist/components/swirl-box2.js +11 -3
- package/dist/components/swirl-inline-notification.js +6 -4
- package/dist/components/swirl-menu.js +5 -3
- package/dist/components/swirl-modal.js +9 -9
- package/dist/components/swirl-radio.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/swirl-box.entry.js +8 -3
- package/dist/esm/swirl-components.js +1 -1
- package/dist/esm/swirl-inline-notification.entry.js +4 -3
- package/dist/esm/swirl-menu.entry.js +4 -3
- package/dist/esm/swirl-modal.entry.js +9 -9
- package/dist/esm/swirl-radio.entry.js +1 -1
- package/dist/swirl-components/p-30a16008.entry.js +1 -0
- package/dist/swirl-components/p-4bd7d553.entry.js +1 -0
- package/dist/swirl-components/p-5a396046.entry.js +1 -0
- package/dist/swirl-components/p-69145b3c.entry.js +1 -0
- package/dist/swirl-components/p-dc5a34f5.entry.js +1 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/dist/types/components/swirl-box/swirl-box.d.ts +3 -0
- package/dist/types/components/swirl-inline-notification/swirl-inline-notification.d.ts +4 -0
- package/dist/types/components/swirl-inline-notification/swirl-inline-notification.stories.d.ts +6 -0
- package/dist/types/components/swirl-menu/swirl-menu.d.ts +2 -1
- package/dist/types/components.d.ts +26 -4
- package/package.json +1 -1
- package/vscode-data.json +92 -0
- package/dist/swirl-components/p-114e47f6.entry.js +0 -1
- package/dist/swirl-components/p-322f18d4.entry.js +0 -1
- package/dist/swirl-components/p-5e8359de.entry.js +0 -1
- package/dist/swirl-components/p-6600bc56.entry.js +0 -1
- package/dist/swirl-components/p-b1168a4f.entry.js +0 -1
package/components.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-02-
|
|
2
|
+
"timestamp": "2026-02-10T14:17:57",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.35.0",
|
|
@@ -4830,6 +4830,29 @@
|
|
|
4830
4830
|
"getter": false,
|
|
4831
4831
|
"setter": false
|
|
4832
4832
|
},
|
|
4833
|
+
{
|
|
4834
|
+
"name": "hideScrollbar",
|
|
4835
|
+
"type": "boolean",
|
|
4836
|
+
"complexType": {
|
|
4837
|
+
"original": "boolean",
|
|
4838
|
+
"resolved": "boolean",
|
|
4839
|
+
"references": {}
|
|
4840
|
+
},
|
|
4841
|
+
"mutable": false,
|
|
4842
|
+
"attr": "hide-scrollbar",
|
|
4843
|
+
"reflectToAttr": false,
|
|
4844
|
+
"docs": "",
|
|
4845
|
+
"docsTags": [],
|
|
4846
|
+
"values": [
|
|
4847
|
+
{
|
|
4848
|
+
"type": "boolean"
|
|
4849
|
+
}
|
|
4850
|
+
],
|
|
4851
|
+
"optional": true,
|
|
4852
|
+
"required": false,
|
|
4853
|
+
"getter": false,
|
|
4854
|
+
"setter": false
|
|
4855
|
+
},
|
|
4833
4856
|
{
|
|
4834
4857
|
"name": "left",
|
|
4835
4858
|
"type": "string",
|
|
@@ -4997,6 +5020,98 @@
|
|
|
4997
5020
|
"getter": false,
|
|
4998
5021
|
"setter": false
|
|
4999
5022
|
},
|
|
5023
|
+
{
|
|
5024
|
+
"name": "overflowX",
|
|
5025
|
+
"type": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5026
|
+
"complexType": {
|
|
5027
|
+
"original": "SwirlBoxOverflow",
|
|
5028
|
+
"resolved": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5029
|
+
"references": {
|
|
5030
|
+
"SwirlBoxOverflow": {
|
|
5031
|
+
"location": "local",
|
|
5032
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-box/swirl-box.tsx",
|
|
5033
|
+
"id": "src/components/swirl-box/swirl-box.tsx::SwirlBoxOverflow"
|
|
5034
|
+
}
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
5037
|
+
"mutable": false,
|
|
5038
|
+
"attr": "overflow-x",
|
|
5039
|
+
"reflectToAttr": false,
|
|
5040
|
+
"docs": "",
|
|
5041
|
+
"docsTags": [],
|
|
5042
|
+
"values": [
|
|
5043
|
+
{
|
|
5044
|
+
"value": "auto",
|
|
5045
|
+
"type": "string"
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"value": "clip",
|
|
5049
|
+
"type": "string"
|
|
5050
|
+
},
|
|
5051
|
+
{
|
|
5052
|
+
"value": "hidden",
|
|
5053
|
+
"type": "string"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"value": "scroll",
|
|
5057
|
+
"type": "string"
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"value": "visible",
|
|
5061
|
+
"type": "string"
|
|
5062
|
+
}
|
|
5063
|
+
],
|
|
5064
|
+
"optional": true,
|
|
5065
|
+
"required": false,
|
|
5066
|
+
"getter": false,
|
|
5067
|
+
"setter": false
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "overflowY",
|
|
5071
|
+
"type": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5072
|
+
"complexType": {
|
|
5073
|
+
"original": "SwirlBoxOverflow",
|
|
5074
|
+
"resolved": "\"auto\" | \"clip\" | \"hidden\" | \"scroll\" | \"visible\"",
|
|
5075
|
+
"references": {
|
|
5076
|
+
"SwirlBoxOverflow": {
|
|
5077
|
+
"location": "local",
|
|
5078
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-box/swirl-box.tsx",
|
|
5079
|
+
"id": "src/components/swirl-box/swirl-box.tsx::SwirlBoxOverflow"
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
5083
|
+
"mutable": false,
|
|
5084
|
+
"attr": "overflow-y",
|
|
5085
|
+
"reflectToAttr": false,
|
|
5086
|
+
"docs": "",
|
|
5087
|
+
"docsTags": [],
|
|
5088
|
+
"values": [
|
|
5089
|
+
{
|
|
5090
|
+
"value": "auto",
|
|
5091
|
+
"type": "string"
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"value": "clip",
|
|
5095
|
+
"type": "string"
|
|
5096
|
+
},
|
|
5097
|
+
{
|
|
5098
|
+
"value": "hidden",
|
|
5099
|
+
"type": "string"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"value": "scroll",
|
|
5103
|
+
"type": "string"
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"value": "visible",
|
|
5107
|
+
"type": "string"
|
|
5108
|
+
}
|
|
5109
|
+
],
|
|
5110
|
+
"optional": true,
|
|
5111
|
+
"required": false,
|
|
5112
|
+
"getter": false,
|
|
5113
|
+
"setter": false
|
|
5114
|
+
},
|
|
5000
5115
|
{
|
|
5001
5116
|
"name": "padding",
|
|
5002
5117
|
"type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"32\" | \"4\" | \"8\"",
|
|
@@ -53268,6 +53383,41 @@
|
|
|
53268
53383
|
"docsTags": [],
|
|
53269
53384
|
"usage": {},
|
|
53270
53385
|
"props": [
|
|
53386
|
+
{
|
|
53387
|
+
"name": "borderRadius",
|
|
53388
|
+
"type": "string",
|
|
53389
|
+
"complexType": {
|
|
53390
|
+
"original": "SwirlNotificationBorderRadius",
|
|
53391
|
+
"resolved": "string",
|
|
53392
|
+
"references": {
|
|
53393
|
+
"SwirlNotificationBorderRadius": {
|
|
53394
|
+
"location": "local",
|
|
53395
|
+
"path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-inline-notification/swirl-inline-notification.tsx",
|
|
53396
|
+
"id": "src/components/swirl-inline-notification/swirl-inline-notification.tsx::SwirlNotificationBorderRadius"
|
|
53397
|
+
}
|
|
53398
|
+
}
|
|
53399
|
+
},
|
|
53400
|
+
"mutable": false,
|
|
53401
|
+
"attr": "border-radius",
|
|
53402
|
+
"reflectToAttr": false,
|
|
53403
|
+
"docs": "",
|
|
53404
|
+
"docsTags": [
|
|
53405
|
+
{
|
|
53406
|
+
"name": "default",
|
|
53407
|
+
"text": "\"sm\""
|
|
53408
|
+
}
|
|
53409
|
+
],
|
|
53410
|
+
"default": "\"sm\"",
|
|
53411
|
+
"values": [
|
|
53412
|
+
{
|
|
53413
|
+
"type": "string"
|
|
53414
|
+
}
|
|
53415
|
+
],
|
|
53416
|
+
"optional": true,
|
|
53417
|
+
"required": false,
|
|
53418
|
+
"getter": false,
|
|
53419
|
+
"setter": false
|
|
53420
|
+
},
|
|
53271
53421
|
{
|
|
53272
53422
|
"name": "heading",
|
|
53273
53423
|
"type": "string",
|
|
@@ -54358,6 +54508,86 @@
|
|
|
54358
54508
|
"getter": false,
|
|
54359
54509
|
"setter": false
|
|
54360
54510
|
},
|
|
54511
|
+
{
|
|
54512
|
+
"name": "placement",
|
|
54513
|
+
"type": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
54514
|
+
"complexType": {
|
|
54515
|
+
"original": "Placement",
|
|
54516
|
+
"resolved": "\"bottom\" | \"bottom-end\" | \"bottom-start\" | \"left\" | \"left-end\" | \"left-start\" | \"right\" | \"right-end\" | \"right-start\" | \"top\" | \"top-end\" | \"top-start\"",
|
|
54517
|
+
"references": {
|
|
54518
|
+
"Placement": {
|
|
54519
|
+
"location": "import",
|
|
54520
|
+
"path": "@floating-ui/dom",
|
|
54521
|
+
"id": "node_modules::Placement"
|
|
54522
|
+
}
|
|
54523
|
+
}
|
|
54524
|
+
},
|
|
54525
|
+
"mutable": false,
|
|
54526
|
+
"attr": "placement",
|
|
54527
|
+
"reflectToAttr": false,
|
|
54528
|
+
"docs": "",
|
|
54529
|
+
"docsTags": [
|
|
54530
|
+
{
|
|
54531
|
+
"name": "default",
|
|
54532
|
+
"text": "\"right-start\""
|
|
54533
|
+
}
|
|
54534
|
+
],
|
|
54535
|
+
"default": "\"right-start\"",
|
|
54536
|
+
"values": [
|
|
54537
|
+
{
|
|
54538
|
+
"value": "bottom",
|
|
54539
|
+
"type": "string"
|
|
54540
|
+
},
|
|
54541
|
+
{
|
|
54542
|
+
"value": "bottom-end",
|
|
54543
|
+
"type": "string"
|
|
54544
|
+
},
|
|
54545
|
+
{
|
|
54546
|
+
"value": "bottom-start",
|
|
54547
|
+
"type": "string"
|
|
54548
|
+
},
|
|
54549
|
+
{
|
|
54550
|
+
"value": "left",
|
|
54551
|
+
"type": "string"
|
|
54552
|
+
},
|
|
54553
|
+
{
|
|
54554
|
+
"value": "left-end",
|
|
54555
|
+
"type": "string"
|
|
54556
|
+
},
|
|
54557
|
+
{
|
|
54558
|
+
"value": "left-start",
|
|
54559
|
+
"type": "string"
|
|
54560
|
+
},
|
|
54561
|
+
{
|
|
54562
|
+
"value": "right",
|
|
54563
|
+
"type": "string"
|
|
54564
|
+
},
|
|
54565
|
+
{
|
|
54566
|
+
"value": "right-end",
|
|
54567
|
+
"type": "string"
|
|
54568
|
+
},
|
|
54569
|
+
{
|
|
54570
|
+
"value": "right-start",
|
|
54571
|
+
"type": "string"
|
|
54572
|
+
},
|
|
54573
|
+
{
|
|
54574
|
+
"value": "top",
|
|
54575
|
+
"type": "string"
|
|
54576
|
+
},
|
|
54577
|
+
{
|
|
54578
|
+
"value": "top-end",
|
|
54579
|
+
"type": "string"
|
|
54580
|
+
},
|
|
54581
|
+
{
|
|
54582
|
+
"value": "top-start",
|
|
54583
|
+
"type": "string"
|
|
54584
|
+
}
|
|
54585
|
+
],
|
|
54586
|
+
"optional": true,
|
|
54587
|
+
"required": false,
|
|
54588
|
+
"getter": false,
|
|
54589
|
+
"setter": false
|
|
54590
|
+
},
|
|
54361
54591
|
{
|
|
54362
54592
|
"name": "value",
|
|
54363
54593
|
"type": "string",
|
|
@@ -83339,6 +83569,11 @@
|
|
|
83339
83569
|
"docstring": "",
|
|
83340
83570
|
"path": "src/components/swirl-inline-notification/swirl-inline-notification.tsx"
|
|
83341
83571
|
},
|
|
83572
|
+
"src/components/swirl-inline-notification/swirl-inline-notification.tsx::SwirlNotificationBorderRadius": {
|
|
83573
|
+
"declaration": "string",
|
|
83574
|
+
"docstring": "",
|
|
83575
|
+
"path": "src/components/swirl-inline-notification/swirl-inline-notification.tsx"
|
|
83576
|
+
},
|
|
83342
83577
|
"src/components/swirl-inline-status/swirl-inline-status.tsx::SwirlInlineStatusIntent": {
|
|
83343
83578
|
"declaration": "export type SwirlInlineStatusIntent =\n | \"critical\"\n | \"info\"\n | \"neutral\"\n | \"success\"\n | \"warning\";",
|
|
83344
83579
|
"docstring": "",
|