@getflip/swirl-components 0.288.0 → 0.290.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 (143) hide show
  1. package/components.json +296 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-action-list_2.cjs.entry.js +1 -1
  4. package/dist/cjs/swirl-app-layout_5.cjs.entry.js +1 -1
  5. package/dist/cjs/swirl-autocomplete.cjs.entry.js +1 -1
  6. package/dist/cjs/swirl-banner.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-button.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-carousel.cjs.entry.js +1 -1
  9. package/dist/cjs/swirl-chip.cjs.entry.js +1 -1
  10. package/dist/cjs/swirl-components.cjs.js +1 -1
  11. package/dist/cjs/swirl-console-layout.cjs.entry.js +1 -1
  12. package/dist/cjs/swirl-date-input.cjs.entry.js +1 -1
  13. package/dist/cjs/swirl-date-picker_2.cjs.entry.js +1 -1
  14. package/dist/cjs/swirl-file-viewer_8.cjs.entry.js +1 -1
  15. package/dist/cjs/swirl-form-control.cjs.entry.js +1 -1
  16. package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +1 -1
  17. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -1
  18. package/dist/cjs/swirl-image-grid-item.cjs.entry.js +1 -1
  19. package/dist/cjs/swirl-inline-status.cjs.entry.js +1 -1
  20. package/dist/cjs/swirl-lightbox.cjs.entry.js +1 -1
  21. package/dist/cjs/swirl-menu-item.cjs.entry.js +1 -1
  22. package/dist/cjs/swirl-menu.cjs.entry.js +1 -1
  23. package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
  24. package/dist/cjs/swirl-option-list_2.cjs.entry.js +1 -1
  25. package/dist/cjs/swirl-pagination.cjs.entry.js +1 -1
  26. package/dist/cjs/swirl-pdf-reader.cjs.entry.js +1 -1
  27. package/dist/cjs/swirl-popover_2.cjs.entry.js +1 -1
  28. package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +1 -1
  29. package/dist/cjs/swirl-search.cjs.entry.js +1 -1
  30. package/dist/cjs/swirl-select.cjs.entry.js +1 -1
  31. package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -1
  32. package/dist/cjs/swirl-tab-bar.cjs.entry.js +41 -4
  33. package/dist/cjs/swirl-table-column.cjs.entry.js +1 -1
  34. package/dist/cjs/swirl-table-row.cjs.entry.js +1 -1
  35. package/dist/cjs/swirl-table.cjs.entry.js +1 -1
  36. package/dist/cjs/swirl-tabs.cjs.entry.js +7 -3
  37. package/dist/cjs/swirl-text-input.cjs.entry.js +1 -1
  38. package/dist/cjs/swirl-time-input.cjs.entry.js +1 -1
  39. package/dist/cjs/swirl-toast.cjs.entry.js +1 -1
  40. package/dist/cjs/swirl-toolbar.cjs.entry.js +1 -1
  41. package/dist/cjs/{utils-ea8f1bbc.js → utils-1a1dd8d3.js} +16 -0
  42. package/dist/collection/components/swirl-modal/swirl-modal.css +11 -0
  43. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.css +72 -30
  44. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.js +111 -4
  45. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.spec.js +4 -4
  46. package/dist/collection/components/swirl-tabs/swirl-tabs.js +77 -3
  47. package/dist/collection/components/swirl-tabs/swirl-tabs.spec.js +1 -1
  48. package/dist/collection/utils.js +15 -0
  49. package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
  50. package/dist/components/swirl-app-layout2.js +1 -1
  51. package/dist/components/swirl-date-picker2.js +1 -1
  52. package/dist/components/swirl-file-viewer-pdf2.js +1 -1
  53. package/dist/components/swirl-modal.js +1 -1
  54. package/dist/components/swirl-tab-bar2.js +45 -5
  55. package/dist/components/swirl-tabs.js +10 -3
  56. package/dist/components/utils.js +16 -1
  57. package/dist/esm/loader.js +1 -1
  58. package/dist/esm/swirl-action-list_2.entry.js +1 -1
  59. package/dist/esm/swirl-app-layout_5.entry.js +1 -1
  60. package/dist/esm/swirl-autocomplete.entry.js +1 -1
  61. package/dist/esm/swirl-banner.entry.js +1 -1
  62. package/dist/esm/swirl-button.entry.js +1 -1
  63. package/dist/esm/swirl-carousel.entry.js +1 -1
  64. package/dist/esm/swirl-chip.entry.js +1 -1
  65. package/dist/esm/swirl-components.js +1 -1
  66. package/dist/esm/swirl-console-layout.entry.js +1 -1
  67. package/dist/esm/swirl-date-input.entry.js +1 -1
  68. package/dist/esm/swirl-date-picker_2.entry.js +1 -1
  69. package/dist/esm/swirl-file-viewer_8.entry.js +1 -1
  70. package/dist/esm/swirl-form-control.entry.js +1 -1
  71. package/dist/esm/swirl-icon-check-small_3.entry.js +1 -1
  72. package/dist/esm/swirl-icon-error_3.entry.js +1 -1
  73. package/dist/esm/swirl-image-grid-item.entry.js +1 -1
  74. package/dist/esm/swirl-inline-status.entry.js +1 -1
  75. package/dist/esm/swirl-lightbox.entry.js +1 -1
  76. package/dist/esm/swirl-menu-item.entry.js +1 -1
  77. package/dist/esm/swirl-menu.entry.js +1 -1
  78. package/dist/esm/swirl-modal.entry.js +1 -1
  79. package/dist/esm/swirl-option-list_2.entry.js +1 -1
  80. package/dist/esm/swirl-pagination.entry.js +1 -1
  81. package/dist/esm/swirl-pdf-reader.entry.js +1 -1
  82. package/dist/esm/swirl-popover_2.entry.js +1 -1
  83. package/dist/esm/swirl-resource-list-file-item.entry.js +1 -1
  84. package/dist/esm/swirl-search.entry.js +1 -1
  85. package/dist/esm/swirl-select.entry.js +1 -1
  86. package/dist/esm/swirl-shell-layout.entry.js +1 -1
  87. package/dist/esm/swirl-tab-bar.entry.js +42 -5
  88. package/dist/esm/swirl-table-column.entry.js +1 -1
  89. package/dist/esm/swirl-table-row.entry.js +1 -1
  90. package/dist/esm/swirl-table.entry.js +1 -1
  91. package/dist/esm/swirl-tabs.entry.js +7 -3
  92. package/dist/esm/swirl-text-input.entry.js +1 -1
  93. package/dist/esm/swirl-time-input.entry.js +1 -1
  94. package/dist/esm/swirl-toast.entry.js +1 -1
  95. package/dist/esm/swirl-toolbar.entry.js +1 -1
  96. package/dist/esm/{utils-fbb8b494.js → utils-877a768f.js} +16 -1
  97. package/dist/swirl-components/{p-3035680c.entry.js → p-06bdccc8.entry.js} +1 -1
  98. package/dist/swirl-components/{p-e5fa524b.entry.js → p-107317f7.entry.js} +1 -1
  99. package/dist/swirl-components/p-138cbd38.entry.js +1 -0
  100. package/dist/swirl-components/{p-1a8cc28b.entry.js → p-1a6e40b5.entry.js} +1 -1
  101. package/dist/swirl-components/{p-1d545c20.entry.js → p-1fb940a5.entry.js} +1 -1
  102. package/dist/swirl-components/{p-97e844bc.entry.js → p-20bd4e9f.entry.js} +1 -1
  103. package/dist/swirl-components/{p-13dfb234.entry.js → p-242a3a2e.entry.js} +1 -1
  104. package/dist/swirl-components/{p-ac4d5f89.entry.js → p-286a4e5f.entry.js} +1 -1
  105. package/dist/swirl-components/{p-8aae965a.entry.js → p-2be118fe.entry.js} +1 -1
  106. package/dist/swirl-components/{p-581d4452.entry.js → p-3393c37e.entry.js} +1 -1
  107. package/dist/swirl-components/{p-c58fb3e4.entry.js → p-40a8920a.entry.js} +1 -1
  108. package/dist/swirl-components/{p-84fedd39.entry.js → p-4203d5bd.entry.js} +1 -1
  109. package/dist/swirl-components/{p-d55652aa.entry.js → p-42a8e0d3.entry.js} +1 -1
  110. package/dist/swirl-components/{p-a075cbf9.entry.js → p-47997f42.entry.js} +1 -1
  111. package/dist/swirl-components/{p-0f3e0216.js → p-5136b9f9.js} +1 -1
  112. package/dist/swirl-components/{p-30d69cd9.entry.js → p-53609073.entry.js} +1 -1
  113. package/dist/swirl-components/{p-3d225eb0.entry.js → p-648b2513.entry.js} +1 -1
  114. package/dist/swirl-components/{p-a935ab50.entry.js → p-67986fbf.entry.js} +1 -1
  115. package/dist/swirl-components/{p-21adf412.entry.js → p-6e63989b.entry.js} +1 -1
  116. package/dist/swirl-components/{p-5d981c71.entry.js → p-729b5778.entry.js} +1 -1
  117. package/dist/swirl-components/p-761bed6f.entry.js +1 -0
  118. package/dist/swirl-components/{p-56085b5f.entry.js → p-8105788c.entry.js} +1 -1
  119. package/dist/swirl-components/{p-5c750dc8.entry.js → p-879737fa.entry.js} +1 -1
  120. package/dist/swirl-components/{p-626aa890.entry.js → p-881701f9.entry.js} +1 -1
  121. package/dist/swirl-components/{p-6a3a0bbb.entry.js → p-896d79a5.entry.js} +1 -1
  122. package/dist/swirl-components/{p-6ccc3c41.entry.js → p-917fbbd8.entry.js} +1 -1
  123. package/dist/swirl-components/{p-3400acf0.entry.js → p-9536fdc4.entry.js} +1 -1
  124. package/dist/swirl-components/{p-a7bf1966.entry.js → p-a2afb995.entry.js} +1 -1
  125. package/dist/swirl-components/{p-389b4dc5.entry.js → p-a9f98674.entry.js} +1 -1
  126. package/dist/swirl-components/{p-abcbb236.entry.js → p-b6eaeb29.entry.js} +1 -1
  127. package/dist/swirl-components/{p-e97590df.entry.js → p-ba40bf8f.entry.js} +1 -1
  128. package/dist/swirl-components/{p-da913f77.entry.js → p-c202911e.entry.js} +1 -1
  129. package/dist/swirl-components/{p-1449f6ec.entry.js → p-c71f17c9.entry.js} +1 -1
  130. package/dist/swirl-components/{p-305b560c.entry.js → p-d587d1b6.entry.js} +1 -1
  131. package/dist/swirl-components/{p-dee55c67.entry.js → p-db3dc350.entry.js} +1 -1
  132. package/dist/swirl-components/{p-4de8e4d1.entry.js → p-de850f13.entry.js} +1 -1
  133. package/dist/swirl-components/{p-279f67be.entry.js → p-ea418410.entry.js} +1 -1
  134. package/dist/swirl-components/{p-8efcb985.entry.js → p-eb81439a.entry.js} +1 -1
  135. package/dist/swirl-components/swirl-components.esm.js +1 -1
  136. package/dist/types/components/swirl-tab-bar/swirl-tab-bar.d.ts +8 -0
  137. package/dist/types/components/swirl-tabs/swirl-tabs.d.ts +4 -1
  138. package/dist/types/components.d.ts +16 -4
  139. package/dist/types/utils.d.ts +13 -0
  140. package/package.json +1 -1
  141. package/vscode-data.json +144 -0
  142. package/dist/swirl-components/p-0dacf15d.entry.js +0 -1
  143. package/dist/swirl-components/p-9f59a11b.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-02-04T15:19:47",
