@0xsequence/design-system
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -34,2 +34,3 @@ export { Box } from './Box'; | ||
export { Toast, ToastProvider, useToast } from './Toast'; | ||
export { ControlledTextArea, TextArea } from './TextArea'; | ||
export { ControlledTextInput, TextInput } from './TextInput'; | ||
@@ -36,0 +37,0 @@ export { ThemeProvider, useTheme } from './ThemeProvider'; |
@@ -5,3 +5,3 @@ import { sprinkles } from './sprinkles.css'; | ||
(props: Atoms): string; | ||
properties: Set<"alignItems" | "alignSelf" | "aspectRatio" | "backdropFilter" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "inset" | "justifyContent" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "right" | "textAlign" | "textOverflow" | "textTransform" | "top" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "background" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "margin" | "outline" | "overflow" | "padding" | "placeItems" | "borderLeftRadius" | "borderRightRadius" | "borderTopRadius" | "borderBottomRadius" | "marginX" | "marginY" | "paddingX" | "paddingY" | "focusRing">; | ||
properties: Set<"alignItems" | "alignSelf" | "aspectRatio" | "backdropFilter" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "boxShadow" | "color" | "cursor" | "display" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "justifyContent" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "pointerEvents" | "position" | "right" | "textAlign" | "textOverflow" | "textTransform" | "top" | "userSelect" | "visibility" | "whiteSpace" | "width" | "wordBreak" | "wordWrap" | "zIndex" | "background" | "borderColor" | "borderRadius" | "borderStyle" | "borderWidth" | "gap" | "inset" | "margin" | "outline" | "overflow" | "padding" | "placeItems" | "borderLeftRadius" | "borderRightRadius" | "borderTopRadius" | "borderBottomRadius" | "marginX" | "marginY" | "paddingX" | "paddingY" | "focusRing">; | ||
}; |
@@ -107,2 +107,3 @@ export declare const baseVars: { | ||
backgroundSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
backgroundContrast: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
backgroundMuted: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
@@ -151,2 +152,3 @@ backgroundControl: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
backgroundSecondary: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
backgroundContrast: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
backgroundMuted: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; | ||
@@ -153,0 +155,0 @@ backgroundControl: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; |
@@ -27,2 +27,3 @@ export interface ColorTokens { | ||
secondary: string; | ||
contrast: string; | ||
muted: string; | ||
@@ -29,0 +30,0 @@ control: string; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "Apache-2.0", | ||
@@ -40,14 +40,14 @@ "type": "module", | ||
"@radix-ui/colors": "^0.1.8", | ||
"@radix-ui/react-aspect-ratio": "^1.0.2", | ||
"@radix-ui/react-checkbox": "^1.0.3", | ||
"@radix-ui/react-collapsible": "^1.0.2", | ||
"@radix-ui/react-dialog": "^1.0.3", | ||
"@radix-ui/react-dropdown-menu": "^2.0.4", | ||
"@radix-ui/react-progress": "^1.0.2", | ||
"@radix-ui/react-radio-group": "^1.1.2", | ||
"@radix-ui/react-select": "^1.2.1", | ||
"@radix-ui/react-switch": "^1.0.2", | ||
"@radix-ui/react-tabs": "^1.0.3", | ||
"@radix-ui/react-toast": "^1.1.3", | ||
"@radix-ui/react-tooltip": "^1.0.5", | ||
"@radix-ui/react-aspect-ratio": "^1.0.3", | ||
"@radix-ui/react-checkbox": "^1.0.4", | ||
"@radix-ui/react-collapsible": "^1.0.3", | ||
"@radix-ui/react-dialog": "^1.0.4", | ||
"@radix-ui/react-dropdown-menu": "^2.0.5", | ||
"@radix-ui/react-progress": "^1.0.3", | ||
"@radix-ui/react-radio-group": "^1.1.3", | ||
"@radix-ui/react-select": "^1.2.2", | ||
"@radix-ui/react-switch": "^1.0.3", | ||
"@radix-ui/react-tabs": "^1.0.4", | ||
"@radix-ui/react-toast": "^1.1.4", | ||
"@radix-ui/react-tooltip": "^1.0.6", | ||
"react-blockies": "^1.4.1", | ||
@@ -57,13 +57,13 @@ "react-hook-form": "^7.40.0" | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/core": "^7.22.1", | ||
"@jest/types": "^29.5.0", | ||
"@storybook/addon-actions": "^7.0.9", | ||
"@storybook/addon-docs": "^7.0.9", | ||
"@storybook/addon-essentials": "^7.0.9", | ||
"@storybook/addon-links": "^7.0.9", | ||
"@storybook/react": "^7.0.9", | ||
"@storybook/react-vite": "^7.0.9", | ||
"@storybook/theming": "^7.0.9", | ||
"@storybook/addon-actions": "^7.0.20", | ||
"@storybook/addon-docs": "^7.0.20", | ||
"@storybook/addon-essentials": "^7.0.20", | ||
"@storybook/addon-links": "^7.0.20", | ||
"@storybook/react": "^7.0.20", | ||
"@storybook/react-vite": "^7.0.20", | ||
"@storybook/theming": "^7.0.20", | ||
"@svgr/cli": "^6.5.1", | ||
"@testing-library/dom": "^9.2.0", | ||
"@testing-library/dom": "^9.3.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
@@ -73,9 +73,9 @@ "@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/node": "^20.1.1", | ||
"@types/react": "^18.2.6", | ||
"@types/node": "^20.2.5", | ||
"@types/react": "^18.2.9", | ||
"@types/react-blockies": "^1.4.1", | ||
"@types/react-dom": "^18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.59.5", | ||
"@typescript-eslint/parser": "^5.59.5", | ||
"@vanilla-extract/css": "^1.11.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"@vanilla-extract/css": "^1.11.1", | ||
"@vanilla-extract/css-utils": "^0.1.3", | ||
@@ -86,6 +86,6 @@ "@vanilla-extract/dynamic": "^2.0.3", | ||
"@vanilla-extract/sprinkles": "^1.6.0", | ||
"@vanilla-extract/vite-plugin": "^3.8.0", | ||
"@vanilla-extract/vite-plugin": "^3.8.2", | ||
"@vitejs/plugin-react": "^4.0.0", | ||
"clsx": "^1.2.1", | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -100,12 +100,12 @@ "eslint-plugin-import": "^2.27.5", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"postcss": "^8.4.23", | ||
"postcss-preset-env": "^8.3.2", | ||
"postcss": "^8.4.24", | ||
"postcss-preset-env": "^8.4.2", | ||
"prettier": "^2.8.8", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.0.9", | ||
"storybook": "^7.0.20", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.3.5", | ||
"vite": "^4.3.9", | ||
"vite-plugin-dts": "^1.6.6", | ||
@@ -112,0 +112,0 @@ "vite-plugin-eslint": "^1.8.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1838648
190
46171
Updated@radix-ui/react-tabs@^1.0.4
Updated@radix-ui/react-toast@^1.1.4