@sikka/hawa 0.27.22-next → 0.27.24-next
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/dist/avatar/index.d.mts +1 -0
- package/dist/avatar/index.d.ts +1 -0
- package/dist/avatar/index.js +2 -1
- package/dist/avatar/index.js.map +1 -1
- package/dist/avatar/index.mjs +2 -1
- package/dist/avatar/index.mjs.map +1 -1
- package/dist/blocks/auth/index.d.mts +29 -3
- package/dist/blocks/auth/index.d.ts +29 -3
- package/dist/blocks/auth/index.js +386 -383
- package/dist/blocks/auth/index.mjs +315 -309
- package/dist/blocks/feedback/index.d.mts +1 -1
- package/dist/blocks/feedback/index.d.ts +1 -1
- package/dist/blocks/feedback/index.mjs +5 -5
- package/dist/blocks/index.d.mts +28 -2
- package/dist/blocks/index.d.ts +28 -2
- package/dist/blocks/index.js +401 -398
- package/dist/blocks/index.mjs +19 -15
- package/dist/blocks/misc/index.d.mts +1 -1
- package/dist/blocks/misc/index.d.ts +1 -1
- package/dist/blocks/misc/index.mjs +5 -5
- package/dist/blocks/pricing/index.d.mts +1 -1
- package/dist/blocks/pricing/index.d.ts +1 -1
- package/dist/blocks/pricing/index.mjs +4 -4
- package/dist/{chunk-V42WPIDL.mjs → chunk-3ZURZ4TW.mjs} +2 -2
- package/dist/{chunk-W5I4VB5Z.mjs → chunk-4F7LNY2V.mjs} +1 -1
- package/dist/{chunk-MMOEFJSP.mjs → chunk-6HOSGMTV.mjs} +1 -1
- package/dist/{chunk-M6XGGAPQ.mjs → chunk-KZCOE6V3.mjs} +1 -1
- package/dist/{chunk-EFWL3FFK.mjs → chunk-N5J4XNGU.mjs} +1 -1
- package/dist/{chunk-DUL6C2S2.mjs → chunk-NK7TELIV.mjs} +1 -1
- package/dist/{chunk-ZOWDRDAM.mjs → chunk-R2NAPFAZ.mjs} +221 -221
- package/dist/{chunk-7QEBDFLT.mjs → chunk-SYZ5JMYJ.mjs} +2 -4
- package/dist/{chunk-7CYXEZDV.mjs → chunk-TIQERSM3.mjs} +1 -1
- package/dist/{chunk-DQHPOUHR.mjs → chunk-ZV3KYZ5G.mjs} +1 -1
- package/dist/elements/index.d.mts +5 -3
- package/dist/elements/index.d.ts +5 -3
- package/dist/elements/index.js +3 -2
- package/dist/elements/index.mjs +5 -4
- package/dist/index.css +3 -0
- package/dist/index.d.mts +54 -26
- package/dist/index.d.ts +54 -26
- package/dist/index.js +21 -15
- package/dist/index.mjs +20 -15
- package/dist/layout/index.mjs +2 -2
- package/dist/phoneInput/index.d.mts +1 -0
- package/dist/phoneInput/index.d.ts +1 -0
- package/dist/phoneInput/index.js +8 -8
- package/dist/phoneInput/index.js.map +1 -1
- package/dist/phoneInput/index.mjs +8 -8
- package/dist/phoneInput/index.mjs.map +1 -1
- package/dist/{textTypes-u4OSE-rn.d.mts → textTypes-ah2JJr8v.d.mts} +1 -1
- package/dist/{textTypes-u4OSE-rn.d.ts → textTypes-ah2JJr8v.d.ts} +1 -1
- package/package.json +6 -6
@@ -92,4 +92,4 @@ type NewPasswordTextsTypes = {
|
|
92
92
|
registerText?: string;
|
93
93
|
};
|
94
94
|
|
95
|
-
export type { BaseInputType as B, DirectionType as D, LoginFormTextsTypes as L, NewPasswordTextsTypes as N, PositionType as P, RadioOptionType as R, TextInputType as T,
|
95
|
+
export type { BaseInputType as B, DirectionType as D, LoginFormTextsTypes as L, NewPasswordTextsTypes as N, PositionType as P, RadioOptionType as R, TextInputType as T, ThirdPartyAuthTextsTypes as a, RegisterFormTextsTypes as b, ResetPasswordTextsTypes as c, PricingPlanTexts as d };
|
@@ -92,4 +92,4 @@ type NewPasswordTextsTypes = {
|
|
92
92
|
registerText?: string;
|
93
93
|
};
|
94
94
|
|
95
|
-
export type { BaseInputType as B, DirectionType as D, LoginFormTextsTypes as L, NewPasswordTextsTypes as N, PositionType as P, RadioOptionType as R, TextInputType as T,
|
95
|
+
export type { BaseInputType as B, DirectionType as D, LoginFormTextsTypes as L, NewPasswordTextsTypes as N, PositionType as P, RadioOptionType as R, TextInputType as T, ThirdPartyAuthTextsTypes as a, RegisterFormTextsTypes as b, ResetPasswordTextsTypes as c, PricingPlanTexts as d };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sikka/hawa",
|
3
|
-
"version": "0.27.
|
3
|
+
"version": "0.27.24-next",
|
4
4
|
"description": "Modern UI Kit made with Tailwind",
|
5
5
|
"author": {
|
6
6
|
"name": "Sikka Software",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"react-dom": "18.2.0",
|
78
78
|
"react-dropzone": "^14.2.3",
|
79
79
|
"react-headless-pagination": "^1.1.5",
|
80
|
-
"react-hook-form": "^7.50.
|
80
|
+
"react-hook-form": "^7.50.1",
|
81
81
|
"react-select": "^5.8.0",
|
82
82
|
"signature_pad": "^4.1.7",
|
83
83
|
"tailwind-merge": "^2.2.1",
|
@@ -87,10 +87,10 @@
|
|
87
87
|
"devDependencies": {
|
88
88
|
"@babel/preset-react": "^7.23.3",
|
89
89
|
"@sikka/alam": "^0.0.4",
|
90
|
-
"@testing-library/jest-dom": "^6.4.
|
90
|
+
"@testing-library/jest-dom": "^6.4.2",
|
91
91
|
"@testing-library/react": "^14.2.1",
|
92
92
|
"@types/jest": "^29.5.12",
|
93
|
-
"@types/react": "^18.2.
|
93
|
+
"@types/react": "^18.2.55",
|
94
94
|
"@types/react-dom": "^18.2.18",
|
95
95
|
"autoprefixer": "^10.4.17",
|
96
96
|
"boxen": "^7.1.1",
|
@@ -98,8 +98,8 @@
|
|
98
98
|
"embla-carousel": "8.0.0-rc22",
|
99
99
|
"jest": "^29.7.0",
|
100
100
|
"jest-environment-jsdom": "^29.7.0",
|
101
|
-
"lucide-react": "^0.
|
102
|
-
"postcss": "^8.4.
|
101
|
+
"lucide-react": "^0.323.0",
|
102
|
+
"postcss": "^8.4.34",
|
103
103
|
"postcss-cli": "^11.0.0",
|
104
104
|
"postcss-import": "^16.0.0",
|
105
105
|
"tailwindcss": "^3.4.1",
|