@getflip/swirl-components 0.342.0 → 0.343.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 (56) hide show
  1. package/components.json +170 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/swirl-app-layout_5.cjs.entry.js +40 -32
  4. package/dist/cjs/swirl-components.cjs.js +1 -1
  5. package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +4 -1
  6. package/dist/cjs/swirl-resource-list-section.cjs.entry.js +4 -1
  7. package/dist/cjs/swirl-stack.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-tree-view-item.cjs.entry.js +23 -6
  9. package/dist/cjs/swirl-tree-view.cjs.entry.js +11 -1
  10. package/dist/collection/components/swirl-empty-state/swirl-empty-state.js +30 -1
  11. package/dist/collection/components/swirl-resource-list/swirl-resource-list.js +61 -30
  12. package/dist/collection/components/swirl-resource-list-file-item/swirl-resource-list-file-item.js +5 -2
  13. package/dist/collection/components/swirl-resource-list-item/swirl-resource-list-item.js +3 -1
  14. package/dist/collection/components/swirl-resource-list-section/swirl-resource-list-section.js +4 -1
  15. package/dist/collection/components/swirl-stack/swirl-stack.js +20 -1
  16. package/dist/collection/components/swirl-tree-view/swirl-tree-view.js +37 -1
  17. package/dist/collection/components/swirl-tree-view-item/swirl-tree-view-item.js +23 -6
  18. package/dist/components/assets/pdfjs/pdf.worker.min.mjs +4 -1
  19. package/dist/components/swirl-empty-state2.js +3 -1
  20. package/dist/components/swirl-resource-list-file-item.js +4 -1
  21. package/dist/components/swirl-resource-list-item2.js +3 -1
  22. package/dist/components/swirl-resource-list-section.js +4 -1
  23. package/dist/components/swirl-resource-list2.js +36 -30
  24. package/dist/components/swirl-stack2.js +2 -1
  25. package/dist/components/swirl-tree-view-item.js +23 -6
  26. package/dist/components/swirl-tree-view.js +12 -1
  27. package/dist/esm/loader.js +1 -1
  28. package/dist/esm/swirl-app-layout_5.entry.js +40 -32
  29. package/dist/esm/swirl-components.js +1 -1
  30. package/dist/esm/swirl-resource-list-file-item.entry.js +5 -2
  31. package/dist/esm/swirl-resource-list-section.entry.js +5 -2
  32. package/dist/esm/swirl-stack.entry.js +1 -1
  33. package/dist/esm/swirl-tree-view-item.entry.js +23 -6
  34. package/dist/esm/swirl-tree-view.entry.js +11 -1
  35. package/dist/swirl-components/p-0218a909.entry.js +1 -0
  36. package/dist/swirl-components/p-0a915f63.entry.js +1 -0
  37. package/dist/swirl-components/p-7a68df08.entry.js +1 -0
  38. package/dist/swirl-components/p-be976991.entry.js +1 -0
  39. package/dist/swirl-components/p-d8b7dbfc.entry.js +1 -0
  40. package/dist/swirl-components/{p-a97c0936.entry.js → p-f20e52ea.entry.js} +1 -1
  41. package/dist/swirl-components/swirl-components.esm.js +1 -1
  42. package/dist/types/components/swirl-empty-state/swirl-empty-state.d.ts +2 -0
  43. package/dist/types/components/swirl-resource-list/swirl-resource-list.d.ts +2 -0
  44. package/dist/types/components/swirl-resource-list-file-item/swirl-resource-list-file-item.d.ts +1 -0
  45. package/dist/types/components/swirl-resource-list-section/swirl-resource-list-section.d.ts +1 -0
  46. package/dist/types/components/swirl-stack/swirl-stack.d.ts +1 -0
  47. package/dist/types/components/swirl-tree-view/swirl-tree-view.d.ts +2 -0
  48. package/dist/types/components/swirl-tree-view-item/swirl-tree-view-item.d.ts +1 -0
  49. package/dist/types/components.d.ts +30 -4
  50. package/package.json +1 -1
  51. package/vscode-data.json +32 -0
  52. package/dist/swirl-components/p-4b88a8a7.entry.js +0 -1
  53. package/dist/swirl-components/p-8444fd5f.entry.js +0 -1
  54. package/dist/swirl-components/p-c72a11ba.entry.js +0 -1
  55. package/dist/swirl-components/p-f2c6b764.entry.js +0 -1
  56. package/dist/swirl-components/p-fc26150d.entry.js +0 -1
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-07-01T13:35:29",
2
+ "timestamp": "2025-07-03T11:25:18",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.35.0",
@@ -11974,6 +11974,62 @@
11974
11974
  "getter": false,
