dowel-ui 0.19.0 → 0.19.1

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/README.md CHANGED
@@ -11,7 +11,7 @@ A dowel is the hidden peg that joins two boards so the seam does not show. That
11
11
  **[Documentation](https://lacodda.github.io/dowel/)** — what everything is and why it is that way.
12
12
  **[The stand](https://lacodda.github.io/dowel/stand/)** — every component, live, in either theme and in the accent of any product of the line.
13
13
 
14
- **Status:** v0.19.0 - the theme, the scales, an accent per product, forty components - overlays, menus, the command palette and the three ways of saying something happened - and the gates each one passes: axe, the keyboard, a dependency budget and a picture in both themes. Every component has a page of its own on the stand, which remembers the theme and the accent you left it in. Components install from a versioned registry, the docs are served in the form an agent reads, and `dowel check` tells a project what stands between it and the vocabulary. Two products of the line live on it. See the [roadmap](#roadmap).
14
+ **Status:** v0.19.1 - the theme, the scales, an accent per product, forty components - overlays, menus, the command palette and the three ways of saying something happened - and the gates each one passes: axe, the keyboard, a dependency budget and a picture in both themes. Every component has a page of its own on the stand, which remembers the theme and the accent you left it in. Components install from a versioned registry, the docs are served in the form an agent reads, and `dowel check` tells a project what stands between it and the vocabulary. Two products of the line live on it. See the [roadmap](#roadmap).
15
15
 
16
16
  ## The theme
17
17
 
@@ -222,7 +222,7 @@
222
222
  "description": "A message that stays on the screen, in the flow of the page, about the thing next to it: this field could not be saved, this profile has no axes yet, this export is out of date.",
223
223
  "dependencies": [
224
224
  "class-variance-authority",
225
- "dowel-ui@^0.19.0"
225
+ "dowel-ui@^0.19.1"
226
226
  ],
227
227
  "registryDependencies": [],
228
228
  "files": [
@@ -241,7 +241,7 @@
241
241
  "description": "A small piece of state attached to something else: a count, a status, a label. It is not a button and never was - if it can be clicked it is a Chip.",
242
242
  "dependencies": [
243
243
  "class-variance-authority",
244
- "dowel-ui@^0.19.0"
244
+ "dowel-ui@^0.19.1"
245
245
  ],
246
246
  "registryDependencies": [],
247
247
  "files": [
@@ -260,7 +260,7 @@
260
260
  "description": "A strip across the top of the application, about the application: you are offline, this build is a preview, your licence expires on Friday, a new version is ready to install.",
261
261
  "dependencies": [
262
262
  "class-variance-authority",
263
- "dowel-ui@^0.19.0"
263
+ "dowel-ui@^0.19.1"
264
264
  ],
265
265
  "registryDependencies": [],
266
266
  "files": [
@@ -280,7 +280,7 @@
280
280
  "dependencies": [
281
281
  "@base-ui/react",
282
282
  "class-variance-authority",
283
- "dowel-ui@^0.19.0"
283
+ "dowel-ui@^0.19.1"
284
284
  ],
285
285
  "registryDependencies": [],
286
286
  "files": [
@@ -314,7 +314,7 @@
314
314
  "title": "Calendar",
315
315
  "description": "The sums live next door in `calendar-math`, which has no React in it; this is the grid that draws them and the keyboard that moves around it.",
316
316
  "dependencies": [
317
- "dowel-ui@^0.19.0"
317
+ "dowel-ui@^0.19.1"
318
318
  ],
319
319
  "registryDependencies": [
320
320
  "https://lacodda.github.io/dowel/r/calendar-math.json"
@@ -335,7 +335,7 @@
335
335
  "description": "The interesting part is the words. A checkbox on its own is a nine-pixel target that says nothing; wired to a label it is the whole row, and the row is what a finger and a pointer both aim at. So the label is part of the component rather than something a caller remembers to add - the commonest bug in a hand-rolled checkbox is a `<label>` that is next to the input instead of tied to it, which looks identical and does nothing.",
336
336
  "dependencies": [
337
337
  "@base-ui/react",
338
- "dowel-ui@^0.19.0"
338
+ "dowel-ui@^0.19.1"
339
339
  ],
340
340
  "registryDependencies": [],
341
341
  "files": [
@@ -354,7 +354,7 @@
354
354
  "description": "A badge you can act on: a filter that can be removed, a tag with a count, a selected value in a field. The difference from a Badge is entirely about whether something happens when you click it - and if something does, that part is a real `<button>` with a real label, not a decorative cross.",
355
355
  "dependencies": [
356
356
  "class-variance-authority",
357
- "dowel-ui@^0.19.0"
357
+ "dowel-ui@^0.19.1"
358
358
  ],
359
359
  "registryDependencies": [],
360
360
  "files": [
@@ -374,7 +374,7 @@
374
374
  "dependencies": [
375
375
  "@base-ui/react",
376
376
  "class-variance-authority",
377
- "dowel-ui@^0.19.0"
377
+ "dowel-ui@^0.19.1"
378
378
  ],
379
379
  "registryDependencies": [
380
380
  "https://lacodda.github.io/dowel/r/input.json",
@@ -397,7 +397,7 @@
397
397
  "dependencies": [
398
398
  "@base-ui/react",
399
399
  "class-variance-authority",
400
- "dowel-ui@^0.19.0"
400
+ "dowel-ui@^0.19.1"
401
401
  ],
402
402
  "registryDependencies": [
403
403
  "https://lacodda.github.io/dowel/r/combobox.json",
@@ -420,7 +420,7 @@
420
420
  "dependencies": [
421
421
  "@base-ui/react",
422
422
  "class-variance-authority",
423
- "dowel-ui@^0.19.0"
423
+ "dowel-ui@^0.19.1"
424
424
  ],
425
425
  "registryDependencies": [],
426
426
  "files": [
@@ -439,7 +439,7 @@
439
439
  "description": "The same list of actions as Menu, opened the other way round: by right click, or by a long press on a touch screen, over an *area* rather than from a button. So the trigger is not a control - it is the region the menu belongs to, a row, a canvas, a file tile - and it renders a `<div>`.",
440
440
  "dependencies": [
441
441
  "@base-ui/react",
442
- "dowel-ui@^0.19.0"
442
+ "dowel-ui@^0.19.1"
443
443
  ],
444
444
  "registryDependencies": [
445
445
  "https://lacodda.github.io/dowel/r/menu.json"
@@ -459,7 +459,7 @@
459
459
  "title": "Copyable",
460
460
  "description": "Any text that someone will eventually want to copy - an id, a path, a hash, a token - copied with one click. The rule comes from nitid: if a value is worth showing, it is worth being able to take away, and selecting a monospaced id by hand is a small daily tax.",
461
461
  "dependencies": [
462
- "dowel-ui@^0.19.0"
462
+ "dowel-ui@^0.19.1"
463
463
  ],
464
464
  "registryDependencies": [],
465
465
  "files": [
@@ -477,7 +477,7 @@
477
477
  "title": "Date-picker",
478
478
  "description": "The trigger is a button rather than a text input, and that is the decision worth stating. A typable date field has to answer \"what does `03/04/26` mean\" in a locale it cannot be sure of, and it answers wrong for half the world; a button showing the date spelled out has no such question. Where typing genuinely matters - a birth date, forty years back - the calendar is the wrong control anyway and a product should reach for a plain field.",
479
479
  "dependencies": [
480
- "dowel-ui@^0.19.0"
480
+ "dowel-ui@^0.19.1"
481
481
  ],
482
482
  "registryDependencies": [
483
483
  "https://lacodda.github.io/dowel/r/calendar.json",
@@ -500,7 +500,7 @@
500
500
  "title": "Date-range-picker",
501
501
  "description": "The interesting part is the state between them. After the first click there is a start and no end, and that is not an incomplete range to be hidden or a range of one day - it is the normal middle of the interaction, and the calendar has to show it: the first day marked, the days under the pointer shading as the reader moves, the popup staying open. Products that skip it end up with a picker that seems to do nothing until the second click.",
502
502
  "dependencies": [
503
- "dowel-ui@^0.19.0"
503
+ "dowel-ui@^0.19.1"
504
504
  ],
505
505
  "registryDependencies": [
506
506
  "https://lacodda.github.io/dowel/r/calendar.json",
@@ -525,7 +525,7 @@
525
525
  "dependencies": [
526
526
  "@base-ui/react",
527
527
  "class-variance-authority",
528
- "dowel-ui@^0.19.0"
528
+ "dowel-ui@^0.19.1"
529
529
  ],
530
530
  "registryDependencies": [],
531
531
  "files": [
@@ -545,7 +545,7 @@
545
545
  "dependencies": [
546
546
  "@base-ui/react",
547
547
  "class-variance-authority",
548
- "dowel-ui@^0.19.0"
548
+ "dowel-ui@^0.19.1"
549
549
  ],
550
550
  "registryDependencies": [],
551
551
  "files": [
@@ -563,7 +563,7 @@
563
563
  "title": "Duration-field",
564
564
  "description": "The alternative is what products keep building: two number boxes labelled \"hours\" and \"minutes\", which means two tab stops, two validations, and a reader who has to divide 90 minutes in their head before typing. Here they write `1h 30m`, or `90m`, or `1.5h`, and it means the same thing.",
565
565
  "dependencies": [
566
- "dowel-ui@^0.19.0"
566
+ "dowel-ui@^0.19.1"
567
567
  ],
568
568
  "registryDependencies": [
569
569
  "https://lacodda.github.io/dowel/r/input.json"
@@ -584,7 +584,7 @@
584
584
  "description": "Every form is the same four parts repeated: a name for the control, the control, sometimes a hint, and sometimes an error. Written by hand each time, they drift - the label loses its `htmlFor`, the hint is a `<div>` no screen reader mentions, the error appears in red and is announced by nothing at all. This is that arrangement, once.",
585
585
  "dependencies": [
586
586
  "@base-ui/react",
587
- "dowel-ui@^0.19.0"
587
+ "dowel-ui@^0.19.1"
588
588
  ],
589
589
  "registryDependencies": [],
590
590
  "files": [
@@ -602,7 +602,7 @@
602
602
  "title": "Input",
603
603
  "description": "A single-line field. It is a plain `<input>` with the line's clothes on, so everything a browser gives an input for free - autofill, spellcheck, the right keyboard on a phone, `type=\"email\"` validation - still works.",
604
604
  "dependencies": [
605
- "dowel-ui@^0.19.0"
605
+ "dowel-ui@^0.19.1"
606
606
  ],
607
607
  "registryDependencies": [],
608
608
  "files": [
@@ -620,7 +620,7 @@
620
620
  "title": "Kbd",
621
621
  "description": "A key, as printed in a menu or a hint: `Ctrl` `K`. It is a `<kbd>` element because that is what the element is for - a screen reader announces it as keyboard input rather than reading a stray capital letter.",
622
622
  "dependencies": [
623
- "dowel-ui@^0.19.0"
623
+ "dowel-ui@^0.19.1"
624
624
  ],
625
625
  "registryDependencies": [],
626
626
  "files": [
@@ -640,7 +640,7 @@
640
640
  "dependencies": [
641
641
  "@base-ui/react",
642
642
  "class-variance-authority",
643
- "dowel-ui@^0.19.0"
643
+ "dowel-ui@^0.19.1"
644
644
  ],
645
645
  "registryDependencies": [],
646
646
  "files": [
@@ -659,7 +659,7 @@
659
659
  "description": "A number typed into a text input is a string that happens to look like a number, and every product then writes the same four fixes: strip the letters, clamp to a range, round to a step, and decide what an empty box means. This is those four, once, plus the stepper - because a value with a small range is faster nudged than typed.",
660
660
  "dependencies": [
661
661
  "@base-ui/react",
662
- "dowel-ui@^0.19.0"
662
+ "dowel-ui@^0.19.1"
663
663
  ],
664
664
  "registryDependencies": [
665
665
  "https://lacodda.github.io/dowel/r/input.json"
@@ -680,7 +680,7 @@
680
680
  "description": "The raised surface everything else sits on. It is the one place a screen gets its structure from, so it stays deliberately plain: a ground, a hairline, a corner.",
681
681
  "dependencies": [
682
682
  "class-variance-authority",
683
- "dowel-ui@^0.19.0"
683
+ "dowel-ui@^0.19.1"
684
684
  ],
685
685
  "registryDependencies": [],
686
686
  "files": [
@@ -698,7 +698,7 @@
698
698
  "title": "Password-field",
699
699
  "description": "The reveal is the whole component, and it is not a convenience. A masked field is the only one in a form where a typo cannot be seen, so people either paste (fine) or type slowly and get it wrong anyway; the toggle is what turns an unverifiable field into a checkable one, and it is why long passphrases became usable at all.",
700
700
  "dependencies": [
701
- "dowel-ui@^0.19.0"
701
+ "dowel-ui@^0.19.1"
702
702
  ],
703
703
  "registryDependencies": [
704
704
  "https://lacodda.github.io/dowel/r/input.json"
@@ -720,7 +720,7 @@
720
720
  "dependencies": [
721
721
  "@base-ui/react",
722
722
  "class-variance-authority",
723
- "dowel-ui@^0.19.0"
723
+ "dowel-ui@^0.19.1"
724
724
  ],
725
725
  "registryDependencies": [],
726
726
  "files": [
@@ -740,7 +740,7 @@
740
740
  "dependencies": [
741
741
  "@base-ui/react",
742
742
  "class-variance-authority",
743
- "dowel-ui@^0.19.0"
743
+ "dowel-ui@^0.19.1"
744
744
  ],
745
745
  "registryDependencies": [],
746
746
  "files": [
@@ -760,7 +760,7 @@
760
760
  "dependencies": [
761
761
  "@base-ui/react",
762
762
  "class-variance-authority",
763
- "dowel-ui@^0.19.0"
763
+ "dowel-ui@^0.19.1"
764
764
  ],
765
765
  "registryDependencies": [],
766
766
  "files": [
@@ -778,7 +778,7 @@
778
778
  "title": "Rating-scale",
779
779
  "description": "Generalised from kilna, where it is how a work is scored on each of its axes. The shape is a row of marks rather than stars: stars carry a meaning of their own - a review, a public verdict - and this is as often \"how hard was this\" or \"how finished is it\" as it is \"how good\".",
780
780
  "dependencies": [
781
- "dowel-ui@^0.19.0"
781
+ "dowel-ui@^0.19.1"
782
782
  ],
783
783
  "registryDependencies": [],
784
784
  "files": [
@@ -796,7 +796,7 @@
796
796
  "title": "Search-field",
797
797
  "description": "An Input that knows it is a search box, which is three small things the products kept not doing:\n * - a magnifier, so the field is recognisable before it is read; - a way to clear it that is not \"select all and delete\" - and one that a keyboard can reach, which a decorative `<span>` cannot; - the shortcut that focuses it, shown in the field rather than learned.",
798
798
  "dependencies": [
799
- "dowel-ui@^0.19.0"
799
+ "dowel-ui@^0.19.1"
800
800
  ],
801
801
  "registryDependencies": [
802
802
  "https://lacodda.github.io/dowel/r/input.json",
@@ -820,7 +820,7 @@
820
820
  "dependencies": [
821
821
  "@base-ui/react",
822
822
  "class-variance-authority",
823
- "dowel-ui@^0.19.0"
823
+ "dowel-ui@^0.19.1"
824
824
  ],
825
825
  "registryDependencies": [
826
826
  "https://lacodda.github.io/dowel/r/input.json"
@@ -857,7 +857,7 @@
857
857
  "description": "The case for it over a NumberField is that the number does not matter much: a volume, an opacity, a weight in a search filter. Where the exact figure does matter, a slider is a worse field with more pixels - it cannot be typed into, it cannot be pasted into, and it has no state for \"empty\".",
858
858
  "dependencies": [
859
859
  "@base-ui/react",
860
- "dowel-ui@^0.19.0"
860
+ "dowel-ui@^0.19.1"
861
861
  ],
862
862
  "registryDependencies": [],
863
863
  "files": [
@@ -876,7 +876,7 @@
876
876
  "description": "Something is happening and the answer has not arrived. It carries no text of its own - what is loading is the product's word, not the system's - but it does have to say *something* to a screen reader, or a page that is busy is silently identical to a page that is empty.",
877
877
  "dependencies": [
878
878
  "class-variance-authority",
879
- "dowel-ui@^0.19.0"
879
+ "dowel-ui@^0.19.1"
880
880
  ],
881
881
  "registryDependencies": [],
882
882
  "files": [
@@ -895,7 +895,7 @@
895
895
  "description": "The difference from Checkbox is not how it looks, and getting it wrong is the commonest mistake in the pair. A checkbox is an answer collected now and submitted later, with the rest of the form; a switch is a setting that applies the moment it moves. Put a switch in a form with a Save button and the reader cannot tell whether anything happened - they flipped it, and nothing said so.",
896
896
  "dependencies": [
897
897
  "@base-ui/react",
898
- "dowel-ui@^0.19.0"
898
+ "dowel-ui@^0.19.1"
899
899
  ],
900
900
  "registryDependencies": [],
901
901
  "files": [
@@ -913,7 +913,7 @@
913
913
  "title": "Textarea",
914
914
  "description": "A multi-line field that can grow with what is typed into it, which is the only interesting part: a fixed box makes someone scroll inside a scroll, and a box that grows without limit pushes the button they are trying to reach off the screen. `autoResize` grows it; `maxRows` says when to stop and let it scroll after all.",
915
915
  "dependencies": [
916
- "dowel-ui@^0.19.0"
916
+ "dowel-ui@^0.19.1"
917
917
  ],
918
918
  "registryDependencies": [
919
919
  "https://lacodda.github.io/dowel/r/input.json"
@@ -933,7 +933,7 @@
933
933
  "title": "Time-field",
934
934
  "description": "No donor for this one: neither product of the line had a time field, so this is written from the same shape as DurationField, and for the same reason. Anything a person plausibly types is accepted - `9`, `9:30`, `930`, `9.30`, `9pm`, `21:30` - and what comes back is always `HH:MM`.",
935
935
  "dependencies": [
936
- "dowel-ui@^0.19.0"
936
+ "dowel-ui@^0.19.1"
937
937
  ],
938
938
  "registryDependencies": [
939
939
  "https://lacodda.github.io/dowel/r/input.json"
@@ -955,7 +955,7 @@
955
955
  "dependencies": [
956
956
  "@base-ui/react",
957
957
  "class-variance-authority",
958
- "dowel-ui@^0.19.0"
958
+ "dowel-ui@^0.19.1"
959
959
  ],
960
960
  "registryDependencies": [],
961
961
  "files": [
@@ -975,7 +975,7 @@
975
975
  "dependencies": [
976
976
  "@base-ui/react",
977
977
  "class-variance-authority",
978
- "dowel-ui@^0.19.0"
978
+ "dowel-ui@^0.19.1"
979
979
  ],
980
980
  "registryDependencies": [],
981
981
  "files": [
@@ -993,7 +993,7 @@
993
993
  "title": "Truncate",
994
994
  "description": "Text that does not fit, cut with an ellipsis - and, importantly, still readable in full: the element carries its own text as a `title`, so hovering shows what was cut. Every product wrote the one-line version of this and none of them remembered the title.",
995
995
  "dependencies": [
996
- "dowel-ui@^0.19.0"
996
+ "dowel-ui@^0.19.1"
997
997
  ],
998
998
  "registryDependencies": [],
999
999
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dowel-ui",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "The lacodda line design system: theme tokens and React primitives, distributed as a shadcn-compatible registry.",
5
5
  "license": "MIT",
6
6
  "type": "module",