@korsolutions/ui 0.0.88 → 0.0.90

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 (70) hide show
  1. package/README.md +21 -0
  2. package/dist/module/components/alert/components/alert-icon.js +0 -1
  3. package/dist/module/components/alert/components/alert-icon.js.map +1 -1
  4. package/dist/module/components/button/button.js +6 -2
  5. package/dist/module/components/button/button.js.map +1 -1
  6. package/dist/module/components/combobox/components/combobox-root.js +10 -11
  7. package/dist/module/components/combobox/components/combobox-root.js.map +1 -1
  8. package/dist/module/components/icon/icon.js +1 -2
  9. package/dist/module/components/icon/icon.js.map +1 -1
  10. package/dist/module/components/input/variants/default.js +1 -0
  11. package/dist/module/components/input/variants/default.js.map +1 -1
  12. package/dist/module/components/input/variants/secondary.js +1 -0
  13. package/dist/module/components/input/variants/secondary.js.map +1 -1
  14. package/dist/module/components/phone-input/variants/default.js +8 -1
  15. package/dist/module/components/phone-input/variants/default.js.map +1 -1
  16. package/dist/module/components/toast/components/toast-icon.js +0 -1
  17. package/dist/module/components/toast/components/toast-icon.js.map +1 -1
  18. package/dist/module/components/toast/variants/danger.js +5 -6
  19. package/dist/module/components/toast/variants/danger.js.map +1 -1
  20. package/dist/module/components/toast/variants/success.js +5 -6
  21. package/dist/module/components/toast/variants/success.js.map +1 -1
  22. package/dist/module/hooks/use-keyboard-height.js +36 -0
  23. package/dist/module/hooks/use-keyboard-height.js.map +1 -0
  24. package/dist/module/hooks/use-relative-position.js +12 -3
  25. package/dist/module/hooks/use-relative-position.js.map +1 -1
  26. package/dist/module/themes/default/colors.js +28 -28
  27. package/dist/module/themes/default/colors.js.map +1 -1
  28. package/dist/module/themes/default/index.js +2 -2
  29. package/dist/module/themes/default/index.js.map +1 -1
  30. package/dist/module/utils/hsla-utils.js +0 -10
  31. package/dist/module/utils/hsla-utils.js.map +1 -1
  32. package/dist/module/utils/size-scale.js +2 -2
  33. package/dist/module/utils/size-scale.js.map +1 -1
  34. package/dist/typescript/src/components/button/button.d.ts.map +1 -1
  35. package/dist/typescript/src/components/combobox/components/combobox-root.d.ts.map +1 -1
  36. package/dist/typescript/src/components/icon/icon.d.ts.map +1 -1
  37. package/dist/typescript/src/components/input/variants/default.d.ts.map +1 -1
  38. package/dist/typescript/src/components/input/variants/secondary.d.ts.map +1 -1
  39. package/dist/typescript/src/components/phone-input/variants/default.d.ts.map +1 -1
  40. package/dist/typescript/src/components/toast/variants/danger.d.ts.map +1 -1
  41. package/dist/typescript/src/components/toast/variants/success.d.ts.map +1 -1
  42. package/dist/typescript/src/hooks/use-keyboard-height.d.ts +9 -0
  43. package/dist/typescript/src/hooks/use-keyboard-height.d.ts.map +1 -0
  44. package/dist/typescript/src/hooks/use-relative-position.d.ts.map +1 -1
  45. package/dist/typescript/src/types/props.types.d.ts +0 -1
  46. package/dist/typescript/src/types/props.types.d.ts.map +1 -1
  47. package/dist/typescript/src/utils/hsla-utils.d.ts +0 -1
  48. package/dist/typescript/src/utils/hsla-utils.d.ts.map +1 -1
  49. package/package.json +8 -1
  50. package/src/components/alert/components/alert-icon.tsx +1 -1
  51. package/src/components/button/button.tsx +7 -1
  52. package/src/components/combobox/components/combobox-root.tsx +10 -11
  53. package/src/components/icon/icon.tsx +0 -1
  54. package/src/components/input/variants/default.tsx +1 -0
  55. package/src/components/input/variants/secondary.tsx +1 -0
  56. package/src/components/phone-input/variants/default.tsx +7 -0
  57. package/src/components/toast/components/toast-icon.tsx +1 -1
  58. package/src/components/toast/variants/danger.tsx +4 -5
  59. package/src/components/toast/variants/success.tsx +4 -5
  60. package/src/hooks/use-keyboard-height.ts +42 -0
  61. package/src/hooks/use-relative-position.ts +17 -3
  62. package/src/themes/default/colors.ts +28 -28
  63. package/src/themes/default/index.ts +2 -2
  64. package/src/types/props.types.ts +0 -1
  65. package/src/utils/hsla-utils.ts +0 -11
  66. package/src/utils/size-scale.ts +2 -2
  67. package/AGENTS.md +0 -678
  68. package/babel.config.js +0 -8
  69. package/bob.config.js +0 -14
  70. package/tsconfig.json +0 -29
package/tsconfig.json DELETED
@@ -1,29 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "customConditions": ["dev-source", "react-native", "react-native-strict-api"],
4
- "allowJs": true,
5
- "esModuleInterop": true,
6
- "jsx": "react-native",
7
- "lib": ["DOM", "ESNext"],
8
- "module": "preserve",
9
- "moduleDetection": "force",
10
- "moduleResolution": "bundler",
11
- "noEmit": true,
12
- "resolveJsonModule": true,
13
- "skipLibCheck": true,
14
- "target": "ESNext",
15
- "strict": true,
16
- "verbatimModuleSyntax": true,
17
- "allowUnreachableCode": false,
18
- "allowUnusedLabels": false,
19
- "forceConsistentCasingInFileNames": true,
20
- "noFallthroughCasesInSwitch": true,
21
- "noImplicitReturns": true,
22
- "noImplicitUseStrict": false,
23
- "noStrictGenericChecks": false,
24
- "noUncheckedIndexedAccess": true,
25
- "noUnusedLocals": true,
26
- "noUnusedParameters": true
27
- },
28
- "exclude": ["node_modules", "dist"]
29
- }