@getflip/swirl-components 0.403.0 → 0.404.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 (120) hide show
  1. package/components.json +84 -6
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-app-layout_5.cjs.entry.js +4 -2
  4. package/dist/cjs/swirl-components.cjs.js +1 -1
  5. package/dist/cjs/swirl-icon-arrow-left_4.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-search.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-shell-layout.cjs.entry.js +6 -6
  9. package/dist/cjs/swirl-shell-navigation-item.cjs.entry.js +2 -2
  10. package/dist/cjs/swirl-skeleton-box.cjs.entry.js +2 -2
  11. package/dist/cjs/swirl-skeleton-text.cjs.entry.js +1 -1
  12. package/dist/cjs/swirl-status-indicator.cjs.entry.js +1 -1
  13. package/dist/cjs/swirl-switch.cjs.entry.js +2 -2
  14. package/dist/cjs/swirl-tab-bar.cjs.entry.js +1 -1
  15. package/dist/cjs/swirl-tab.cjs.entry.js +1 -1
  16. package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
  17. package/dist/cjs/swirl-table.cjs.entry.js +1 -1
  18. package/dist/cjs/swirl-tag.cjs.entry.js +1 -1
  19. package/dist/cjs/swirl-text.cjs.entry.js +1 -1
  20. package/dist/cjs/swirl-toast-provider.cjs.entry.js +1 -1
  21. package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
  22. package/dist/cjs/swirl-toggle-group.cjs.entry.js +1 -1
  23. package/dist/cjs/swirl-toolbar.cjs.entry.js +1 -1
  24. package/dist/cjs/swirl-tooltip.cjs.entry.js +2 -2
  25. package/dist/collection/collection-manifest.json +1 -1
  26. package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.css +0 -1
  27. package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +48 -1
  28. package/dist/collection/components/swirl-search/swirl-search.js +1 -1
  29. package/dist/collection/components/swirl-shell-layout/swirl-shell-layout.js +6 -6
  30. package/dist/collection/components/swirl-shell-navigation-item/swirl-shell-navigation-item.js +2 -2
  31. package/dist/collection/components/swirl-skeleton-box/swirl-skeleton-box.js +2 -2
  32. package/dist/collection/components/swirl-skeleton-text/swirl-skeleton-text.js +1 -1
  33. package/dist/collection/components/swirl-spinner/swirl-spinner.js +1 -1
  34. package/dist/collection/components/swirl-status-indicator/swirl-status-indicator.js +1 -1
  35. package/dist/collection/components/swirl-switch/swirl-switch.js +2 -2
  36. package/dist/collection/components/swirl-tab/swirl-tab.js +1 -1
  37. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.js +1 -1
  38. package/dist/collection/components/swirl-table/swirl-table.js +1 -1
  39. package/dist/collection/components/swirl-table-column/swirl-table-column.js +1 -1
  40. package/dist/collection/components/swirl-tag/swirl-tag.js +1 -1
  41. package/dist/collection/components/swirl-text/swirl-text.js +1 -1
  42. package/dist/collection/components/swirl-thumbnail/swirl-thumbnail.js +1 -1
  43. package/dist/collection/components/swirl-toast/swirl-toast.js +1 -1
  44. package/dist/collection/components/swirl-toast-provider/swirl-toast-provider.js +1 -1
  45. package/dist/collection/components/swirl-toggle-group/swirl-toggle-group.js +1 -1
  46. package/dist/collection/components/swirl-toolbar/swirl-toolbar.js +1 -1
  47. package/dist/collection/components/swirl-tooltip/swirl-tooltip.js +2 -2
  48. package/dist/components/assets/pdfjs/pdf.worker.min.mjs +1 -1
  49. package/dist/components/file-manager.js +64 -58
  50. package/dist/components/swirl-resource-list-item2.js +20 -10
  51. package/dist/components/swirl-search.js +1 -1
  52. package/dist/components/swirl-shell-layout.js +6 -6
  53. package/dist/components/swirl-shell-navigation-item.js +2 -2
  54. package/dist/components/swirl-skeleton-box2.js +2 -2
  55. package/dist/components/swirl-skeleton-text.js +1 -1
  56. package/dist/components/swirl-spinner2.js +1 -1
  57. package/dist/components/swirl-status-indicator.js +1 -1
  58. package/dist/components/swirl-switch.js +2 -2
  59. package/dist/components/swirl-tab-bar2.js +1 -1
  60. package/dist/components/swirl-tab.js +1 -1
  61. package/dist/components/swirl-table-column.js +1 -1
  62. package/dist/components/swirl-table.js +1 -1
  63. package/dist/components/swirl-tag2.js +1 -1
  64. package/dist/components/swirl-text2.js +1 -1
  65. package/dist/components/swirl-thumbnail2.js +1 -1
  66. package/dist/components/swirl-toast-provider.js +1 -1
  67. package/dist/components/swirl-toast2.js +1 -1
  68. package/dist/components/swirl-toggle-group.js +1 -1
  69. package/dist/components/swirl-toolbar.js +1 -1
  70. package/dist/components/swirl-tooltip2.js +2 -2
  71. package/dist/esm/loader.js +1 -1
  72. package/dist/esm/swirl-app-layout_5.entry.js +4 -2
  73. package/dist/esm/swirl-components.js +1 -1
  74. package/dist/esm/swirl-icon-arrow-left_4.entry.js +1 -1
  75. package/dist/esm/swirl-icon-error_3.entry.js +1 -1
  76. package/dist/esm/swirl-search.entry.js +1 -1
  77. package/dist/esm/swirl-shell-layout.entry.js +6 -6
  78. package/dist/esm/swirl-shell-navigation-item.entry.js +2 -2
  79. package/dist/esm/swirl-skeleton-box.entry.js +2 -2
  80. package/dist/esm/swirl-skeleton-text.entry.js +1 -1
  81. package/dist/esm/swirl-status-indicator.entry.js +1 -1
  82. package/dist/esm/swirl-switch.entry.js +2 -2
  83. package/dist/esm/swirl-tab-bar.entry.js +1 -1
  84. package/dist/esm/swirl-tab.entry.js +1 -1
  85. package/dist/esm/swirl-table-column.entry.js +1 -1
  86. package/dist/esm/swirl-table.entry.js +1 -1
  87. package/dist/esm/swirl-tag.entry.js +1 -1
  88. package/dist/esm/swirl-text.entry.js +1 -1
  89. package/dist/esm/swirl-toast-provider.entry.js +1 -1
  90. package/dist/esm/swirl-toast.entry.js +1 -1
  91. package/dist/esm/swirl-toggle-group.entry.js +1 -1
  92. package/dist/esm/swirl-toolbar.entry.js +1 -1
  93. package/dist/esm/swirl-tooltip.entry.js +2 -2
  94. package/dist/swirl-components/{p-25a0bc6f.entry.js → p-0d86713d.entry.js} +1 -1
  95. package/dist/swirl-components/{p-93bb3365.entry.js → p-251853c7.entry.js} +2 -2
  96. package/dist/swirl-components/{p-b23edf69.entry.js → p-2dd48f2d.entry.js} +1 -1
  97. package/dist/swirl-components/{p-046c85df.entry.js → p-2fbbff16.entry.js} +1 -1
  98. package/dist/swirl-components/{p-b98cc8ee.entry.js → p-32205cb6.entry.js} +1 -1
  99. package/dist/swirl-components/{p-00b0bcdf.entry.js → p-4fe92179.entry.js} +1 -1
  100. package/dist/swirl-components/{p-362cf5cd.entry.js → p-525eccb7.entry.js} +1 -1
  101. package/dist/swirl-components/{p-66f57e69.entry.js → p-6058e144.entry.js} +1 -1
  102. package/dist/swirl-components/{p-900b7395.entry.js → p-61f63eb1.entry.js} +1 -1
  103. package/dist/swirl-components/p-6294b4b8.entry.js +1 -0
  104. package/dist/swirl-components/{p-68f1fc93.entry.js → p-8e15adb5.entry.js} +1 -1
  105. package/dist/swirl-components/{p-25937c0c.entry.js → p-9116eac5.entry.js} +1 -1
  106. package/dist/swirl-components/{p-38205c0f.entry.js → p-91d81ff7.entry.js} +1 -1
  107. package/dist/swirl-components/{p-e79a2b2f.entry.js → p-b56f08dd.entry.js} +1 -1
  108. package/dist/swirl-components/{p-55342fef.entry.js → p-bb3bf811.entry.js} +1 -1
  109. package/dist/swirl-components/{p-62a94658.entry.js → p-d8201d5b.entry.js} +1 -1
  110. package/dist/swirl-components/{p-a3709d0e.entry.js → p-d82c10a6.entry.js} +1 -1
  111. package/dist/swirl-components/{p-5067665a.entry.js → p-e24e9424.entry.js} +1 -1
  112. package/dist/swirl-components/{p-fef8e82f.entry.js → p-e8c9b581.entry.js} +1 -1
  113. package/dist/swirl-components/{p-f4cd2bc8.entry.js → p-eccc6946.entry.js} +1 -1
  114. package/dist/swirl-components/{p-db2de234.entry.js → p-f49848d1.entry.js} +1 -1
  115. package/dist/swirl-components/swirl-components.esm.js +1 -1
  116. package/dist/types/components/swirl-resource-list-item/swirl-resource-list-item.d.ts +3 -0
  117. package/dist/types/components.d.ts +16 -4
  118. package/package.json +1 -1
  119. package/vscode-data.json +22 -0
  120. package/dist/swirl-components/p-da93355a.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-11-05T13:28:56",
