@kruzer/styles 3.0.0-alpha.24 → 3.0.0-alpha.25

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.
@@ -237,6 +237,28 @@ module.exports = {
237
237
  800: "#360826",
238
238
  900: "#1B0413",
239
239
  },
240
+ black: {
241
+ 100: "#E5E7EB",
242
+ 200: "#D1D5DB",
243
+ 300: "#9CA3AF",
244
+ 400: "#6B7280",
245
+ 500: "#374151",
246
+ 600: "#1F2937",
247
+ 700: "#111827",
248
+ 800: "#0B0F19",
249
+ 900: "#05070D",
250
+ },
251
+ neutral: {
252
+ 100: "#F4F4F8",
253
+ 200: "#EEEFF4",
254
+ 300: "#E3E3ED",
255
+ 400: "#D9DAE5",
256
+ 500: "#C6C9D9",
257
+ 600: "#A9ADC0",
258
+ 700: "#989DAD",
259
+ 800: "#777D8A",
260
+ 900: "#3D4150",
261
+ },
240
262
  },
241
263
  system: {
242
264
  neutral: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kruzer/styles",
3
- "version": "3.0.0-alpha.24",
3
+ "version": "3.0.0-alpha.25",
4
4
  "type": "module",
5
5
  "main": "./dist/styles.js",
6
6
  "module": "./dist/styles.js",