@wishket/design-system 1.17.1 → 1.17.3

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 (121) hide show
  1. package/README.md +13 -0
  2. package/dist/Components/Base/TextWithIcons/TextWithIcons.d.ts +10 -0
  3. package/dist/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
  4. package/dist/Components/Base/TextWithIcons/index.d.ts +1 -0
  5. package/dist/Components/DataDisplays/Accordion/Accordion.d.ts +33 -0
  6. package/dist/Components/DataDisplays/Accordion/Accordion.js +58 -0
  7. package/dist/Components/DataDisplays/Accordion/index.d.ts +1 -0
  8. package/dist/Components/DataDisplays/index.d.ts +1 -0
  9. package/dist/Components/Feedbacks/MessageBar/MessageBar.js +5 -5
  10. package/dist/Components/Feedbacks/MessageBox/MessageBox.js +6 -6
  11. package/dist/Components/Feedbacks/MessageBox/MessageBox.parts.js +2 -2
  12. package/dist/Components/Feedbacks/SnackBar/SnackBar.js +10 -10
  13. package/dist/Components/Inputs/AutoCompleteList/AutoCompleteList.js +3 -3
  14. package/dist/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
  15. package/dist/Components/Inputs/Button/Button.parts.js +1 -1
  16. package/dist/Components/Inputs/Calendar/Calendar.js +6 -6
  17. package/dist/Components/Inputs/Calendar/Calendar.parts.js +1 -1
  18. package/dist/Components/Inputs/Checkbox/Checkbox.js +5 -5
  19. package/dist/Components/Inputs/Checkbox/Checkbox.parts.d.ts +1 -1
  20. package/dist/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
  21. package/dist/Components/Inputs/CheckboxCard/CheckboxCard.d.ts +2 -2
  22. package/dist/Components/Inputs/CheckboxCard/CheckboxCard.js +6 -6
  23. package/dist/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +2 -2
  24. package/dist/Components/Inputs/ChoiceChip/ChoiceChip.js +3 -3
  25. package/dist/Components/Inputs/CommentArea/CommentArea.js +9 -9
  26. package/dist/Components/Inputs/FilterChip/FilterChip.js +5 -5
  27. package/dist/Components/Inputs/FilterList/FilterList.js +5 -5
  28. package/dist/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +3 -3
  29. package/dist/Components/Inputs/Input/LabelInput.d.ts +9 -0
  30. package/dist/Components/Inputs/Input/{LableInput.js → LabelInput.js} +4 -4
  31. package/dist/Components/Inputs/Input/PasswordInput.js +1 -1
  32. package/dist/Components/Inputs/Input/index.d.ts +2 -2
  33. package/dist/Components/Inputs/InputChip/InputChip.js +3 -3
  34. package/dist/Components/Inputs/List/List.js +4 -4
  35. package/dist/Components/Inputs/Radio/Radio.d.ts +14 -8
  36. package/dist/Components/Inputs/Radio/Radio.js +20 -14
  37. package/dist/Components/Inputs/Radio/index.d.ts +1 -1
  38. package/dist/Components/Inputs/Radio/types.d.ts +8 -0
  39. package/dist/Components/Inputs/RadioCard/RadioCard.js +6 -6
  40. package/dist/Components/Inputs/RadioCard/RadioCard.parts.d.ts +3 -3
  41. package/dist/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
  42. package/dist/Components/Inputs/RadioCard/RadioCard.types.d.ts +8 -8
  43. package/dist/Components/Inputs/RadioGroup/RadioGroup.d.ts +3 -3
  44. package/dist/Components/Inputs/RadioGroup/RadioGroup.js +2 -2
  45. package/dist/Components/Inputs/RadioList/RadioList.d.ts +2 -2
  46. package/dist/Components/Inputs/RadioList/RadioList.js +2 -2
  47. package/dist/Components/Inputs/RadioList/RadioList.types.d.ts +3 -2
  48. package/dist/Components/Inputs/RadioList/parts/RadioListItem.d.ts +4 -7
  49. package/dist/Components/Inputs/RadioList/parts/RadioListItem.js +3 -3
  50. package/dist/Components/Inputs/SearchField/SearchField.js +4 -4
  51. package/dist/Components/Inputs/TextButton/TextButton.js +3 -4
  52. package/dist/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +1 -1
  53. package/dist/Components/Inputs/TextField/TextField.d.ts +6 -6
  54. package/dist/Components/Inputs/TextField/TextField.js +7 -7
  55. package/dist/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
  56. package/dist/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +3 -3
  57. package/dist/Components/Inputs/Textarea/Textarea.js +3 -3
  58. package/dist/Components/Navigations/GNBList/GNBList.parts.js +1 -1
  59. package/dist/Components/Navigations/Menu/Menu.js +3 -3
  60. package/dist/Components/Navigations/Pagination/Pagination.parts.js +1 -1
  61. package/dist/Components/Navigations/TextLink/TextLink.d.ts +66 -0
  62. package/dist/Components/Navigations/TextLink/TextLink.js +61 -0
  63. package/dist/Components/Navigations/TextLink/index.d.ts +1 -0
  64. package/dist/Components/Navigations/TextTab/TextTab.parts.js +5 -5
  65. package/dist/Components/Navigations/index.d.ts +1 -0
  66. package/dist/Components/Wrappers/WithBadge/WithBadge.js +2 -2
  67. package/dist/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +3 -3
  68. package/dist/Components/Wrappers/WithSnackBar/WithSnackBar.js +1 -1
  69. package/dist/cjs/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
  70. package/dist/cjs/Components/DataDisplays/Accordion/Accordion.js +58 -0
  71. package/dist/cjs/Components/Feedbacks/MessageBar/MessageBar.js +47 -5
  72. package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.js +38 -3
  73. package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.parts.js +1 -1
  74. package/dist/cjs/Components/Feedbacks/SnackBar/SnackBar.js +6 -6
  75. package/dist/cjs/Components/Inputs/AutoCompleteList/AutoCompleteList.js +1 -1
  76. package/dist/cjs/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
  77. package/dist/cjs/Components/Inputs/Button/Button.parts.js +2 -2
  78. package/dist/cjs/Components/Inputs/Calendar/Calendar.js +5 -5
  79. package/dist/cjs/Components/Inputs/Calendar/Calendar.parts.js +1 -1
  80. package/dist/cjs/Components/Inputs/Checkbox/Checkbox.js +4 -4
  81. package/dist/cjs/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
  82. package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.js +4 -4
  83. package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +4 -4
  84. package/dist/cjs/Components/Inputs/ChoiceChip/ChoiceChip.js +4 -4
  85. package/dist/cjs/Components/Inputs/CommentArea/CommentArea.js +8 -8
  86. package/dist/cjs/Components/Inputs/FilterChip/FilterChip.js +4 -3
  87. package/dist/cjs/Components/Inputs/FilterList/FilterList.js +1 -1
  88. package/dist/cjs/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +3 -3
  89. package/dist/cjs/Components/Inputs/Input/{LableInput.js → LabelInput.js} +4 -4
  90. package/dist/cjs/Components/Inputs/Input/PasswordInput.js +3 -3
  91. package/dist/cjs/Components/Inputs/InputChip/InputChip.js +2 -2
  92. package/dist/cjs/Components/Inputs/List/List.js +1 -1
  93. package/dist/cjs/Components/Inputs/Radio/Radio.js +21 -15
  94. package/dist/cjs/Components/Inputs/RadioCard/RadioCard.js +4 -4
  95. package/dist/cjs/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
  96. package/dist/cjs/Components/Inputs/RadioGroup/RadioGroup.js +3 -3
  97. package/dist/cjs/Components/Inputs/RadioList/RadioList.js +3 -3
  98. package/dist/cjs/Components/Inputs/RadioList/parts/RadioListItem.js +3 -3
  99. package/dist/cjs/Components/Inputs/SearchField/SearchField.js +4 -4
  100. package/dist/cjs/Components/Inputs/TextButton/TextButton.js +3 -4
  101. package/dist/cjs/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +1 -1
  102. package/dist/cjs/Components/Inputs/TextField/TextField.js +7 -7
  103. package/dist/cjs/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
  104. package/dist/cjs/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +1 -1
  105. package/dist/cjs/Components/Inputs/Textarea/Textarea.js +5 -5
  106. package/dist/cjs/Components/Navigations/GNBList/GNBList.parts.js +1 -1
  107. package/dist/cjs/Components/Navigations/Menu/Menu.js +2 -2
  108. package/dist/cjs/Components/Navigations/Pagination/Pagination.parts.js +1 -1
  109. package/dist/cjs/Components/Navigations/TextLink/TextLink.js +61 -0
  110. package/dist/cjs/Components/Navigations/TextTab/TextTab.parts.js +3 -3
  111. package/dist/cjs/Components/Wrappers/WithBadge/WithBadge.js +1 -1
  112. package/dist/cjs/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +2 -2
  113. package/dist/cjs/Components/Wrappers/WithSnackBar/WithSnackBar.js +2 -2
  114. package/dist/cjs/index.js +1 -1
  115. package/dist/index.js +1 -1
  116. package/dist/types/checkbox.types.d.ts +0 -2
  117. package/dist/types/index.d.ts +0 -1
  118. package/package.json +12 -12
  119. package/dist/Components/Inputs/Input/LableInput.d.ts +0 -9
  120. package/dist/Components/Inputs/Radio/Radio.types.d.ts +0 -8
  121. package/dist/types/radio.types.d.ts +0 -7
