@nd-storybook/storybook 0.3.0 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nd-storybook/storybook",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -21,7 +21,7 @@ export default {
21
21
  "./src/**/*.{vue,js,ts,jsx,tsx,stories.js}",
22
22
  "./storybook/**/*.{mdx,vue,js,ts,jsx,tsx,stories.js}",
23
23
  ],
24
- darkMode: 'class',
24
+ darkMode: 'media',
25
25
  theme: {
26
26
  extend: {
27
27
  colors: {
@@ -1,5 +1,5 @@
1
1
  // Generated from design tokens - DO NOT EDIT DIRECTLY
2
- // Last generated: 2025-11-24T13:43:30.556Z
2
+ // Last generated: 2025-12-08T13:56:43.110Z
3
3
 
4
4
  export const primitiveColors = {
5
5
  "blue-400": "var(--color-blue-400)",
@@ -10,6 +10,7 @@ export const primitiveColors = {
10
10
  "pink-400": "var(--color-pink-400)",
11
11
  "pink-600": "var(--color-pink-600)",
12
12
  "pink-700": "var(--color-pink-700)",
13
+ "pink-800": "var(--color-pink-800)",
13
14
  "brown-500": "var(--color-brown-500)",
14
15
  "brown-800": "var(--color-brown-800)",
15
16
  "brown-900": "var(--color-brown-900)",
@@ -63,7 +64,9 @@ export const semanticColors = {
63
64
  "icons-brand": "var(--color-icons-brand)",
64
65
  "icons-warning": "var(--color-icons-warning)",
65
66
  "icons-inverse": "var(--color-icons-inverse)",
66
- "shadow-default": "var(--color-shadow-default)"
67
+ "shadow-default": "var(--color-shadow-default)",
68
+ "dnk-brand": "var(--color-dnk-brand)",
69
+ "dnk-background": "var(--color-dnk-background)"
67
70
  };
68
71
  export const componentColors = {
69
72
  "form-background-input-field": "var(--color-form-background-input-field-default)",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Tailwind CSS Utilities Plugin
3
3
  * Generated from design tokens - DO NOT EDIT DIRECTLY
4
- * Last generated: 2025-11-24T13:43:30.558Z
4
+ * Last generated: 2025-12-08T13:56:43.112Z
5
5
  */
6
6
 
7
7
  export default function ({ addUtilities }) {