@szum-tech/design-system 1.1.0 → 1.1.2

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/package.json +3 -3
  2. package/theme/global.css +1 -1
package/package.json CHANGED
@@ -13,6 +13,7 @@
13
13
  "@semantic-release/npm": "^9.0.1",
14
14
  "@semantic-release/release-notes-generator": "^10.0.3",
15
15
  "@storybook/addon-actions": "^6.5.13",
16
+ "@storybook/addon-docs": "^6.5.13",
16
17
  "@storybook/addon-essentials": "^6.5.13",
17
18
  "@storybook/addon-interactions": "^6.5.13",
18
19
  "@storybook/addon-links": "^6.5.13",
@@ -42,7 +43,6 @@
42
43
  "react-dom": "^18.2.0",
43
44
  "semantic-release": "^19.0.5",
44
45
  "storybook-dark-mode": "^1.1.2",
45
- "tailwind-scrollbar": "^2.0.1",
46
46
  "tailwindcss": "^3.2.1",
47
47
  "tsup": "^6.3.0",
48
48
  "typescript": "^4.8.4"
@@ -87,8 +87,8 @@
87
87
  },
88
88
  "sideEffects": false,
89
89
  "types": "./dist/index.d.ts",
90
- "version": "1.1.0",
90
+ "version": "1.1.2",
91
91
  "dependencies": {
92
- "@storybook/addon-docs": "^6.5.13"
92
+ "tailwind-scrollbar": "^2.0.1"
93
93
  }
94
94
  }
package/theme/global.css CHANGED
@@ -121,7 +121,7 @@
121
121
  }
122
122
 
123
123
  body {
124
- @apply app-scroll font-sans text-typography-primary;
124
+ @apply app-scroll bg-gray-900 font-sans text-typography-primary antialiased;
125
125
  }
126
126
  }
127
127