2
+ "timestamp": "2025-02-06T13:05:01",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.18.1",
@@ -55056,6 +55056,118 @@
55056
55056
  "optional": false,
55057
55057
  "required": true
55058
55058
  },
55059
+ {
55060
+ "name": "paddingBlockEnd",
55061
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
55062
+ "complexType": {
55063
+ "original": "SwirlTabBarPadding",
55064
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
55065
+ "references": {
55066
+ "SwirlTabBarPadding": {
55067
+ "location": "local",
55068
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
55069
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
55070
+ }
55071
+ }
55072
+ },
55073
+ "mutable": false,
55074
+ "attr": "padding-block-end",
55075
+ "reflectToAttr": false,
55076
+ "docs": "",
55077
+ "docsTags": [],
55078
+ "values": [
55079
+ {
55080
+ "value": "0",
55081
+ "type": "string"
55082
+ },
55083
+ {
55084
+ "value": "12",
55085
+ "type": "string"
55086
+ },
55087
+ {
55088
+ "value": "16",
55089
+ "type": "string"
55090
+ },
55091
+ {
55092
+ "value": "2",
55093
+ "type": "string"
55094
+ },
55095
+ {
55096
+ "value": "20",
55097
+ "type": "string"
55098
+ },
55099
+ {
55100
+ "value": "24",
55101
+ "type": "string"
55102
+ },
55103
+ {
55104
+ "value": "4",
55105
+ "type": "string"
55106
+ },
55107
+ {
55108
+ "value": "8",
55109
+ "type": "string"
55110
+ }
55111
+ ],
55112
+ "optional": true,
55113
+ "required": false
55114
+ },
55115
+ {
55116
+ "name": "paddingBlockStart",
55117
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
55118
+ "complexType": {
55119
+ "original": "SwirlTabBarPadding",
55120
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
55121
+ "references": {
55122
+ "SwirlTabBarPadding": {
55123
+ "location": "local",
55124
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
55125
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
55126
+ }
55127
+ }
55128
+ },
55129
+ "mutable": false,
55130
+ "attr": "padding-block-start",
55131
+ "reflectToAttr": false,
55132
+ "docs": "",
55133
+ "docsTags": [],
55134
+ "values": [
55135
+ {
55136
+ "value": "0",
55137
+ "type": "string"
55138
+ },
55139
+ {
55140
+ "value": "12",
55141
+ "type": "string"
55142
+ },
55143
+ {
55144
+ "value": "16",
55145
+ "type": "string"
55146
+ },
55147
+ {
55148
+ "value": "2",
55149
+ "type": "string"
55150
+ },
55151
+ {
55152
+ "value": "20",
55153
+ "type": "string"
55154
+ },
55155
+ {
55156
+ "value": "24",
55157
+ "type": "string"
55158
+ },
55159
+ {
55160
+ "value": "4",
55161
+ "type": "string"
55162
+ },
55163
+ {
55164
+ "value": "8",
55165
+ "type": "string"
55166
+ }
55167
+ ],
55168
+ "optional": true,
55169
+ "required": false
55170
+ },
55059
55171
  {
55060
55172
  "name": "paddingInlineEnd",
55061
55173
  "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
@@ -55194,6 +55306,39 @@
55194
55306
  ],
