@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/dist/index.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.css +4 -0
package/package.json
CHANGED
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%;
|