@fastwork/xosmoz-theme 0.72.8 → 1.0.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/base.css CHANGED
@@ -119,7 +119,6 @@ h1, h2, h3, h4, h5, h6 {
119
119
  --xz-font-body3: 400 0.75rem/1.5 Google Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
120
120
  --xz-font-body4: 400 0.625rem/1.5 Google Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
121
121
 
122
-
123
122
  }
124
123
 
125
124
  @media (max-width: 768px) {
Binary file
package/dist/llms.txt CHANGED
@@ -38,6 +38,8 @@ The surface system creates visual depth through layering. `surface-50` and `surf
38
38
  | `--xz-color-surface-50` | Purest base — inset/recessed elements against the page | Input field background, radio inner dot, tab-list active item background, popup/popover background, card background over surface-100 |
39
39
  | `--xz-color-surface-100` | Default page background — the standard canvas | Page body, dashboard container, app background |
40
40
  | `--xz-color-surface-200` | Elevated surface — sits above the page | Cards, modals, dialogs, sidebar panels, stat cards |
41
+ | `--xz-color-surface-300` | Tertiary surface (rarely used) | Table headers, code block backgrounds — prefer `surface-200` in most cases |
42
+ | `--xz-color-surface-400` | Highest elevation surface (rarely used) | Popovers, tooltips — prefer `surface-200` + shadow in most cases |
41
43
 
42
44
  ### Inverted Backgrounds
43
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-theme",
3
- "version": "0.72.8",
3
+ "version": "1.0.0",
4
4
  "description": "Xosmoz Theme - Design tokens and theming system for Xosmoz",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",