@@ -2,6 +2,4 @@ export interface CheckboxStatus {
2
2
  disabled?: boolean;
3
3
  checked?: boolean;
4
4
  isError?: boolean;
5
- isHover?: boolean;
6
- isFocused?: boolean;
7
5
  }
@@ -1,3 +1,2 @@
1
1
  export * from './checkbox.types';
2
- export * from './radio.types';
3
2
  export * from './badge.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishket/design-system",
3
- "version": "1.17.1",
3
+ "version": "1.17.3",
4
4
  "type": "module",
5
5
  "description": "Wishket Design System",
6
6
  "main": "dist/index.js",
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@savvywombat/tailwindcss-grid-areas": "^4.0.0",
46
46
  "@wishket/yogokit": "^0.2.2",
47
- "next": "15.5.4",
48
- "react": "19.1.1",
49
- "react-dom": "19.1.1",
47
+ "next": "15.5.6",
48
+ "react": "19.2.0",
49
+ "react-dom": "19.2.0",
50
50
  "sharp": "^0.34.3",
51
51
  "tailwind-merge": "^2.2.2",
52
52
  "tailwind-scrollbar-hide": "^1.1.7"
@@ -73,16 +73,16 @@
73
73
  "@testing-library/user-event": "^14.5.2",
74
74
  "@types/faker": "^6",