11975
11975
  "setter": false
11976
11976
  },
11977
+ {
11978
+ "name": "headingLevel",
11979
+ "type": "1 | 2 | 3 | 4 | 5 | 6",
11980
+ "complexType": {
11981
+ "original": "SwirlHeadingLevel",
11982
+ "resolved": "1 | 2 | 3 | 4 | 5 | 6",
11983
+ "references": {
11984
+ "SwirlHeadingLevel": {
11985
+ "location": "import",
11986
+ "path": "../swirl-heading/swirl-heading",
11987
+ "id": "src/components/swirl-heading/swirl-heading.tsx::SwirlHeadingLevel"
11988
+ }
11989
+ }
11990
+ },
11991
+ "mutable": false,
11992
+ "attr": "heading-level",
11993
+ "reflectToAttr": false,
11994
+ "docs": "",
11995
+ "docsTags": [
11996
+ {
11997
+ "name": "default",
11998
+ "text": "4"
11999
+ }
12000
+ ],
12001
+ "default": "4",
12002
+ "values": [
12003
+ {
12004
+ "value": "1",
12005
+ "type": "number"
12006
+ },
12007
+ {
12008
+ "value": "2",
12009
+ "type": "number"
12010
+ },
12011
+ {
12012
+ "value": "3",
12013
+ "type": "number"
12014
+ },
12015
+ {
12016
+ "value": "4",
12017
+ "type": "number"
12018
+ },
12019
+ {
12020
+ "value": "5",
12021
+ "type": "number"
12022
+ },
12023
+ {
12024
+ "value": "6",
12025
+ "type": "number"
12026
+ }
12027
+ ],
12028
+ "optional": false,
12029
+ "required": false,
12030
+ "getter": false,
12031
+ "setter": false
12032
+ },
11977
12033
  {
11978
12034
  "name": "illustration",
11979
12035
  "type": "string",
@@ -57528,6 +57584,46 @@
57528
57584
  "getter": false,
57529
57585
  "setter": false
57530
57586
  },
57587
+ {
57588
+ "name": "semantics",
57589
+ "type": "\"grid\" | \"list\"",
57590
+ "complexType": {
57591
+ "original": "SwirlResourceListSemantics",
57592
+ "resolved": "\"grid\" | \"list\"",
57593
+ "references": {
57594
+ "SwirlResourceListSemantics": {
57595
+ "location": "local",
57596
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-resource-list/swirl-resource-list.tsx",
57597
+ "id": "src/components/swirl-resource-list/swirl-resource-list.tsx::SwirlResourceListSemantics"
57598
+ }
57599
+ }
57600
+ },
57601
+ "mutable": false,
57602
+ "attr": "semantics",
57603
+ "reflectToAttr": false,
57604
+ "docs": "",
57605
+ "docsTags": [
57606
+ {
57607
+ "name": "default",
57608
+ "text": "\"grid\""
57609
+ }
57610
+ ],
57611
+ "default": "\"grid\"",
57612
+ "values": [
57613
+ {
57614
+ "value": "grid",
57615
+ "type": "string"
57616
+ },
57617
+ {
57618
+ "value": "list",
57619
+ "type": "string"
57620
+ }
57621
+ ],
57622
+ "optional": true,
57623
+ "required": false,
57624
+ "getter": false,
57625
+ "setter": false
57626
+ },
57531
57627
  {
57532
57628
  "name": "spacing",
57533
57629
  "type": "\"0\" | \"12\" | \"16\" | \"2\" | \"24\" | \"32\" | \"4\" | \"40\" | \"48\" | \"64\" | \"8\"",
@@ -61839,6 +61935,29 @@
61839
61935
  "getter": false,
61840
61936
  "setter": false
61841
61937
  },
