@tasteee/zest 0.4.0 → 0.5.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.
Files changed (2) hide show
  1. package/dist/zest.js +2 -2
  2. package/package.json +1 -1
package/dist/zest.js CHANGED
@@ -5201,9 +5201,9 @@ const Bl = C`
5201
5201
  customElements.define("z-link", _l);
5202
5202
  const Tl = C`
5203
5203
  :host { display: block; width: 100%; }
5204
- .field { display: grid; gap: 0.5rem; }
5204
+ .field { display: grid; gap: 0.25rem; }
5205
5205
  .header { display: flex; align-items: baseline; justify-content: space-between; gap: 0.75rem; }
5206
- .label { color: var(--foreground); font-size: var(--font-size-small); font-weight: 600; line-height: 1.35; }
5206
+ .label { color: var(--color-neutral-5); font-size: var(--font-size-small); font-weight: 600; line-height: 1.35; letter-spacing: 0.04em; text-transform: lowercase; font-variant-caps: all-small-caps; }
5207
5207
  .required { color: var(--destructive); }
5208
5208
  .description, .error { font-size: var(--font-size-small); line-height: 1.45; }
5209
5209
  .description { color: var(--muted-foreground); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasteee/zest",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Zest is a gorgeous, fully featuref, framework-agnostic web component library. Use it in plain HTML, React, or anywhere else.",
5
5
  "type": "module",
6
6
  "license": "MIT",