Comparing version 1.0.11 to 1.0.14
@@ -6,3 +6,2 @@ import type { StorybookConfig } from "@storybook/react-vite"; | ||
addons: [ | ||
"@storybook/addon-themes", | ||
"@storybook/addon-links", | ||
@@ -12,3 +11,3 @@ "@storybook/addon-essentials", | ||
"@storybook/addon-interactions", | ||
"@storybook/addon-themes", | ||
"@storybook/addon-styling-webpack" | ||
], | ||
@@ -15,0 +14,0 @@ framework: { |
{ | ||
"name": "rss-ui", | ||
"version": "1.0.11", | ||
"version": "1.0.14", | ||
"description": "A React based UI component library.", | ||
@@ -10,3 +10,4 @@ "main": "dist/index.js", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build" | ||
"build-storybook": "storybook build", | ||
"chromatic": "npx chromatic --project-token=chpt_036b5b999f9c48e" | ||
}, | ||
@@ -21,2 +22,3 @@ "keywords": [], | ||
"@storybook/addon-onboarding": "^1.0.10", | ||
"@storybook/addon-styling-webpack": "^0.0.6", | ||
"@storybook/blocks": "^7.6.7", | ||
@@ -29,2 +31,3 @@ "@storybook/react": "^7.6.7", | ||
"autoprefixer": "^10.4.16", | ||
"chromatic": "^10.9.6", | ||
"postcss": "^8.4.33", | ||
@@ -39,5 +42,8 @@ "react": "^18.2.0", | ||
"dependencies": { | ||
"@radix-ui/react-accordion": "^1.1.2", | ||
"@radix-ui/react-icons": "^1.3.0", | ||
"@storybook/addon-themes": "^7.6.7", | ||
"tailwind-merge": "^2.2.0" | ||
"classnames": "^2.5.1", | ||
"tailwind-merge": "^2.2.1" | ||
} | ||
} |
/** @type {import('tailwindcss').Config} */ | ||
module.exports = { | ||
content: ["./src/**/*.tsx"], | ||
prefix: "rss-ui-", | ||
corePlugins: { | ||
preflight: false, | ||
content: ["./src/**/*.{js,jsx,ts,tsx}"], | ||
// Toggle dark-mode based on .dark class or data-mode="dark" | ||
darkMode: ["class", '[data-mode="dark"]'], | ||
theme: { | ||
extend: {}, | ||
}, | ||
plugins: [], | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1136906
44
4170
5
20
2
0
+ Added@radix-ui/react-icons@^1.3.0
+ Addedclassnames@^2.5.1
+ Added@radix-ui/primitive@1.1.1(transitive)
+ Added@radix-ui/react-accordion@1.2.2(transitive)
+ Added@radix-ui/react-collapsible@1.1.2(transitive)
+ Added@radix-ui/react-collection@1.1.1(transitive)
+ Added@radix-ui/react-compose-refs@1.1.1(transitive)
+ Added@radix-ui/react-context@1.1.1(transitive)
+ Added@radix-ui/react-direction@1.1.0(transitive)
+ Added@radix-ui/react-icons@1.3.2(transitive)
+ Added@radix-ui/react-id@1.1.0(transitive)
+ Added@radix-ui/react-presence@1.1.2(transitive)
+ Added@radix-ui/react-primitive@2.0.1(transitive)
+ Added@radix-ui/react-slot@1.1.1(transitive)
+ Added@radix-ui/react-use-callback-ref@1.1.0(transitive)
+ Added@radix-ui/react-use-controllable-state@1.1.0(transitive)
+ Added@radix-ui/react-use-layout-effect@1.1.0(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
Updatedtailwind-merge@^2.2.1