@design-factory/tokens 21.0.0-next.0 → 21.0.0
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 +19 -1
- package/config.cjs +2 -1
- package/config.js +2 -1
- package/css/root-dark.css +164 -163
- package/css/root-light.css +2 -1
- package/figma/t2-dark.json +99 -99
- package/package.json +3 -3
- package/scss/root.scss +2 -1
- package/scss/vars-dark.scss +99 -99
package/css/root-light.css
CHANGED
|
@@ -752,7 +752,8 @@ html:root {
|
|
|
752
752
|
|
|
753
753
|
/* Tier 3 Scoped tokens */
|
|
754
754
|
.btn,
|
|
755
|
-
.btn-close
|
|
755
|
+
.btn-close,
|
|
756
|
+
.ng-arrow-wrapper {
|
|
756
757
|
--df-button-borderRadius-main-null: 0;
|
|
757
758
|
--df-button-borderRadius-main-small: 0.25rem;
|
|
758
759
|
--df-button-borderRadius-main-medium: 0.375rem;
|