@okam/stack-ui 0.0.1 → 1.0.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 (68) hide show
  1. package/ArrowDown-240ec51e.js +1 -0
  2. package/ArrowDown-bd62761c.mjs +8 -0
  3. package/ArrowLeft-1b21fcea.js +1 -0
  4. package/ArrowLeft-32859d60.mjs +11 -0
  5. package/BrandArrowRight-15b94779.mjs +8 -0
  6. package/BrandArrowRight-acff167a.js +1 -0
  7. package/Check-99347f70.js +1 -0
  8. package/Check-9be52cae.mjs +8 -0
  9. package/ChevronLeft-d73da90a.js +1 -0
  10. package/ChevronLeft-e2fcd921.mjs +8 -0
  11. package/ChevronRight-0ca2ee2f.js +1 -0
  12. package/ChevronRight-4304471d.mjs +8 -0
  13. package/CloseBtn-190a8531.mjs +14 -0
  14. package/CloseBtn-69c71e87.js +1 -0
  15. package/Facebook-0155a013.js +1 -0
  16. package/Facebook-e3ed2083.mjs +14 -0
  17. package/FacebookColored-374359dc.js +1 -0
  18. package/FacebookColored-b8bfe07f.mjs +16 -0
  19. package/Globe-a90ea0fd.mjs +49 -0
  20. package/Globe-debe58c9.js +1 -0
  21. package/Instagram-4df7aa23.mjs +11 -0
  22. package/Instagram-91493db3.js +1 -0
  23. package/InstagramColored-285f01c7.mjs +74 -0
  24. package/InstagramColored-bd6d060a.js +1 -0
  25. package/Link-0cfa8cb2.mjs +11 -0
  26. package/Link-a1ce4b7d.js +1 -0
  27. package/Mail-5fe5e7af.mjs +13 -0
  28. package/Mail-91471c44.js +1 -0
  29. package/Plus-31904b88.mjs +20 -0
  30. package/Plus-49d47829.js +1 -0
  31. package/Share-e78f4209.mjs +16 -0
  32. package/Share-ef58a68e.js +1 -0
  33. package/Twitter-0c68a379.js +1 -0
  34. package/Twitter-f19d7a56.mjs +16 -0
  35. package/TwitterColored-a98c7c71.js +1 -0
  36. package/TwitterColored-ec64f97d.mjs +16 -0
  37. package/Upload-0cb11940.js +1 -0
  38. package/Upload-a83d1e52.mjs +14 -0
  39. package/YouTube-0fc23ed9.mjs +16 -0
  40. package/YouTube-e2ea4825.js +1 -0
  41. package/YouTubeColored-77fad9d4.mjs +17 -0
  42. package/YouTubeColored-9d9b1a39.js +1 -0
  43. package/components/icons/ArrowDown.d.ts +3 -0
  44. package/components/icons/ArrowLeft.d.ts +3 -0
  45. package/components/icons/BrandArrowRight.d.ts +3 -0
  46. package/components/icons/Check.d.ts +3 -0
  47. package/components/icons/ChevronLeft.d.ts +3 -0
  48. package/components/icons/ChevronRight.d.ts +3 -0
  49. package/components/icons/CloseBtn.d.ts +3 -0
  50. package/components/icons/Facebook.d.ts +3 -0
  51. package/components/icons/FacebookColored.d.ts +3 -0
  52. package/components/icons/Globe.d.ts +3 -0
  53. package/components/icons/Instagram.d.ts +3 -0
  54. package/components/icons/InstagramColored.d.ts +3 -0
  55. package/components/icons/Link.d.ts +3 -0
  56. package/components/icons/Mail.d.ts +3 -0
  57. package/components/icons/Plus.d.ts +3 -0
  58. package/components/icons/Share.d.ts +3 -0
  59. package/components/icons/Twitter.d.ts +3 -0
  60. package/components/icons/TwitterColored.d.ts +3 -0
  61. package/components/icons/Upload.d.ts +3 -0
  62. package/components/icons/YouTube.d.ts +3 -0
  63. package/components/icons/YouTubeColored.d.ts +3 -0
  64. package/index-3d05b2a8.js +3 -0
  65. package/index-6974f557.mjs +5827 -0
  66. package/index.js +1 -3
  67. package/index.mjs +23 -5813
  68. package/package.json +30 -2
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@okam/stack-ui",
3
- "version": "0.0.1",
3
+ "version": "1.0.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
+ "license": "MIT",
6
7
  "exports": {
7
8
  ".": {
8
9
  "import": "./index.mjs",
@@ -14,5 +15,32 @@
14
15
  },
15
16
  "repository": {
16
17
  "url": "https://github.com/OKAMca/stack.git"
17
- }
18
+ },
19
+ "dependencies": {
20
+ "@react-aria/checkbox": "3.9.2",
21
+ "@react-aria/focus": "3.13.0",
22
+ "@react-aria/i18n": "3.8.0",
23
+ "@react-aria/overlays": "3.15.0",
24
+ "@react-aria/visually-hidden": "3.8.2",
25
+ "@react-stately/overlays": "3.6.0",
26
+ "@react-stately/toggle": "3.6.0",
27
+ "@react-types/dialog": "3.5.3",
28
+ "@react-types/overlays": "3.8.0",
29
+ "@react-types/shared": "3.18.1",
30
+ "@tsed/exceptions": "^6.100.3",
31
+ "dequal": "^2.0.0",
32
+ "isomorphic-dompurify": "0.26.0",
33
+ "lodash": "4.17.21",
34
+ "lodash.isequal": "4.5.0",
35
+ "radash": "10.7.0",
36
+ "react": "18.2.0",
37
+ "react-aria": "3.22.0",
38
+ "react-div-100vh": "0.7.0",
39
+ "react-hook-form": "7.43.0",
40
+ "react-i18next": "12.1.5",
41
+ "react-spring": "9.6.1",
42
+ "react-stately": "3.20.0",
43
+ "tailwind-variants": "^0.1.8"
44
+ },
45
+ "type": "module"
18
46
  }