@juspay/blend-design-system 0.0.24-beta → 0.0.25-beta
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/components/Avatar/StyledAvatar.d.ts +0 -7
- package/dist/components/Avatar/avatar.tokens.d.ts +6 -4
- package/dist/components/Avatar/avatarUtils.d.ts +7 -0
- package/dist/components/Avatar/types.d.ts +1 -1
- package/dist/components/Breadcrumb/types.d.ts +6 -0
- package/dist/components/Button/Button.d.ts +3 -0
- package/dist/components/Button/ButtonBase.d.ts +11 -0
- package/dist/components/Button/button.tokens.d.ts +4 -1
- package/dist/components/Button/types.d.ts +4 -0
- package/dist/components/ChatInput/ChatInput.d.ts +23 -2
- package/dist/components/ChatInput/types.d.ts +3 -4
- package/dist/components/ChatInput/utils.d.ts +0 -4
- package/dist/components/Checkbox/checkbox.animations.d.ts +2 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts +3 -0
- package/dist/components/CodeEditor/CodeEditorHeader.d.ts +13 -0
- package/dist/components/CodeEditor/MonacoEditorWrapper.d.ts +18 -0
- package/dist/components/CodeEditor/index.d.ts +2 -0
- package/dist/components/CodeEditor/types.d.ts +27 -0
- package/dist/components/CodeEditor/utils.d.ts +9 -0
- package/dist/components/DataTable/types.d.ts +23 -6
- package/dist/components/DateRangePicker/TimeSelector.d.ts +0 -2
- package/dist/components/DateRangePicker/dateRangePicker.tokens.d.ts +7 -19
- package/dist/components/Directory/types.d.ts +5 -0
- package/dist/components/Inputs/MultiValueInput/MultiValueInput.d.ts +1 -1
- package/dist/components/Inputs/MultiValueInput/types.d.ts +2 -1
- package/dist/components/Menu/menu.animations.d.ts +8 -0
- package/dist/components/Modal/modal.animations.d.ts +3 -0
- package/dist/components/Modal/modal.utils.d.ts +2 -0
- package/dist/components/Modal/useModal.d.ts +5 -0
- package/dist/components/MultiSelect/multiSelect.animations.d.ts +12 -0
- package/dist/components/Popover/popover.animations.d.ts +1 -0
- package/dist/components/Primitives/PrimitiveInput/PrimitiveInput.d.ts +5 -0
- package/dist/components/Primitives/PrimitiveTextArea.d.ts +5 -0
- package/dist/components/Radio/radio.animations.d.ts +1 -0
- package/dist/components/Sidebar/SidebarMobile/MobileNavigationItem.d.ts +11 -0
- package/dist/components/Sidebar/SidebarMobile/MoreButton.d.ts +7 -0
- package/dist/components/Sidebar/SidebarMobile/PrimaryActionButton.d.ts +8 -0
- package/dist/components/Sidebar/SidebarMobile/hooks.d.ts +24 -0
- package/dist/components/Sidebar/SidebarMobile/index.d.ts +3 -0
- package/dist/components/Sidebar/SidebarMobile/mobile.tokens.d.ts +81 -0
- package/dist/components/Sidebar/SidebarMobile/utils.d.ts +29 -0
- package/dist/components/Sidebar/types.d.ts +35 -1
- package/dist/components/Sidebar/utils.d.ts +39 -1
- package/dist/components/SingleSelect/singleSelect.animations.d.ts +3 -0
- package/dist/components/Skeleton/SkeletonCompound.d.ts +0 -15
- package/dist/components/Skeleton/hooks/useSkeletonBase.d.ts +0 -4
- package/dist/components/Skeleton/index.d.ts +2 -2
- package/dist/components/Skeleton/types.d.ts +0 -12
- package/dist/components/Skeleton/utils.d.ts +18 -0
- package/dist/components/Snackbar/Snackbar.d.ts +6 -3
- package/dist/components/Snackbar/types.d.ts +9 -0
- package/dist/components/StatCard/statcard.tokens.d.ts +1 -1
- package/dist/components/Switch/switch.animations.d.ts +2 -0
- package/dist/components/Tags/Tag.d.ts +15 -0
- package/dist/components/Tags/TagBase.d.ts +20 -0
- package/dist/components/Tags/Tags.d.ts +11 -2
- package/dist/components/Tags/index.d.ts +1 -1
- package/dist/components/Tags/tag.tokens.d.ts +2 -1
- package/dist/components/Tags/types.d.ts +7 -2
- package/dist/components/Tooltip/tooltip.animations.d.ts +1 -0
- package/dist/components/Topbar/types.d.ts +7 -0
- package/dist/components/animations/ChevronAnimation/ChevronAnimation.d.ts +3 -0
- package/dist/components/animations/ChevronAnimation/index.d.ts +3 -0
- package/dist/components/animations/ChevronAnimation/types.d.ts +28 -0
- package/dist/components/animations/ChevronAnimation/utils.d.ts +3 -0
- package/dist/components/animations/Ripple/RippleContainer.d.ts +7 -0
- package/dist/components/animations/Ripple/index.d.ts +2 -0
- package/dist/components/common/error.animations.d.ts +4 -0
- package/dist/components/common/index.d.ts +2 -0
- package/dist/components/common/useErrorShake.d.ts +6 -0
- package/dist/context/ThemeContext.d.ts +4 -0
- package/dist/context/ThemeProvider.d.ts +6 -1
- package/dist/context/index.d.ts +1 -1
- package/dist/context/initComponentTokens.d.ts +2 -1
- package/dist/context/useComponentToken.d.ts +2 -1
- package/dist/hooks/useRipple.d.ts +11 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +29842 -25999
- package/package.json +4 -2
- package/dist/components/Skeleton/SkeletonButton.d.ts +0 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/blend-design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.25-beta",
|
|
5
5
|
"description": "A comprehensive React component library and design system by Juspay",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/main.js",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@monaco-editor/react": "^4.7.0",
|
|
37
38
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
38
39
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
39
40
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
44
45
|
"@types/styled-components": "^5.1.34",
|
|
45
46
|
"lucide-react": "^0.511.0",
|
|
47
|
+
"monaco-editor": "^0.54.0",
|
|
46
48
|
"radix-ui": "^1.1.3",
|
|
47
49
|
"reactflow": "^11.11.4",
|
|
48
50
|
"recharts": "^2.15.3",
|
|
@@ -117,5 +119,5 @@
|
|
|
117
119
|
"publishConfig": {
|
|
118
120
|
"access": "public"
|
|
119
121
|
},
|
|
120
|
-
"packageManager": "pnpm@10.
|
|
122
|
+
"packageManager": "pnpm@10.21.0"
|
|
121
123
|
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ButtonType, ButtonSize, ButtonSubType } from '../Button/types';
|
|
2
|
-
declare const SkeletonButton: import('react').ForwardRefExoticComponent<import('./types').BaseSkeletonProps & Omit<import('../Primitives/Block/Block').BlockProps, "children"> & {
|
|
3
|
-
buttonType?: ButtonType;
|
|
4
|
-
size?: ButtonSize;
|
|
5
|
-
subType?: ButtonSubType;
|
|
6
|
-
width?: string | number;
|
|
7
|
-
fullWidth?: boolean;
|
|
8
|
-
buttonGroupPosition?: "center" | "left" | "right";
|
|
9
|
-
text?: string;
|
|
10
|
-
hasLeadingIcon?: boolean;
|
|
11
|
-
hasTrailingIcon?: boolean;
|
|
12
|
-
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
13
|
-
export default SkeletonButton;
|