55195
55307
  "optional": false,
55196
55308
  "required": false
55309
+ },
55310
+ {
55311
+ "name": "variant",
55312
+ "type": "\"default\" | \"pill\"",
55313
+ "complexType": {
55314
+ "original": "SwirlTabBarVariant",
55315
+ "resolved": "\"default\" | \"pill\"",
55316
+ "references": {
55317
+ "SwirlTabBarVariant": {
55318
+ "location": "local",
55319
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tab-bar/swirl-tab-bar.tsx",
55320
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant"
55321
+ }
55322
+ }
55323
+ },
55324
+ "mutable": false,
55325
+ "attr": "variant",
55326
+ "reflectToAttr": false,
55327
+ "docs": "",
55328
+ "docsTags": [],
55329
+ "default": "\"default\"",
55330
+ "values": [
55331
+ {
55332
+ "value": "default",
55333
+ "type": "string"
55334
+ },
55335
+ {
55336
+ "value": "pill",
55337
+ "type": "string"
55338
+ }
55339
+ ],
55340
+ "optional": true,
55341
+ "required": false
55197
55342
  }
55198
55343
  ],
55199
55344
  "methods": [],
@@ -55875,6 +56020,118 @@
55875
56020
  "optional": false,
55876
56021
  "required": true
55877
56022
  },
