@terpjs/contract 0.13.0 → 0.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terpjs/contract",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "type": "module",
5
5
  "description": "Terp frontend contract \u2014 the OpenAPI-generated TypeScript client, design tokens, and the stack-agnostic module/route/nav + auth types.",
6
6
  "exports": {
package/src/tokens.css CHANGED
@@ -105,6 +105,7 @@
105
105
  --shell-header-height: 3rem;
106
106
  --shell-content-max-width: 80rem;
107
107
  --shell-brand-size: 1.75rem;
108
+ --shell-gutter: 1.5rem;
108
109
  --breakpoint-sm: 480px;
109
110
  --breakpoint-md: 768px;
110
111
  --breakpoint-lg: 1024px;
@@ -984,6 +984,14 @@
984
984
  },
985
985
  "themeable": false
986
986
  },
987
+ {
988
+ "name": "--shell-gutter",
989
+ "category": "shell",
990
+ "values": {
991
+ "light": "1.5rem"
992
+ },
993
+ "themeable": false
994
+ },
987
995
  {
988
996
  "name": "--breakpoint-sm",
989
997
  "category": "breakpoint",
@@ -1432,6 +1440,13 @@
1432
1440
  "bg": "--color-status-danger-soft",
1433
1441
  "layer": "semantic"
1434
1442
  },
1443
+ {
1444
+ "id": "muted-on-selection",
1445
+ "label": "muted text on a selected row",
1446
+ "fg": "--color-fg-muted",
1447
+ "bg": "--color-interactive-selected",
1448
+ "layer": "semantic"
1449
+ },
1435
1450
  {
1436
1451
  "id": "sidebar-nav-link-hover",
1437
1452
  "label": "a hovered sidebar navigation link",
package/token-pairs.json CHANGED
@@ -190,6 +190,13 @@
190
190
  "bg": "--color-status-danger-soft",
191
191
  "layer": "semantic"
192
192
  },
193
+ {
194
+ "id": "muted-on-selection",
195
+ "label": "muted text on a selected row",
196
+ "fg": "--color-fg-muted",
197
+ "bg": "--color-interactive-selected",
198
+ "layer": "semantic"
199
+ },
193
200
  {
194
201
  "id": "sidebar-nav-link-hover",
195
202
  "label": "a hovered sidebar navigation link",
package/tokens.json CHANGED
@@ -143,7 +143,8 @@
143
143
  },
144
144
  "headerHeight": { "value": "3rem" },
145
145
  "contentMaxWidth": { "value": "80rem" },
146
- "brandSize": { "value": "1.75rem" }
146
+ "brandSize": { "value": "1.75rem" },
147
+ "gutter": { "value": "1.5rem" }
147
148
  },
148
149
  "breakpoint": {
149
150
  "sm": { "value": "480px" },