@signal9/era-ui 2.18.1 → 2.19.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.
@@ -0,0 +1,3 @@
1
+ # About
2
+
3
+ What era ui is — density, surface, corners, type, and colour as orthogonal axes.
@@ -31,6 +31,14 @@ Full concatenated reference: `/llms-full.txt`.
31
31
 
32
32
  <!-- Full component documentation, concatenated. -->
33
33
 
34
+ <!-- begin: about -->
35
+
36
+ # About
37
+
38
+ What era ui is — density, surface, corners, type, and colour as orthogonal axes.
39
+
40
+ <!-- end: about -->
41
+
34
42
  <!-- begin: spacing -->
35
43
 
36
44
  # Spacing
@@ -31,4 +31,4 @@ Full concatenated reference: `{{ORIGIN}}/llms-full.txt`.
31
31
 
32
32
  ## Components
33
33
 
34
- spacing, surfaces, measurements, text, draggable, llm-shell, os, aspect-ratio, badge, avatar, bar, button, button-group, pane, card, chip, code-block, copy-button, kv, separator, sheet, skeleton, switch, toggle, accordion, alert-dialog, calendar, checkbox, collapsible, combobox, command, command-bar, step, context-menu, date-field, date-picker, date-range-field, date-range-picker, dialog, dropdown-menu, file-upload, scroll-area, input, link-preview, label, menu, menubar, meter, navigation-menu, mode, pagination, pin-input, popover, progress, range-calendar, radio-group, rating-group, select, slider, table, tabs, time-field, time-range-field, toggle-group, toolbar, video-player, tooltip
34
+ about, spacing, surfaces, measurements, text, draggable, llm-shell, os, aspect-ratio, badge, avatar, bar, button, button-group, pane, card, chip, code-block, copy-button, kv, separator, sheet, skeleton, switch, toggle, accordion, alert-dialog, calendar, checkbox, collapsible, combobox, command, command-bar, step, context-menu, date-field, date-picker, date-range-field, date-range-picker, dialog, dropdown-menu, file-upload, scroll-area, input, link-preview, label, menu, menubar, meter, navigation-menu, mode, pagination, pin-input, popover, progress, range-calendar, radio-group, rating-group, select, slider, table, tabs, time-field, time-range-field, toggle-group, toolbar, video-player, tooltip
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "entries": [
3
+ {
4
+ "slug": "about",
5
+ "title": "About",
6
+ "summary": "What era ui is — density, surface, corners, type, and colour as orthogonal axes.",
7
+ "tokenEstimate": 23,
8
+ "sections": [],
9
+ "file": "about.md"
10
+ },
3
11
  {
4
12
  "slug": "spacing",
5
13
  "title": "Spacing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signal9/era-ui",
3
- "version": "2.18.1",
3
+ "version": "2.19.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev --host",
6
6
  "build": "vite build && npm run prepack",