56023
+ {
56024
+ "name": "tabBarPaddingBlockEnd",
56025
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
56026
+ "complexType": {
56027
+ "original": "SwirlTabBarPadding",
56028
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
56029
+ "references": {
56030
+ "SwirlTabBarPadding": {
56031
+ "location": "import",
56032
+ "path": "../swirl-tab-bar/swirl-tab-bar",
56033
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
56034
+ }
56035
+ }
56036
+ },
56037
+ "mutable": false,
56038
+ "attr": "tab-bar-padding-block-end",
56039
+ "reflectToAttr": false,
56040
+ "docs": "",
56041
+ "docsTags": [],
56042
+ "values": [
56043
+ {
56044
+ "value": "0",
56045
+ "type": "string"
56046
+ },
56047
+ {
56048
+ "value": "12",
56049
+ "type": "string"
56050
+ },
56051
+ {
56052
+ "value": "16",
56053
+ "type": "string"
56054
+ },
56055
+ {
56056
+ "value": "2",
56057
+ "type": "string"
56058
+ },
56059
+ {
56060
+ "value": "20",
56061
+ "type": "string"
56062
+ },
56063
+ {
56064
+ "value": "24",
56065
+ "type": "string"
56066
+ },
56067
+ {
56068
+ "value": "4",
56069
+ "type": "string"
56070
+ },
56071
+ {
56072
+ "value": "8",
56073
+ "type": "string"
56074
+ }
56075
+ ],
56076
+ "optional": true,
56077
+ "required": false
56078
+ },
56079
+ {
56080
+ "name": "tabBarPaddingBlockStart",
56081
+ "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
56082
+ "complexType": {
56083
+ "original": "SwirlTabBarPadding",
56084
+ "resolved": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
56085
+ "references": {
56086
+ "SwirlTabBarPadding": {
56087
+ "location": "import",
56088
+ "path": "../swirl-tab-bar/swirl-tab-bar",
56089
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarPadding"
56090
+ }
56091
+ }
56092
+ },
56093
+ "mutable": false,
56094
+ "attr": "tab-bar-padding-block-start",
56095
+ "reflectToAttr": false,
56096
+ "docs": "",
56097
+ "docsTags": [],
56098
+ "values": [
56099
+ {
56100
+ "value": "0",
56101
+ "type": "string"
56102
+ },
56103
+ {
56104
+ "value": "12",
56105
+ "type": "string"
56106
+ },
56107
+ {
56108
+ "value": "16",
56109
+ "type": "string"
56110
+ },
56111
+ {
56112
+ "value": "2",
56113
+ "type": "string"
56114
+ },
56115
+ {
56116
+ "value": "20",
56117
+ "type": "string"
56118
+ },
56119
+ {
56120
+ "value": "24",
56121
+ "type": "string"
56122
+ },
56123
+ {
56124
+ "value": "4",
56125
+ "type": "string"
56126
+ },
56127
+ {
56128
+ "value": "8",
56129
+ "type": "string"
56130
+ }
56131
+ ],
56132
+ "optional": true,
56133
+ "required": false
56134
+ },
55878
56135
  {
55879
56136
  "name": "tabBarPaddingInlineEnd",
55880
56137
  "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"20\" | \"24\" | \"4\" | \"8\"",
@@ -55986,6 +56243,39 @@
55986
56243
  ],
