@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.
- package/ArrowDown-240ec51e.js +1 -0
- package/ArrowDown-bd62761c.mjs +8 -0
- package/ArrowLeft-1b21fcea.js +1 -0
- package/ArrowLeft-32859d60.mjs +11 -0
- package/BrandArrowRight-15b94779.mjs +8 -0
- package/BrandArrowRight-acff167a.js +1 -0
- package/Check-99347f70.js +1 -0
- package/Check-9be52cae.mjs +8 -0
- package/ChevronLeft-d73da90a.js +1 -0
- package/ChevronLeft-e2fcd921.mjs +8 -0
- package/ChevronRight-0ca2ee2f.js +1 -0
- package/ChevronRight-4304471d.mjs +8 -0
- package/CloseBtn-190a8531.mjs +14 -0
- package/CloseBtn-69c71e87.js +1 -0
- package/Facebook-0155a013.js +1 -0
- package/Facebook-e3ed2083.mjs +14 -0
- package/FacebookColored-374359dc.js +1 -0
- package/FacebookColored-b8bfe07f.mjs +16 -0
- package/Globe-a90ea0fd.mjs +49 -0
- package/Globe-debe58c9.js +1 -0
- package/Instagram-4df7aa23.mjs +11 -0
- package/Instagram-91493db3.js +1 -0
- package/InstagramColored-285f01c7.mjs +74 -0
- package/InstagramColored-bd6d060a.js +1 -0
- package/Link-0cfa8cb2.mjs +11 -0
- package/Link-a1ce4b7d.js +1 -0
- package/Mail-5fe5e7af.mjs +13 -0
- package/Mail-91471c44.js +1 -0
- package/Plus-31904b88.mjs +20 -0
- package/Plus-49d47829.js +1 -0
- package/Share-e78f4209.mjs +16 -0
- package/Share-ef58a68e.js +1 -0
- package/Twitter-0c68a379.js +1 -0
- package/Twitter-f19d7a56.mjs +16 -0
- package/TwitterColored-a98c7c71.js +1 -0
- package/TwitterColored-ec64f97d.mjs +16 -0
- package/Upload-0cb11940.js +1 -0
- package/Upload-a83d1e52.mjs +14 -0
- package/YouTube-0fc23ed9.mjs +16 -0
- package/YouTube-e2ea4825.js +1 -0
- package/YouTubeColored-77fad9d4.mjs +17 -0
- package/YouTubeColored-9d9b1a39.js +1 -0
- package/components/icons/ArrowDown.d.ts +3 -0
- package/components/icons/ArrowLeft.d.ts +3 -0
- package/components/icons/BrandArrowRight.d.ts +3 -0
- package/components/icons/Check.d.ts +3 -0
- package/components/icons/ChevronLeft.d.ts +3 -0
- package/components/icons/ChevronRight.d.ts +3 -0
- package/components/icons/CloseBtn.d.ts +3 -0
- package/components/icons/Facebook.d.ts +3 -0
- package/components/icons/FacebookColored.d.ts +3 -0
- package/components/icons/Globe.d.ts +3 -0
- package/components/icons/Instagram.d.ts +3 -0
- package/components/icons/InstagramColored.d.ts +3 -0
- package/components/icons/Link.d.ts +3 -0
- package/components/icons/Mail.d.ts +3 -0
- package/components/icons/Plus.d.ts +3 -0
- package/components/icons/Share.d.ts +3 -0
- package/components/icons/Twitter.d.ts +3 -0
- package/components/icons/TwitterColored.d.ts +3 -0
- package/components/icons/Upload.d.ts +3 -0
- package/components/icons/YouTube.d.ts +3 -0
- package/components/icons/YouTubeColored.d.ts +3 -0
- package/index-3d05b2a8.js +3 -0
- package/index-6974f557.mjs +5827 -0
- package/index.js +1 -3
- package/index.mjs +23 -5813
- package/package.json +30 -2
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okam/stack-ui",
|
|
3
|
-
"version": "
|
|
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
|
}
|