@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.
- package/README.md +13 -0
- package/dist/Components/Base/TextWithIcons/TextWithIcons.d.ts +10 -0
- package/dist/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
- package/dist/Components/Base/TextWithIcons/index.d.ts +1 -0
- package/dist/Components/DataDisplays/Accordion/Accordion.d.ts +33 -0
- package/dist/Components/DataDisplays/Accordion/Accordion.js +58 -0
- package/dist/Components/DataDisplays/Accordion/index.d.ts +1 -0
- package/dist/Components/DataDisplays/index.d.ts +1 -0
- package/dist/Components/Feedbacks/MessageBar/MessageBar.js +5 -5
- package/dist/Components/Feedbacks/MessageBox/MessageBox.js +6 -6
- package/dist/Components/Feedbacks/MessageBox/MessageBox.parts.js +2 -2
- package/dist/Components/Feedbacks/SnackBar/SnackBar.js +10 -10
- package/dist/Components/Inputs/AutoCompleteList/AutoCompleteList.js +3 -3
- package/dist/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
- package/dist/Components/Inputs/Button/Button.parts.js +1 -1
- package/dist/Components/Inputs/Calendar/Calendar.js +6 -6
- package/dist/Components/Inputs/Calendar/Calendar.parts.js +1 -1
- package/dist/Components/Inputs/Checkbox/Checkbox.js +5 -5
- package/dist/Components/Inputs/Checkbox/Checkbox.parts.d.ts +1 -1
- package/dist/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.d.ts +2 -2
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.js +6 -6
- package/dist/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +2 -2
- package/dist/Components/Inputs/ChoiceChip/ChoiceChip.js +3 -3
- package/dist/Components/Inputs/CommentArea/CommentArea.js +9 -9
- package/dist/Components/Inputs/FilterChip/FilterChip.js +5 -5
- package/dist/Components/Inputs/FilterList/FilterList.js +5 -5
- package/dist/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +3 -3
- package/dist/Components/Inputs/Input/LabelInput.d.ts +9 -0
- package/dist/Components/Inputs/Input/{LableInput.js → LabelInput.js} +4 -4
- package/dist/Components/Inputs/Input/PasswordInput.js +1 -1
- package/dist/Components/Inputs/Input/index.d.ts +2 -2
- package/dist/Components/Inputs/InputChip/InputChip.js +3 -3
- package/dist/Components/Inputs/List/List.js +4 -4
- package/dist/Components/Inputs/Radio/Radio.d.ts +14 -8
- package/dist/Components/Inputs/Radio/Radio.js +20 -14
- package/dist/Components/Inputs/Radio/index.d.ts +1 -1
- package/dist/Components/Inputs/Radio/types.d.ts +8 -0
- package/dist/Components/Inputs/RadioCard/RadioCard.js +6 -6
- package/dist/Components/Inputs/RadioCard/RadioCard.parts.d.ts +3 -3
- package/dist/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
- package/dist/Components/Inputs/RadioCard/RadioCard.types.d.ts +8 -8
- package/dist/Components/Inputs/RadioGroup/RadioGroup.d.ts +3 -3
- package/dist/Components/Inputs/RadioGroup/RadioGroup.js +2 -2
- package/dist/Components/Inputs/RadioList/RadioList.d.ts +2 -2
- package/dist/Components/Inputs/RadioList/RadioList.js +2 -2
- package/dist/Components/Inputs/RadioList/RadioList.types.d.ts +3 -2
- package/dist/Components/Inputs/RadioList/parts/RadioListItem.d.ts +4 -7
- package/dist/Components/Inputs/RadioList/parts/RadioListItem.js +3 -3
- package/dist/Components/Inputs/SearchField/SearchField.js +4 -4
- package/dist/Components/Inputs/TextButton/TextButton.js +3 -4
- package/dist/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +1 -1
- package/dist/Components/Inputs/TextField/TextField.d.ts +6 -6
- package/dist/Components/Inputs/TextField/TextField.js +7 -7
- package/dist/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
- package/dist/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +3 -3
- package/dist/Components/Inputs/Textarea/Textarea.js +3 -3
- package/dist/Components/Navigations/GNBList/GNBList.parts.js +1 -1
- package/dist/Components/Navigations/Menu/Menu.js +3 -3
- package/dist/Components/Navigations/Pagination/Pagination.parts.js +1 -1
- package/dist/Components/Navigations/TextLink/TextLink.d.ts +66 -0
- package/dist/Components/Navigations/TextLink/TextLink.js +61 -0
- package/dist/Components/Navigations/TextLink/index.d.ts +1 -0
- package/dist/Components/Navigations/TextTab/TextTab.parts.js +5 -5
- package/dist/Components/Navigations/index.d.ts +1 -0
- package/dist/Components/Wrappers/WithBadge/WithBadge.js +2 -2
- package/dist/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +3 -3
- package/dist/Components/Wrappers/WithSnackBar/WithSnackBar.js +1 -1
- package/dist/cjs/Components/Base/TextWithIcons/TextWithIcons.js +2 -0
- package/dist/cjs/Components/DataDisplays/Accordion/Accordion.js +58 -0
- package/dist/cjs/Components/Feedbacks/MessageBar/MessageBar.js +47 -5
- package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.js +38 -3
- package/dist/cjs/Components/Feedbacks/MessageBox/MessageBox.parts.js +1 -1
- package/dist/cjs/Components/Feedbacks/SnackBar/SnackBar.js +6 -6
- package/dist/cjs/Components/Inputs/AutoCompleteList/AutoCompleteList.js +1 -1
- package/dist/cjs/Components/Inputs/Autocomplete/Autocomplete.js +1 -1
- package/dist/cjs/Components/Inputs/Button/Button.parts.js +2 -2
- package/dist/cjs/Components/Inputs/Calendar/Calendar.js +5 -5
- package/dist/cjs/Components/Inputs/Calendar/Calendar.parts.js +1 -1
- package/dist/cjs/Components/Inputs/Checkbox/Checkbox.js +4 -4
- package/dist/cjs/Components/Inputs/Checkbox/Checkbox.parts.js +2 -4
- package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.js +4 -4
- package/dist/cjs/Components/Inputs/CheckboxCard/CheckboxCard.parts.js +4 -4
- package/dist/cjs/Components/Inputs/ChoiceChip/ChoiceChip.js +4 -4
- package/dist/cjs/Components/Inputs/CommentArea/CommentArea.js +8 -8
- package/dist/cjs/Components/Inputs/FilterChip/FilterChip.js +4 -3
- package/dist/cjs/Components/Inputs/FilterList/FilterList.js +1 -1
- package/dist/cjs/Components/Inputs/IconButtonDropdown/IconButtonDropdown.js +3 -3
- package/dist/cjs/Components/Inputs/Input/{LableInput.js → LabelInput.js} +4 -4
- package/dist/cjs/Components/Inputs/Input/PasswordInput.js +3 -3
- package/dist/cjs/Components/Inputs/InputChip/InputChip.js +2 -2
- package/dist/cjs/Components/Inputs/List/List.js +1 -1
- package/dist/cjs/Components/Inputs/Radio/Radio.js +21 -15
- package/dist/cjs/Components/Inputs/RadioCard/RadioCard.js +4 -4
- package/dist/cjs/Components/Inputs/RadioCard/RadioCard.parts.js +4 -4
- package/dist/cjs/Components/Inputs/RadioGroup/RadioGroup.js +3 -3
- package/dist/cjs/Components/Inputs/RadioList/RadioList.js +3 -3
- package/dist/cjs/Components/Inputs/RadioList/parts/RadioListItem.js +3 -3
- package/dist/cjs/Components/Inputs/SearchField/SearchField.js +4 -4
- package/dist/cjs/Components/Inputs/TextButton/TextButton.js +3 -4
- package/dist/cjs/Components/Inputs/TextButtonDropdown/TextButtonDropdown.parts.js +1 -1
- package/dist/cjs/Components/Inputs/TextField/TextField.js +7 -7
- package/dist/cjs/Components/Inputs/TextFieldContainer/TextFieldContainer.js +1 -1
- package/dist/cjs/Components/Inputs/TextFieldDropdown/TextFieldDropdown.parts.js +1 -1
- package/dist/cjs/Components/Inputs/Textarea/Textarea.js +5 -5
- package/dist/cjs/Components/Navigations/GNBList/GNBList.parts.js +1 -1
- package/dist/cjs/Components/Navigations/Menu/Menu.js +2 -2
- package/dist/cjs/Components/Navigations/Pagination/Pagination.parts.js +1 -1
- package/dist/cjs/Components/Navigations/TextLink/TextLink.js +61 -0
- package/dist/cjs/Components/Navigations/TextTab/TextTab.parts.js +3 -3
- package/dist/cjs/Components/Wrappers/WithBadge/WithBadge.js +1 -1
- package/dist/cjs/Components/Wrappers/WithRichTooltip/WithRichTooltip.js +2 -2
- package/dist/cjs/Components/Wrappers/WithSnackBar/WithSnackBar.js +2 -2
- package/dist/cjs/index.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/checkbox.types.d.ts +0 -2
- package/dist/types/index.d.ts +0 -1
- package/package.json +12 -12
- package/dist/Components/Inputs/Input/LableInput.d.ts +0 -9
- package/dist/Components/Inputs/Radio/Radio.types.d.ts +0 -8
- package/dist/types/radio.types.d.ts +0 -7
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wishket/design-system",
|
|
3
|
-
"version": "1.17.
|
|
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.
|
|
48
|
-
"react": "19.
|
|
49
|
-
"react-dom": "19.
|
|
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": "^
|
|
77
|
-
"@types/react": "19.
|
|
78
|
-
"@types/react-dom": "19.
|
|
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.
|
|
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.
|
|
118
|
-
"@types/react-dom": "19.
|
|
119
|
-
"react": "19.
|
|
120
|
-
"react-dom": "19.
|
|
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 };
|