@gainsight-hub/design-tokens 0.2.1 → 0.2.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/dist/themes/legacy.css
CHANGED
|
@@ -168,4 +168,7 @@
|
|
|
168
168
|
--widget-introduction-icon-background: var(--config-cta-icon-background-color, #1f8444);
|
|
169
169
|
--widget-introduction-icon-content: var(--config-cta-icon-check, #FFFFFF);
|
|
170
170
|
--widget-introduction-close-content: var(--config-cta-close-button-color, #696E7C);
|
|
171
|
+
--widget-shadow: var(--config-widget-box-shadow, 0 2px 4px 0 rgba(0,0,0,0.08));
|
|
172
|
+
--color-overlay-backdrop: var(--config-cookie-modal-background-color, rgba(60,60,60,.9));
|
|
173
|
+
--color-tag-pill-background: var(--config-tag-pill-background-color, #FAFAFA);
|
|
171
174
|
}
|
package/dist/token-catalog.json
CHANGED
package/package.json
CHANGED