@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.
Files changed (52) hide show
  1. package/dist/avatar/index.d.mts +1 -0
  2. package/dist/avatar/index.d.ts +1 -0
  3. package/dist/avatar/index.js +2 -1
  4. package/dist/avatar/index.js.map +1 -1
  5. package/dist/avatar/index.mjs +2 -1
  6. package/dist/avatar/index.mjs.map +1 -1
  7. package/dist/blocks/auth/index.d.mts +29 -3
  8. package/dist/blocks/auth/index.d.ts +29 -3
  9. package/dist/blocks/auth/index.js +386 -383
  10. package/dist/blocks/auth/index.mjs +315 -309
  11. package/dist/blocks/feedback/index.d.mts +1 -1
  12. package/dist/blocks/feedback/index.d.ts +1 -1
  13. package/dist/blocks/feedback/index.mjs +5 -5
  14. package/dist/blocks/index.d.mts +28 -2
  15. package/dist/blocks/index.d.ts +28 -2
  16. package/dist/blocks/index.js +401 -398
  17. package/dist/blocks/index.mjs +19 -15
  18. package/dist/blocks/misc/index.d.mts +1 -1
  19. package/dist/blocks/misc/index.d.ts +1 -1
  20. package/dist/blocks/misc/index.mjs +5 -5
  21. package/dist/blocks/pricing/index.d.mts +1 -1
  22. package/dist/blocks/pricing/index.d.ts +1 -1
  23. package/dist/blocks/pricing/index.mjs +4 -4
  24. package/dist/{chunk-V42WPIDL.mjs → chunk-3ZURZ4TW.mjs} +2 -2
  25. package/dist/{chunk-W5I4VB5Z.mjs → chunk-4F7LNY2V.mjs} +1 -1
  26. package/dist/{chunk-MMOEFJSP.mjs → chunk-6HOSGMTV.mjs} +1 -1
  27. package/dist/{chunk-M6XGGAPQ.mjs → chunk-KZCOE6V3.mjs} +1 -1
  28. package/dist/{chunk-EFWL3FFK.mjs → chunk-N5J4XNGU.mjs} +1 -1
  29. package/dist/{chunk-DUL6C2S2.mjs → chunk-NK7TELIV.mjs} +1 -1
  30. package/dist/{chunk-ZOWDRDAM.mjs → chunk-R2NAPFAZ.mjs} +221 -221
  31. package/dist/{chunk-7QEBDFLT.mjs → chunk-SYZ5JMYJ.mjs} +2 -4
  32. package/dist/{chunk-7CYXEZDV.mjs → chunk-TIQERSM3.mjs} +1 -1
  33. package/dist/{chunk-DQHPOUHR.mjs → chunk-ZV3KYZ5G.mjs} +1 -1
  34. package/dist/elements/index.d.mts +5 -3
  35. package/dist/elements/index.d.ts +5 -3
  36. package/dist/elements/index.js +3 -2
  37. package/dist/elements/index.mjs +5 -4
  38. package/dist/index.css +3 -0
  39. package/dist/index.d.mts +54 -26
  40. package/dist/index.d.ts +54 -26
  41. package/dist/index.js +21 -15
  42. package/dist/index.mjs +20 -15
  43. package/dist/layout/index.mjs +2 -2
  44. package/dist/phoneInput/index.d.mts +1 -0
  45. package/dist/phoneInput/index.d.ts +1 -0
  46. package/dist/phoneInput/index.js +8 -8
  47. package/dist/phoneInput/index.js.map +1 -1
  48. package/dist/phoneInput/index.mjs +8 -8
  49. package/dist/phoneInput/index.mjs.map +1 -1
  50. package/dist/{textTypes-u4OSE-rn.d.mts → textTypes-ah2JJr8v.d.mts} +1 -1
  51. package/dist/{textTypes-u4OSE-rn.d.ts → textTypes-ah2JJr8v.d.ts} +1 -1
  52. 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, RegisterFormTextsTypes as a, ThirdPartyAuthTextsTypes as b, ResetPasswordTextsTypes as c, PricingPlanTexts as d };
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, RegisterFormTextsTypes as a, ThirdPartyAuthTextsTypes as b, ResetPasswordTextsTypes as c, PricingPlanTexts as d };
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.22-next",
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.0",
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.1",
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.52",
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.321.0",
102
- "postcss": "^8.4.33",
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",