@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.
@@ -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
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.1.0",
3
- "generatedAt": "2026-06-03T09:32:29.217Z",
3
+ "generatedAt": "2026-06-09T06:57:02.095Z",
4
4
  "scales": {
5
5
  "brand": {
6
6
  "seedVar": "--theme-brand-700",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsight-hub/design-tokens",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Design tokens: CSS variables, JSON, TypeScript constants, and Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Gainsight Design Systems",