75
75
  "@types/jest": "^29.5.11",
76
- "@types/node": "^20.11.0",
77
- "@types/react": "19.1.13",
78
- "@types/react-dom": "19.1.9",
76
+ "@types/node": "^24.10.0",
77
+ "@types/react": "19.2.2",
78
+ "@types/react-dom": "19.2.2",
79
79
  "@wishket/eslint-config-wishket": "^1.1.0",
80
80
  "autoprefixer": "^10.4.18",
81
81
  "babel-jest": "^29.7.0",
82
82
  "chromatic": "^11.7.0",
83
83
  "dotenv": "^16.3.1",
84
84
  "eslint": "^8",
85
- "eslint-config-next": "15.5.4",
85
+ "eslint-config-next": "15.5.6",
86
86
  "eslint-plugin-storybook": "^0.6.15",
87
87
  "jest": "^29.7.0",
88
88
  "jest-dom": "^4.0.0",
@@ -114,9 +114,9 @@
114
114
  ],
115
115
  "packageManager": "yarn@4.0.2",
116
116
  "resolutions": {
117
- "@types/react": "19.1.13",
118
- "@types/react-dom": "19.1.9",
119
- "react": "19.1.1",
120
- "react-dom": "19.1.1"
117
+ "@types/react": "19.2.2",
118
+ "@types/react-dom": "19.2.2",
119
+ "react": "19.2.0",
120
+ "react-dom": "19.2.0"
121
121
  }
122
122
  }
@@ -1,9 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- export interface LableInputProps extends InputHTMLAttributes<HTMLInputElement> {
3
- isFixed: boolean;
4
- isFocused?: boolean;
5
- isError?: boolean;
6
- lable?: string;
7
- }
8
- declare const LableInput: import("react").ForwardRefExoticComponent<LableInputProps & import("react").RefAttributes<HTMLInputElement>>;
9
- export { LableInput };
@@ -1,8 +0,0 @@
1
- import { RadioStatus } from '../../../types';
2
- export interface RadioButtonProps extends RadioStatus {
3
- className?: string;
4
- }
5
- export interface RadioProps extends RadioButtonProps {
6
- value?: string;
7
- [key: string]: any;
8
- }
@@ -1,7 +0,0 @@
1
- import { ComponentPropsWithRef } from 'react';
2
- export interface RadioStatus extends ComponentPropsWithRef<'input'> {
3
- isDisabled?: boolean;
4
- isSelected?: boolean;
5
- isError?: boolean;
6
- isHover?: boolean;
7
- }