dowel-ui 0.20.0 → 0.20.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 +1 -1
- package/dist/registry.json +43 -43
- package/package.json +1 -1
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.20.
|
|
14
|
+
**Status:** v0.20.1 - the theme, the scales, an accent per product, forty-five 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
|
|
package/dist/registry.json
CHANGED
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"dependencies": [
|
|
224
224
|
"@base-ui/react",
|
|
225
225
|
"class-variance-authority",
|
|
226
|
-
"dowel-ui@^0.20.
|
|
226
|
+
"dowel-ui@^0.20.1"
|
|
227
227
|
],
|
|
228
228
|
"registryDependencies": [],
|
|
229
229
|
"files": [
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"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.",
|
|
243
243
|
"dependencies": [
|
|
244
244
|
"class-variance-authority",
|
|
245
|
-
"dowel-ui@^0.20.
|
|
245
|
+
"dowel-ui@^0.20.1"
|
|
246
246
|
],
|
|
247
247
|
"registryDependencies": [],
|
|
248
248
|
"files": [
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"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.",
|
|
262
262
|
"dependencies": [
|
|
263
263
|
"class-variance-authority",
|
|
264
|
-
"dowel-ui@^0.20.
|
|
264
|
+
"dowel-ui@^0.20.1"
|
|
265
265
|
],
|
|
266
266
|
"registryDependencies": [],
|
|
267
267
|
"files": [
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"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.",
|
|
281
281
|
"dependencies": [
|
|
282
282
|
"class-variance-authority",
|
|
283
|
-
"dowel-ui@^0.20.
|
|
283
|
+
"dowel-ui@^0.20.1"
|
|
284
284
|
],
|
|
285
285
|
"registryDependencies": [],
|
|
286
286
|
"files": [
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"dependencies": [
|
|
301
301
|
"@base-ui/react",
|
|
302
302
|
"class-variance-authority",
|
|
303
|
-
"dowel-ui@^0.20.
|
|
303
|
+
"dowel-ui@^0.20.1"
|
|
304
304
|
],
|
|
305
305
|
"registryDependencies": [],
|
|
306
306
|
"files": [
|
|
@@ -334,7 +334,7 @@
|
|
|
334
334
|
"title": "Calendar",
|
|
335
335
|
"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.",
|
|
336
336
|
"dependencies": [
|
|
337
|
-
"dowel-ui@^0.20.
|
|
337
|
+
"dowel-ui@^0.20.1"
|
|
338
338
|
],
|
|
339
339
|
"registryDependencies": [
|
|
340
340
|
"https://lacodda.github.io/dowel/r/calendar-math.json"
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"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.",
|
|
356
356
|
"dependencies": [
|
|
357
357
|
"@base-ui/react",
|
|
358
|
-
"dowel-ui@^0.20.
|
|
358
|
+
"dowel-ui@^0.20.1"
|
|
359
359
|
],
|
|
360
360
|
"registryDependencies": [],
|
|
361
361
|
"files": [
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"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.",
|
|
375
375
|
"dependencies": [
|
|
376
376
|
"class-variance-authority",
|
|
377
|
-
"dowel-ui@^0.20.
|
|
377
|
+
"dowel-ui@^0.20.1"
|
|
378
378
|
],
|
|
379
379
|
"registryDependencies": [],
|
|
380
380
|
"files": [
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
"title": "Color-field",
|
|
393
393
|
"description": "Picking a colour for something the product stores: a tag, a project, a calendar. Note what that is *not* - it is not choosing the appearance of the interface. The theme decides that, from one accent, and a field that let a reader repaint the chrome would undo the argument the whole system rests on.",
|
|
394
394
|
"dependencies": [
|
|
395
|
-
"dowel-ui@^0.20.
|
|
395
|
+
"dowel-ui@^0.20.1"
|
|
396
396
|
],
|
|
397
397
|
"registryDependencies": [
|
|
398
398
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"dependencies": [
|
|
415
415
|
"@base-ui/react",
|
|
416
416
|
"class-variance-authority",
|
|
417
|
-
"dowel-ui@^0.20.
|
|
417
|
+
"dowel-ui@^0.20.1"
|
|
418
418
|
],
|
|
419
419
|
"registryDependencies": [
|
|
420
420
|
"https://lacodda.github.io/dowel/r/input.json",
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"dependencies": [
|
|
438
438
|
"@base-ui/react",
|
|
439
439
|
"class-variance-authority",
|
|
440
|
-
"dowel-ui@^0.20.
|
|
440
|
+
"dowel-ui@^0.20.1"
|
|
441
441
|
],
|
|
442
442
|
"registryDependencies": [
|
|
443
443
|
"https://lacodda.github.io/dowel/r/combobox.json",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"dependencies": [
|
|
461
461
|
"@base-ui/react",
|
|
462
462
|
"class-variance-authority",
|
|
463
|
-
"dowel-ui@^0.20.
|
|
463
|
+
"dowel-ui@^0.20.1"
|
|
464
464
|
],
|
|
465
465
|
"registryDependencies": [],
|
|
466
466
|
"files": [
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"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>`.",
|
|
480
480
|
"dependencies": [
|
|
481
481
|
"@base-ui/react",
|
|
482
|
-
"dowel-ui@^0.20.
|
|
482
|
+
"dowel-ui@^0.20.1"
|
|
483
483
|
],
|
|
484
484
|
"registryDependencies": [
|
|
485
485
|
"https://lacodda.github.io/dowel/r/menu.json"
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"title": "Copyable",
|
|
500
500
|
"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.",
|
|
501
501
|
"dependencies": [
|
|
502
|
-
"dowel-ui@^0.20.
|
|
502
|
+
"dowel-ui@^0.20.1"
|
|
503
503
|
],
|
|
504
504
|
"registryDependencies": [],
|
|
505
505
|
"files": [
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"title": "Date-picker",
|
|
518
518
|
"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.",
|
|
519
519
|
"dependencies": [
|
|
520
|
-
"dowel-ui@^0.20.
|
|
520
|
+
"dowel-ui@^0.20.1"
|
|
521
521
|
],
|
|
522
522
|
"registryDependencies": [
|
|
523
523
|
"https://lacodda.github.io/dowel/r/calendar.json",
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"title": "Date-range-picker",
|
|
541
541
|
"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.",
|
|
542
542
|
"dependencies": [
|
|
543
|
-
"dowel-ui@^0.20.
|
|
543
|
+
"dowel-ui@^0.20.1"
|
|
544
544
|
],
|
|
545
545
|
"registryDependencies": [
|
|
546
546
|
"https://lacodda.github.io/dowel/r/calendar.json",
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
"dependencies": [
|
|
566
566
|
"@base-ui/react",
|
|
567
567
|
"class-variance-authority",
|
|
568
|
-
"dowel-ui@^0.20.
|
|
568
|
+
"dowel-ui@^0.20.1"
|
|
569
569
|
],
|
|
570
570
|
"registryDependencies": [],
|
|
571
571
|
"files": [
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
"dependencies": [
|
|
586
586
|
"@base-ui/react",
|
|
587
587
|
"class-variance-authority",
|
|
588
|
-
"dowel-ui@^0.20.
|
|
588
|
+
"dowel-ui@^0.20.1"
|
|
589
589
|
],
|
|
590
590
|
"registryDependencies": [],
|
|
591
591
|
"files": [
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"title": "Duration-field",
|
|
604
604
|
"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.",
|
|
605
605
|
"dependencies": [
|
|
606
|
-
"dowel-ui@^0.20.
|
|
606
|
+
"dowel-ui@^0.20.1"
|
|
607
607
|
],
|
|
608
608
|
"registryDependencies": [
|
|
609
609
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"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.",
|
|
625
625
|
"dependencies": [
|
|
626
626
|
"@base-ui/react",
|
|
627
|
-
"dowel-ui@^0.20.
|
|
627
|
+
"dowel-ui@^0.20.1"
|
|
628
628
|
],
|
|
629
629
|
"registryDependencies": [],
|
|
630
630
|
"files": [
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"title": "File-drop",
|
|
643
643
|
"description": "A place to put files: drag them onto it, or press it and pick them. It takes files and hands them over - it does not upload them. Where they go, with which credentials, retried how - that is the product's transport, and a primitive that owned it would be wrong for every product whose upload does not look like the one it guessed.",
|
|
644
644
|
"dependencies": [
|
|
645
|
-
"dowel-ui@^0.20.
|
|
645
|
+
"dowel-ui@^0.20.1"
|
|
646
646
|
],
|
|
647
647
|
"registryDependencies": [],
|
|
648
648
|
"files": [
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"title": "Input",
|
|
661
661
|
"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.",
|
|
662
662
|
"dependencies": [
|
|
663
|
-
"dowel-ui@^0.20.
|
|
663
|
+
"dowel-ui@^0.20.1"
|
|
664
664
|
],
|
|
665
665
|
"registryDependencies": [],
|
|
666
666
|
"files": [
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"title": "Kbd",
|
|
679
679
|
"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.",
|
|
680
680
|
"dependencies": [
|
|
681
|
-
"dowel-ui@^0.20.
|
|
681
|
+
"dowel-ui@^0.20.1"
|
|
682
682
|
],
|
|
683
683
|
"registryDependencies": [],
|
|
684
684
|
"files": [
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"dependencies": [
|
|
699
699
|
"@base-ui/react",
|
|
700
700
|
"class-variance-authority",
|
|
701
|
-
"dowel-ui@^0.20.
|
|
701
|
+
"dowel-ui@^0.20.1"
|
|
702
702
|
],
|
|
703
703
|
"registryDependencies": [],
|
|
704
704
|
"files": [
|
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"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.",
|
|
718
718
|
"dependencies": [
|
|
719
719
|
"@base-ui/react",
|
|
720
|
-
"dowel-ui@^0.20.
|
|
720
|
+
"dowel-ui@^0.20.1"
|
|
721
721
|
],
|
|
722
722
|
"registryDependencies": [
|
|
723
723
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
"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.",
|
|
739
739
|
"dependencies": [
|
|
740
740
|
"class-variance-authority",
|
|
741
|
-
"dowel-ui@^0.20.
|
|
741
|
+
"dowel-ui@^0.20.1"
|
|
742
742
|
],
|
|
743
743
|
"registryDependencies": [],
|
|
744
744
|
"files": [
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"title": "Password-field",
|
|
757
757
|
"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.",
|
|
758
758
|
"dependencies": [
|
|
759
|
-
"dowel-ui@^0.20.
|
|
759
|
+
"dowel-ui@^0.20.1"
|
|
760
760
|
],
|
|
761
761
|
"registryDependencies": [
|
|
762
762
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
"dependencies": [
|
|
779
779
|
"@base-ui/react",
|
|
780
780
|
"class-variance-authority",
|
|
781
|
-
"dowel-ui@^0.20.
|
|
781
|
+
"dowel-ui@^0.20.1"
|
|
782
782
|
],
|
|
783
783
|
"registryDependencies": [],
|
|
784
784
|
"files": [
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"dependencies": [
|
|
799
799
|
"@base-ui/react",
|
|
800
800
|
"class-variance-authority",
|
|
801
|
-
"dowel-ui@^0.20.
|
|
801
|
+
"dowel-ui@^0.20.1"
|
|
802
802
|
],
|
|
803
803
|
"registryDependencies": [],
|
|
804
804
|
"files": [
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
"dependencies": [
|
|
819
819
|
"@base-ui/react",
|
|
820
820
|
"class-variance-authority",
|
|
821
|
-
"dowel-ui@^0.20.
|
|
821
|
+
"dowel-ui@^0.20.1"
|
|
822
822
|
],
|
|
823
823
|
"registryDependencies": [],
|
|
824
824
|
"files": [
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"title": "Rating-scale",
|
|
837
837
|
"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\".",
|
|
838
838
|
"dependencies": [
|
|
839
|
-
"dowel-ui@^0.20.
|
|
839
|
+
"dowel-ui@^0.20.1"
|
|
840
840
|
],
|
|
841
841
|
"registryDependencies": [],
|
|
842
842
|
"files": [
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"title": "Save-state",
|
|
855
855
|
"description": "The quiet line beside a field that saves itself: \"saving…\", then a tick that fades. It exists because a form without a Save button has to say what it did anyway - otherwise the reader is left guessing whether their edit survived, and the usual answer to that guess is to press Ctrl+S at a page that has no such thing.",
|
|
856
856
|
"dependencies": [
|
|
857
|
-
"dowel-ui@^0.20.
|
|
857
|
+
"dowel-ui@^0.20.1"
|
|
858
858
|
],
|
|
859
859
|
"registryDependencies": [
|
|
860
860
|
"https://lacodda.github.io/dowel/r/spinner.json"
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
"title": "Search-field",
|
|
875
875
|
"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.",
|
|
876
876
|
"dependencies": [
|
|
877
|
-
"dowel-ui@^0.20.
|
|
877
|
+
"dowel-ui@^0.20.1"
|
|
878
878
|
],
|
|
879
879
|
"registryDependencies": [
|
|
880
880
|
"https://lacodda.github.io/dowel/r/input.json",
|
|
@@ -898,7 +898,7 @@
|
|
|
898
898
|
"dependencies": [
|
|
899
899
|
"@base-ui/react",
|
|
900
900
|
"class-variance-authority",
|
|
901
|
-
"dowel-ui@^0.20.
|
|
901
|
+
"dowel-ui@^0.20.1"
|
|
902
902
|
],
|
|
903
903
|
"registryDependencies": [
|
|
904
904
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
"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\".",
|
|
936
936
|
"dependencies": [
|
|
937
937
|
"@base-ui/react",
|
|
938
|
-
"dowel-ui@^0.20.
|
|
938
|
+
"dowel-ui@^0.20.1"
|
|
939
939
|
],
|
|
940
940
|
"registryDependencies": [],
|
|
941
941
|
"files": [
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
"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.",
|
|
955
955
|
"dependencies": [
|
|
956
956
|
"class-variance-authority",
|
|
957
|
-
"dowel-ui@^0.20.
|
|
957
|
+
"dowel-ui@^0.20.1"
|
|
958
958
|
],
|
|
959
959
|
"registryDependencies": [],
|
|
960
960
|
"files": [
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
"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.",
|
|
974
974
|
"dependencies": [
|
|
975
975
|
"@base-ui/react",
|
|
976
|
-
"dowel-ui@^0.20.
|
|
976
|
+
"dowel-ui@^0.20.1"
|
|
977
977
|
],
|
|
978
978
|
"registryDependencies": [],
|
|
979
979
|
"files": [
|
|
@@ -992,7 +992,7 @@
|
|
|
992
992
|
"description": "Free text turned into a list: type a word, press Enter, it becomes a chip.",
|
|
993
993
|
"dependencies": [
|
|
994
994
|
"class-variance-authority",
|
|
995
|
-
"dowel-ui@^0.20.
|
|
995
|
+
"dowel-ui@^0.20.1"
|
|
996
996
|
],
|
|
997
997
|
"registryDependencies": [
|
|
998
998
|
"https://lacodda.github.io/dowel/r/chip.json",
|
|
@@ -1013,7 +1013,7 @@
|
|
|
1013
1013
|
"title": "Textarea",
|
|
1014
1014
|
"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.",
|
|
1015
1015
|
"dependencies": [
|
|
1016
|
-
"dowel-ui@^0.20.
|
|
1016
|
+
"dowel-ui@^0.20.1"
|
|
1017
1017
|
],
|
|
1018
1018
|
"registryDependencies": [
|
|
1019
1019
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
"title": "Time-field",
|
|
1034
1034
|
"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`.",
|
|
1035
1035
|
"dependencies": [
|
|
1036
|
-
"dowel-ui@^0.20.
|
|
1036
|
+
"dowel-ui@^0.20.1"
|
|
1037
1037
|
],
|
|
1038
1038
|
"registryDependencies": [
|
|
1039
1039
|
"https://lacodda.github.io/dowel/r/input.json"
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"dependencies": [
|
|
1056
1056
|
"@base-ui/react",
|
|
1057
1057
|
"class-variance-authority",
|
|
1058
|
-
"dowel-ui@^0.20.
|
|
1058
|
+
"dowel-ui@^0.20.1"
|
|
1059
1059
|
],
|
|
1060
1060
|
"registryDependencies": [],
|
|
1061
1061
|
"files": [
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"dependencies": [
|
|
1076
1076
|
"@base-ui/react",
|
|
1077
1077
|
"class-variance-authority",
|
|
1078
|
-
"dowel-ui@^0.20.
|
|
1078
|
+
"dowel-ui@^0.20.1"
|
|
1079
1079
|
],
|
|
1080
1080
|
"registryDependencies": [],
|
|
1081
1081
|
"files": [
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
"title": "Truncate",
|
|
1094
1094
|
"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.",
|
|
1095
1095
|
"dependencies": [
|
|
1096
|
-
"dowel-ui@^0.20.
|
|
1096
|
+
"dowel-ui@^0.20.1"
|
|
1097
1097
|
],
|
|
1098
1098
|
"registryDependencies": [],
|
|
1099
1099
|
"files": [
|
package/package.json
CHANGED