2
+ "timestamp": "2025-11-05T15:11:10",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.35.0",
@@ -59,6 +59,7 @@
59
59
  "swirl-option-list-item"
60
60
  ],
61
61
  "swirl-resource-list-item": [
62
+ "swirl-tooltip",
62
63
  "swirl-icon-check-strong",
63
64
  "swirl-popover-trigger",
64
65
  "swirl-button",
@@ -60247,6 +60248,77 @@
60247
60248
  "getter": false,
60248
60249
  "setter": false
60249
60250
  },
60251
+ {
60252
+ "name": "labelTooltip",
60253
+ "type": "string",
60254
+ "complexType": {
60255
+ "original": "string",
60256
+ "resolved": "string",
60257
+ "references": {}
60258
+ },
60259
+ "mutable": false,
60260
+ "attr": "label-tooltip",
60261
+ "reflectToAttr": false,
60262
+ "docs": "",
60263
+ "docsTags": [],
60264
+ "values": [
60265
+ {
60266
+ "type": "string"
60267
+ }
60268
+ ],
60269
+ "optional": true,
60270
+ "required": false,
60271
+ "getter": false,
60272
+ "setter": false
60273
+ },
60274
+ {
60275
+ "name": "labelTooltipPosition",
60276
+ "type": "\"bottom\" | \"left\" | \"right\" | \"top\"",
60277
+ "complexType": {
60278
+ "original": "SwirlTooltipPosition",
60279
+ "resolved": "\"bottom\" | \"left\" | \"right\" | \"top\"",
60280
+ "references": {
60281
+ "SwirlTooltipPosition": {
60282
+ "location": "import",
60283
+ "path": "../swirl-tooltip/swirl-tooltip",
60284
+ "id": "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition"
60285
+ }
60286
+ }
60287
+ },
60288
+ "mutable": false,
60289
+ "attr": "label-tooltip-position",
60290
+ "reflectToAttr": false,
60291
+ "docs": "",
60292
+ "docsTags": [
60293
+ {
60294
+ "name": "default",
60295
+ "text": "\"top\""
60296
+ }
60297
+ ],
60298
+ "default": "\"top\"",
60299
+ "values": [
60300
+ {
60301
+ "value": "bottom",
60302
+ "type": "string"
60303
+ },
60304
+ {
60305
+ "value": "left",
60306
+ "type": "string"
60307
+ },
60308
+ {
60309
+ "value": "right",
60310
+ "type": "string"
60311
+ },
60312
+ {
60313
+ "value": "top",
60314
+ "type": "string"
60315
+ }
60316
+ ],
60317
+ "optional": true,
60318
+ "required": false,
60319
+ "getter": false,
60320
+ "setter": false
60321
+ },
60250
60322
  {
60251
60323
  "name": "labelWeight",
60252
60324
  "type": "\"bold\" | \"medium\" | \"regular\" | \"semibold\"",
@@ -60525,6 +60597,7 @@
60525
60597
  "file-manager"
60526
60598
  ],
