@novie/ui 0.1.9 → 0.1.10

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": "@novie/ui",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Novie design system component library built on shadcn/ui conventions",
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.css CHANGED
@@ -344,6 +344,8 @@
344
344
  /* semantic: button/brand/hover ← palette: forrest-500 hex: #257550 */
345
345
  --button-brand-pressed: 151.9 61.5% 20.4%;
346
346
  /* semantic: button/brand/pressed ← palette: forrest-700 hex: #145436 */
347
+ --button-brand-secondary: 147.9 36.4% 69.8%;
348
+ /* semantic: button/brand/secondary ← palette: forrest-300 hex: #96ceb0 */
347
349
 
348
350
  /* Secondary Filled (black bg) */
349
351
  --button-secondary-filled-hover: 0 0% 23.1%;
@@ -926,6 +928,8 @@
926
928
  /* semantic: button/brand/hover (dark) ← palette: forrest-500 hex: #257550 (estimated) */
927
929
  --button-brand-pressed: 151.9 61.5% 20.4%;
928
930
  /* semantic: button/brand/pressed (dark) ← palette: forrest-700 hex: #145436 (estimated) */
931
+ --button-brand-secondary: 147.9 36.4% 69.8%;
932
+ /* semantic: button/brand/secondary (dark) ← palette: forrest-300 hex: #96ceb0 (estimated) */
929
933
 
930
934
  /* Secondary Filled */
931
935
  --button-secondary-filled-hover: 0 0% 89.8%;