@getflip/swirl-components 0.171.2 → 0.172.1

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 (33) hide show
  1. package/components.json +120 -1
  2. package/dist/cjs/{focus-trap.esm-21561e09.js → focus-trap.esm-a1e3774c.js} +541 -179
  3. package/dist/cjs/index-1de6abbd.js +4 -0
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/swirl-components.cjs.js +1 -1
  6. package/dist/cjs/swirl-icon-desktop.cjs.entry.js +27 -0
  7. package/dist/cjs/swirl-modal.cjs.entry.js +1 -1
  8. package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -1
  9. package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
  10. package/dist/collection/collection-manifest.json +1 -0
  11. package/dist/collection/components/swirl-icon/icons/swirl-icon-desktop.js +78 -0
  12. package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
  13. package/dist/components/focus-trap.esm.js +541 -179
  14. package/dist/components/swirl-icon-desktop.d.ts +11 -0
  15. package/dist/components/swirl-icon-desktop.js +45 -0
  16. package/dist/esm/{focus-trap.esm-37cd2d2b.js → focus-trap.esm-49c9613c.js} +541 -179
  17. package/dist/esm/index-59244838.js +4 -0
  18. package/dist/esm/loader.js +1 -1
  19. package/dist/esm/swirl-components.js +1 -1
  20. package/dist/esm/swirl-icon-desktop.entry.js +23 -0
  21. package/dist/esm/swirl-modal.entry.js +1 -1
  22. package/dist/esm/swirl-shell-layout.entry.js +1 -1
  23. package/dist/swirl-components/{p-f69e0df8.entry.js → p-08a28031.entry.js} +1 -1
  24. package/dist/swirl-components/p-878dc806.js +10 -0
  25. package/dist/swirl-components/{p-208ad130.entry.js → p-8c722527.entry.js} +1 -1
  26. package/dist/swirl-components/p-a845b7e8.entry.js +1 -0
  27. package/dist/swirl-components/swirl-components.esm.js +1 -1
  28. package/dist/types/components/swirl-icon/icons/swirl-icon-desktop.d.ts +7 -0
  29. package/dist/types/components.d.ts +17 -0
  30. package/icons.json +1 -1
  31. package/package.json +3 -3
  32. package/vscode-data.json +58 -0
  33. package/dist/swirl-components/p-c2e1dfdb.js +0 -10
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-03-18T09:19:12",
2
+ "timestamp": "2024-03-19T10:34:56",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -13882,6 +13882,125 @@
13882
13882
  "dependencies": [],
13883
13883
  "dependencyGraph": {}
13884
13884
  },
13885
+ {
13886
+ "filePath": "./src/components/swirl-icon/icons/swirl-icon-desktop.tsx",
13887
+ "encapsulation": "shadow",
13888
+ "tag": "swirl-icon-desktop",
13889
+ "docs": "",
13890
+ "docsTags": [],
13891
+ "usage": {},
13892
+ "props": [
13893
+ {
13894
+ "name": "color",
13895
+ "type": "\"critical\" | \"default\" | \"disabled\" | \"highlight\" | \"info\" | \"on-action-primary\" | \"on-image\" | \"on-status\" | \"on-surface-highlight\" | \"on-surface-highlight-subdued\" | \"strong\" | \"success\" | \"warning\"",
13896
+ "mutable": false,
13897
+ "attr": "color",
13898
+ "reflectToAttr": false,
13899
+ "docs": "",
13900
+ "docsTags": [],
13901
+ "values": [
13902
+ {
13903
+ "value": "critical",
13904
+ "type": "string"
13905
+ },
13906
+ {
13907
+ "value": "default",
13908
+ "type": "string"
13909
+ },
13910
+ {
13911
+ "value": "disabled",
13912
+ "type": "string"
13913
+ },
13914
+ {
13915
+ "value": "highlight",
13916
+ "type": "string"
13917
+ },
13918
+ {
13919
+ "value": "info",
13920
+ "type": "string"
13921
+ },
13922
+ {
13923
+ "value": "on-action-primary",
13924
+ "type": "string"
13925
+ },
13926
+ {
13927
+ "value": "on-image",
13928
+ "type": "string"
13929
+ },
13930
+ {
13931
+ "value": "on-status",
13932
+ "type": "string"
13933
+ },
13934
+ {
13935
+ "value": "on-surface-highlight",
13936
+ "type": "string"
13937
+ },
13938
+ {
13939
+ "value": "on-surface-highlight-subdued",
13940
+ "type": "string"
13941
+ },
13942
+ {
13943
+ "value": "strong",
13944
+ "type": "string"
13945
+ },
13946
+ {
13947
+ "value": "success",
13948
+ "type": "string"
13949
+ },
13950
+ {
13951
+ "value": "warning",
13952
+ "type": "string"
13953
+ }
13954
+ ],
13955
+ "optional": true,
13956
+ "required": false
13957
+ },
13958
+ {
13959
+ "name": "size",
13960
+ "type": "16 | 20 | 24 | 28",
13961
+ "mutable": false,
13962
+ "attr": "size",
13963
+ "reflectToAttr": false,
13964
+ "docs": "",
13965
+ "docsTags": [],
13966
+ "default": "24",
13967
+ "values": [
13968
+ {
13969
+ "value": "16",
13970
+ "type": "number"
13971
+ },
13972
+ {
13973
+ "value": "20",
13974
+ "type": "number"
13975
+ },
13976
+ {
13977
+ "value": "24",
13978
+ "type": "number"
13979
+ },
13980
+ {
13981
+ "value": "28",
13982
+ "type": "number"
13983
+ }
13984
+ ],
13985
+ "optional": false,
13986
+ "required": false
13987
+ }
13988
+ ],
13989
+ "methods": [],
13990
+ "events": [],
13991
+ "listeners": [],
13992
+ "styles": [],
13993
+ "slots": [],
13994
+ "parts": [
13995
+ {
13996
+ "name": "icon",
13997
+ "docs": ""
13998
+ }
13999
+ ],
14000
+ "dependents": [],
14001
+ "dependencies": [],
14002
+ "dependencyGraph": {}
14003
+ },
13885
14004
  {
13886
14005
  "filePath": "./src/components/swirl-icon/icons/swirl-icon-directory.tsx",
13887
14006
  "encapsulation": "shadow",