60527
60599
  "dependencies": [
60600
+ "swirl-tooltip",
60528
60601
  "swirl-icon-check-strong",
60529
60602
  "swirl-popover-trigger",
60530
60603
  "swirl-button",
@@ -60532,6 +60605,7 @@
60532
60605
  ],
60533
60606
  "dependencyGraph": {
60534
60607
  "swirl-resource-list-item": [
60608
+ "swirl-tooltip",
60535
60609
  "swirl-icon-check-strong",
60536
60610
  "swirl-popover-trigger",
60537
60611
  "swirl-button",
@@ -79460,6 +79534,7 @@
79460
79534
  "swirl-description-list-item",
79461
79535
  "swirl-form-control",
79462
79536
  "swirl-radio",
79537
+ "swirl-resource-list-item",
79463
79538
  "swirl-shell-layout",
79464
79539
  "swirl-shell-navigation-item",
79465
79540
  "swirl-table-row-group"
@@ -79475,6 +79550,9 @@
79475
79550
  "swirl-radio": [
79476
79551
  "swirl-tooltip"
79477
79552
  ],
79553
+ "swirl-resource-list-item": [
79554
+ "swirl-tooltip"
79555
+ ],
79478
79556
  "swirl-shell-layout": [
79479
79557
  "swirl-tooltip"
79480
79558
  ],
@@ -81385,6 +81463,11 @@
81385
81463
  "docstring": "",
81386
81464
  "path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
81387
81465
  },
81466
+ "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
81467
+ "declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
81468
+ "docstring": "",
81469
+ "path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
81470
+ },
81388
81471
  "src/components/swirl-resource-list-item/swirl-resource-list-item.tsx::SwirlResourceListItemLabelWeight": {
81389
81472
  "declaration": "export type SwirlResourceListItemLabelWeight =\n | \"medium\"\n | \"regular\"\n | \"semibold\"\n | \"bold\";",
81390
81473
  "docstring": "",
@@ -81565,11 +81648,6 @@
81565
81648
  "docstring": "",
81566
81649
  "path": "src/components/swirl-toolbar/swirl-toolbar.tsx"
81567
81650
  },
81568
- "src/components/swirl-tooltip/swirl-tooltip.tsx::SwirlTooltipPosition": {
81569
- "declaration": "export type SwirlTooltipPosition = \"top\" | \"right\" | \"bottom\" | \"left\";",
81570
- "docstring": "",
81571
- "path": "src/components/swirl-tooltip/swirl-tooltip.tsx"
81572
- },
81573
81651
  "src/components/swirl-tree-view/swirl-tree-view.tsx::SwirlTreeViewDropItemEvent": {
81574
81652
  "declaration": "export type SwirlTreeViewDropItemEvent = Pick<\n SortableEvent,\n \"oldIndex\" | \"newIndex\" | \"item\"\n> & {\n itemId: string;\n newNextSiblingItemId: string | undefined;\n newPrevSiblingItemId: string | undefined;\n sourceParentItemId: string;\n targetParentItemId: string;\n};",
81575
81653
  "docstring": "",