61938
+ {
61939
+ "name": "swirlAriaRole",
61940
+ "type": "string",
61941
+ "complexType": {
61942
+ "original": "string",
61943
+ "resolved": "string",
61944
+ "references": {}
61945
+ },
61946
+ "mutable": false,
61947
+ "attr": "swirl-aria-role",
61948
+ "reflectToAttr": false,
61949
+ "docs": "",
61950
+ "docsTags": [],
61951
+ "values": [
61952
+ {
61953
+ "type": "string"
61954
+ }
61955
+ ],
61956
+ "optional": true,
61957
+ "required": false,
61958
+ "getter": false,
61959
+ "setter": false
61960
+ },
61842
61961
  {
61843
61962
  "name": "wrap",
61844
61963
  "type": "boolean",
@@ -72490,6 +72609,46 @@
72490
72609
  "required": true,
72491
72610
  "getter": false,
72492
72611
  "setter": false
72612
+ },
72613
+ {
72614
+ "name": "semantics",
72615
+ "type": "\"list\" | \"tree\"",
72616
+ "complexType": {
72617
+ "original": "SwirlTreeViewSemantics",
72618
+ "resolved": "\"list\" | \"tree\"",
72619
+ "references": {
72620
+ "SwirlTreeViewSemantics": {
72621
+ "location": "local",
72622
+ "path": "/home/runner/work/swirl/swirl/packages/swirl-components/src/components/swirl-tree-view/swirl-tree-view.tsx",
72623
+ "id": "src/components/swirl-tree-view/swirl-tree-view.tsx::SwirlTreeViewSemantics"
72624
+ }
72625
+ }
72626
+ },
72627
+ "mutable": false,
72628
+ "attr": "semantics",
72629
+ "reflectToAttr": false,
72630
+ "docs": "",
72631
+ "docsTags": [
72632
+ {
72633
+ "name": "default",
72634
+ "text": "\"tree\""
72635
+ }
72636
+ ],
72637
+ "default": "\"tree\"",
72638
+ "values": [
72639
+ {
72640
+ "value": "list",
72641
+ "type": "string"
72642
+ },
72643
+ {
72644
+ "value": "tree",
72645
+ "type": "string"
72646
+ }
72647
+ ],
72648
+ "optional": true,
72649
+ "required": false,
72650
+ "getter": false,
72651
+ "setter": false
72493
72652
  }
72494
72653
  ],
72495
72654
  "methods": [
@@ -73796,6 +73955,11 @@
73796
73955
  "docstring": "",
73797
73956
  "path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
73798
73957
  },
73958
+ "src/components/swirl-resource-list/swirl-resource-list.tsx::SwirlResourceListSemantics": {
73959
+ "declaration": "export type SwirlResourceListSemantics = \"grid\" | \"list\";",
73960
+ "docstring": "",
73961
+ "path": "src/components/swirl-resource-list/swirl-resource-list.tsx"
73962
+ },
73799
73963
  "src/components/swirl-resource-list-item/swirl-resource-list-item.tsx::SwirlResourceListItemLabelWeight": {
73800
73964
  "declaration": "export type SwirlResourceListItemLabelWeight =\n | \"medium\"\n | \"regular\"\n | \"semibold\"\n | \"bold\";",
73801
73965
  "docstring": "",
@@ -73986,6 +74150,11 @@
73986
74150
  "docstring": "",
73987
74151
  "path": "src/components/swirl-tree-view/swirl-tree-view.tsx"
73988
74152
  },
74153
+ "src/components/swirl-tree-view/swirl-tree-view.tsx::SwirlTreeViewSemantics": {
74154
+ "declaration": "export type SwirlTreeViewSemantics = \"tree\" | \"list\";",
74155
+ "docstring": "",
74156
+ "path": "src/components/swirl-tree-view/swirl-tree-view.tsx"
74157
+ },
73989
74158
  "../../node_modules/wc-datepicker/dist/types/components/wc-datepicker/wc-datepicker.d.ts::WCDatepickerLabels": {
73990
74159
  "declaration": "{\n clearButton: string;\n monthSelect: string;\n nextMonthButton: string;\n nextYearButton: string;\n picker: string;\n previousMonthButton: string;\n previousYearButton: string;\n todayButton: string;\n yearSelect: string;\n}",
73991
74160
  "docstring": "",