@zango-core/components 0.0.0 → 0.1.1

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/README.md CHANGED
@@ -95,9 +95,9 @@ function App() {
95
95
  ```css
96
96
  /* Override colors in your CSS - no imports needed! */
97
97
  :root {
98
- --colors-Brand-500: #3b82f6;
99
- --colors-Brand-600: #2563eb;
100
- --colors-Brand-700: #1d4ed8;
98
+ --color-Brand-500: #3b82f6;
99
+ --color-Brand-600: #2563eb;
100
+ --color-Brand-700: #1d4ed8;
101
101
  }
102
102
  ```
103
103
 
@@ -313,23 +313,23 @@ The component library uses CSS variables that can be overridden in your applicat
313
313
  ```css
314
314
  :root {
315
315
  /* Brand colors */
316
- --colors-Brand-500: #your-primary-color;
317
- --colors-Brand-600: #your-primary-hover;
318
- --colors-Brand-700: #your-primary-active;
316
+ --color-Brand-500: #your-primary-color;
317
+ --color-Brand-600: #your-primary-hover;
318
+ --color-Brand-700: #your-primary-active;
319
319
 
320
320
  /* Gray colors */
321
- --colors-Gray-100: #your-gray-light;
322
- --colors-Gray-500: #your-gray-medium;
323
- --colors-Gray-900: #your-gray-dark;
321
+ --color-Gray-100: #your-gray-light;
322
+ --color-Gray-500: #your-gray-medium;
323
+ --color-Gray-900: #your-gray-dark;
324
324
 
325
325
  /* Status colors */
326
- --colors-success-500: #your-success-color;
327
- --colors-error-500: #your-error-color;
328
- --colors-warning-500: #your-warning-color;
326
+ --color-success-500: #your-success-color;
327
+ --color-error-500: #your-error-color;
328
+ --color-warning-500: #your-warning-color;
329
329
 
330
330
  /* Base colors */
331
- --colors-Base-white: #ffffff;
332
- --colors-Base-black: #000000;
331
+ --color-Base-white: #ffffff;
332
+ --color-Base-black: #000000;
333
333
  }
334
334
  ```
335
335
 
@@ -1 +1 @@
1
- export {};
1
+