@gainsight-hub/design-tokens 0.2.0 → 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.
@@ -56,8 +56,11 @@
56
56
  --backtotop-background: var(--config-footer-background-color, #2B3346);
57
57
  --backtotop-content: var(--config-footer-color, #FFFFFF);
58
58
  --font-family-sans: var(--config--main-font-base-stack, Roboto, sans-serif);
59
- --font-family-serif: var(--config--main-font-secondary, Georgia, serif);
60
59
  --button-font-family: var(--config--main-button-base-font-family, Roboto, sans-serif);
60
+ --font-weight-regular: var(--config--main-font-base-weight, 400);
61
+ --font-weight-medium: var(--config-main-navigation-dropdown-font-weight, 500);
62
+ --font-weight-bold: var(--config--main-header-font-weight, 700);
63
+ --text-heading-small-font-weight: var(--config-thread-list-topic-title-font-weight, 500);
61
64
  --button-radius: var(--config-button-border-radius, 8px);
62
65
  --button-border-width: var(--config-button-border-width, 1px);
63
66
  --button-font-weight: var(--config--main-button-base-font-weight, 500);
@@ -165,4 +168,7 @@
165
168
  --widget-introduction-icon-background: var(--config-cta-icon-background-color, #1f8444);
166
169
  --widget-introduction-icon-content: var(--config-cta-icon-check, #FFFFFF);
167
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);
168
174
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.1.0",
3
- "generatedAt": "2026-06-03T06:35:14.792Z",
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.0",
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",