@diyet24/design-system 0.1.3 → 0.1.4

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 (2) hide show
  1. package/dist/styles.css +1 -5
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -436,15 +436,11 @@ video {
436
436
  --card-foreground: var(--main);
437
437
  --popover: var(--paper);
438
438
  --popover-foreground: var(--main);
439
- --primary: var(--primary);
440
- --primary-foreground: var(--primary-foreground);
441
- --secondary: var(--secondary);
442
- --secondary-foreground: var(--secondary-foreground);
443
439
  --muted: var(--gray-100);
444
440
  --muted-foreground: var(--gray-600);
445
441
  --accent: var(--gray-100);
446
442
  --accent-foreground: var(--main);
447
- --destructive: var(--danger);
443
+ --destructive: var(--danger-500);
448
444
  --destructive-foreground: var(--danger-foreground);
449
445
  --border: var(--outline-border);
450
446
  --input: var(--input-border);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diyet24/design-system",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A React UI component library built with shadcn/ui and TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",