@etus/tokens 2.1.0 → 2.2.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/dist/tokens.css CHANGED
@@ -2556,6 +2556,15 @@
2556
2556
  --tooltip-content-radius: 8px;
2557
2557
  --tooltip-content-text-size: 0.75rem;
2558
2558
  --tooltip-content-z-index: 50;
2559
+ --topbar-leading-gap: 8px;
2560
+ --topbar-root-background: oklch(97.02% 0.0000 0);
2561
+ --topbar-root-border-color: oklch(92.19% 0.0000 0);
2562
+ --topbar-root-gap: 16px;
2563
+ --topbar-root-height-default: 3.5rem;
2564
+ --topbar-root-height-filters: 3.25rem;
2565
+ --topbar-root-padding-x: 32px;
2566
+ --topbar-root-padding-y: 8px;
2567
+ --topbar-trailing-gap: 16px;
2559
2568
  --typography-caption-c1-font-family: Inter;
2560
2569
  --typography-caption-c1-font-size: 12px;
2561
2570
  --typography-caption-c1-font-weight: 600;
@@ -4052,6 +4061,8 @@
4052
4061
  --color-toolbar-separator-color: var(--toolbar-separator-color);
4053
4062
  --color-tooltip-content-background: var(--tooltip-content-background);
4054
4063
  --color-tooltip-content-foreground: var(--tooltip-content-foreground);
4064
+ --color-topbar-root-background: var(--topbar-root-background);
4065
+ --color-topbar-root-border-color: var(--topbar-root-border-color);
4055
4066
  --color-warning-border: var(--warning-border);
4056
4067
  --color-warning-foreground: var(--warning-foreground);
4057
4068
  --color-warning-subtle-foreground: var(--warning-subtle-foreground);
package/dist/tokens.js CHANGED
@@ -2749,6 +2749,15 @@ export const tokens = {
2749
2749
  "tooltip-content-radius": "8px",
2750
2750
  "tooltip-content-text-size": "0.75rem",
2751
2751
  "tooltip-content-z-index": "50",
2752
+ "topbar-leading-gap": "8px",
2753
+ "topbar-root-background": "oklch(97.02% 0.0000 0)",
2754
+ "topbar-root-border-color": "oklch(92.19% 0.0000 0)",
2755
+ "topbar-root-gap": "16px",
2756
+ "topbar-root-height-default": "3.5rem",
2757
+ "topbar-root-height-filters": "3.25rem",
2758
+ "topbar-root-padding-x": "32px",
2759
+ "topbar-root-padding-y": "8px",
2760
+ "topbar-trailing-gap": "16px",
2752
2761
  "typography-caption-c1-font-family": "Inter",
2753
2762
  "typography-caption-c1-font-size": "12px",
2754
2763
  "typography-caption-c1-font-weight": "600",
@@ -16132,6 +16132,69 @@
16132
16132
  "type": "number",
16133
16133
  "value": "50"
16134
16134
  },
16135
+ {
16136
+ "name": "topbar-leading-gap",
16137
+ "cssVar": "--topbar-leading-gap",
16138
+ "type": "dimension",
16139
+ "description": "Gap inside the TopbarLeading slot (8px) — tight for breadcrumb chips.",
16140
+ "value": "8px"
16141
+ },
16142
+ {
16143
+ "name": "topbar-root-background",
16144
+ "cssVar": "--topbar-root-background",
16145
+ "type": "color",
16146
+ "description": "Topbar surface background — mirrors Figma --core/background/surface (#fafafa) via the local muted alias.",
16147
+ "value": "oklch(97.02% 0.0000 0)"
16148
+ },
16149
+ {
16150
+ "name": "topbar-root-border-color",
16151
+ "cssVar": "--topbar-root-border-color",
16152
+ "type": "color",
16153
+ "description": "Border color used when stacking default + filters variants vertically.",
16154
+ "value": "oklch(92.19% 0.0000 0)"
16155
+ },
16156
+ {
16157
+ "name": "topbar-root-gap",
16158
+ "cssVar": "--topbar-root-gap",
16159
+ "type": "dimension",
16160
+ "description": "Gap between leading and trailing slots (16px).",
16161
+ "value": "16px"
16162
+ },
16163
+ {
16164
+ "name": "topbar-root-height-default",
16165
+ "cssVar": "--topbar-root-height-default",
16166
+ "type": "dimension",
16167
+ "description": "Topbar default variant height (56px) — mirrors Figma Core Components / Topbar / Default.",
16168
+ "value": "3.5rem"
16169
+ },
16170
+ {
16171
+ "name": "topbar-root-height-filters",
16172
+ "cssVar": "--topbar-root-height-filters",
16173
+ "type": "dimension",
16174
+ "description": "Topbar filters variant height (52px) — mirrors Figma Core Components / Topbar / Filters.",
16175
+ "value": "3.25rem"
16176
+ },
16177
+ {
16178
+ "name": "topbar-root-padding-x",
16179
+ "cssVar": "--topbar-root-padding-x",
16180
+ "type": "dimension",
16181
+ "description": "Topbar horizontal padding (32px) — mirrors Figma px-32.",
16182
+ "value": "32px"
16183
+ },
16184
+ {
16185
+ "name": "topbar-root-padding-y",
16186
+ "cssVar": "--topbar-root-padding-y",
16187
+ "type": "dimension",
16188
+ "description": "Topbar vertical padding (8px) — mirrors Figma py-8.",
16189
+ "value": "8px"
16190
+ },
16191
+ {
16192
+ "name": "topbar-trailing-gap",
16193
+ "cssVar": "--topbar-trailing-gap",
16194
+ "type": "dimension",
16195
+ "description": "Gap inside the TopbarTrailing slot (16px) — comfortable for action controls.",
16196
+ "value": "16px"
16197
+ },
16135
16198
  {
16136
16199
  "name": "typography-caption-c1-font-family",
16137
16200
  "cssVar": "--typography-caption-c1-font-family",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etus/tokens",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Seven Design System - Design tokens (CSS variables) for ETUS applications",
5
5
  "license": "MIT",
6
6
  "repository": {