@getflip/swirl-components 0.434.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.
Files changed (39) hide show
  1. package/components.json +121 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-components.cjs.js +1 -1
  4. package/dist/cjs/swirl-inline-notification.cjs.entry.js +4 -3
  5. package/dist/cjs/swirl-menu.cjs.entry.js +4 -3
  6. package/dist/cjs/swirl-modal.cjs.entry.js +9 -9
  7. package/dist/cjs/swirl-radio.cjs.entry.js +1 -1
  8. package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.css +8 -1
  9. package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.js +30 -2
  10. package/dist/collection/components/swirl-inline-notification/swirl-inline-notification.stories.js +6 -0
  11. package/dist/collection/components/swirl-menu/swirl-menu.js +30 -3
  12. package/dist/collection/components/swirl-modal/swirl-modal.js +9 -9
  13. package/dist/collection/components/swirl-radio/swirl-radio.css +1 -0
  14. package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
  15. package/dist/components/swirl-inline-notification.js +6 -4
  16. package/dist/components/swirl-menu.js +5 -3
  17. package/dist/components/swirl-modal.js +9 -9
  18. package/dist/components/swirl-radio.js +1 -1
  19. package/dist/esm/loader.js +1 -1
  20. package/dist/esm/swirl-components.js +1 -1
  21. package/dist/esm/swirl-inline-notification.entry.js +4 -3
  22. package/dist/esm/swirl-menu.entry.js +4 -3
  23. package/dist/esm/swirl-modal.entry.js +9 -9
  24. package/dist/esm/swirl-radio.entry.js +1 -1
  25. package/dist/swirl-components/p-4bd7d553.entry.js +1 -0
  26. package/dist/swirl-components/p-5a396046.entry.js +1 -0
  27. package/dist/swirl-components/p-69145b3c.entry.js +1 -0
  28. package/dist/swirl-components/p-dc5a34f5.entry.js +1 -0
  29. package/dist/swirl-components/swirl-components.esm.js +1 -1
  30. package/dist/types/components/swirl-inline-notification/swirl-inline-notification.d.ts +4 -0
  31. package/dist/types/components/swirl-inline-notification/swirl-inline-notification.stories.d.ts +6 -0
  32. package/dist/types/components/swirl-menu/swirl-menu.d.ts +2 -1
  33. package/dist/types/components.d.ts +20 -4
  34. package/package.json +1 -1
  35. package/vscode-data.json +46 -0
  36. package/dist/swirl-components/p-114e47f6.entry.js +0 -1
  37. package/dist/swirl-components/p-322f18d4.entry.js +0 -1
  38. package/dist/swirl-components/p-5e8359de.entry.js +0 -1
  39. package/dist/swirl-components/p-b1168a4f.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-02-10T08:43:25",
2
+ "timestamp": "2026-02-10T14:17:57",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.35.0",
@@ -53383,6 +53383,41 @@
53383
53383
  "docsTags": [],
53384
53384
  "usage": {},
53385
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
+ },
53386
53421
  {
53387
53422
  "name": "heading",
53388
53423
  "type": "string",
@@ -54473,6 +54508,86 @@
54473
54508
  "getter": false,
54474
54509
  "setter": false
54475
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
+ },
54476
54591
  {
54477
54592
  "name": "value",
54478
54593
  "type": "string",
@@ -83454,6 +83569,11 @@
83454
83569
  "docstring": "",
83455
83570
  "path": "src/components/swirl-inline-notification/swirl-inline-notification.tsx"
83456
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
+ },
83457
83577
  "src/components/swirl-inline-status/swirl-inline-status.tsx::SwirlInlineStatusIntent": {
83458
83578
  "declaration": "export type SwirlInlineStatusIntent =\n | \"critical\"\n | \"info\"\n | \"neutral\"\n | \"success\"\n | \"warning\";",
83459
83579
  "docstring": "",