55987
56244
  "optional": true,
55988
56245
  "required": false
56246
+ },
56247
+ {
56248
+ "name": "tabBarVariant",
56249
+ "type": "\"default\" | \"pill\"",
56250
+ "complexType": {
56251
+ "original": "SwirlTabBarVariant",
56252
+ "resolved": "\"default\" | \"pill\"",
56253
+ "references": {
56254
+ "SwirlTabBarVariant": {
56255
+ "location": "import",
56256
+ "path": "../swirl-tab-bar/swirl-tab-bar",
56257
+ "id": "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant"
56258
+ }
56259
+ }
56260
+ },
56261
+ "mutable": false,
56262
+ "attr": "tab-bar-variant",
56263
+ "reflectToAttr": false,
56264
+ "docs": "",
56265
+ "docsTags": [],
56266
+ "default": "\"default\"",
56267
+ "values": [
56268
+ {
56269
+ "value": "default",
56270
+ "type": "string"
56271
+ },
56272
+ {
56273
+ "value": "pill",
56274
+ "type": "string"
56275
+ }
56276
+ ],
56277
+ "optional": true,
56278
+ "required": false
55989
56279
  }
55990
56280
  ],
55991
56281
  "methods": [
@@ -61050,6 +61340,11 @@
61050
61340
  "docstring": "",
61051
61341
  "path": "src/components/swirl-tab-bar/swirl-tab-bar.tsx"
61052
61342
  },
61343
+ "src/components/swirl-tab-bar/swirl-tab-bar.tsx::SwirlTabBarVariant": {
61344
+ "declaration": "export type SwirlTabBarVariant = \"default\" | \"pill\";",
61345
+ "docstring": "",
61346
+ "path": "src/components/swirl-tab-bar/swirl-tab-bar.tsx"
61347
+ },
61053
61348
  "src/components/swirl-table-column/swirl-table-column.tsx::SwirlTableColumnSort": {
61054
61349
  "declaration": "export type SwirlTableColumnSort = \"ascending\" | \"descending\";",
61055
61350
  "docstring": "",