@shortwind/catalog 0.1.0-beta.3

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 (83) hide show
  1. package/dist/expand.js +3 -0
  2. package/dist/expand@0.0.1.js +3 -0
  3. package/dist/registry/badge/CHANGELOG.md +5 -0
  4. package/dist/registry/badge.css +44 -0
  5. package/dist/registry/badge@0.0.1.css +44 -0
  6. package/dist/registry/button/CHANGELOG.md +5 -0
  7. package/dist/registry/button.css +74 -0
  8. package/dist/registry/button@0.0.1.css +74 -0
  9. package/dist/registry/card/CHANGELOG.md +5 -0
  10. package/dist/registry/card.css +43 -0
  11. package/dist/registry/card@0.0.1.css +43 -0
  12. package/dist/registry/code/CHANGELOG.md +5 -0
  13. package/dist/registry/code.css +22 -0
  14. package/dist/registry/code@0.0.1.css +22 -0
  15. package/dist/registry/dialog/CHANGELOG.md +5 -0
  16. package/dist/registry/dialog.css +33 -0
  17. package/dist/registry/dialog@0.0.1.css +33 -0
  18. package/dist/registry/empty/CHANGELOG.md +5 -0
  19. package/dist/registry/empty.css +27 -0
  20. package/dist/registry/empty@0.0.1.css +27 -0
  21. package/dist/registry/feedback/CHANGELOG.md +5 -0
  22. package/dist/registry/feedback.css +47 -0
  23. package/dist/registry/feedback@0.0.1.css +47 -0
  24. package/dist/registry/form/CHANGELOG.md +5 -0
  25. package/dist/registry/form.css +67 -0
  26. package/dist/registry/form@0.0.1.css +67 -0
  27. package/dist/registry/icon/CHANGELOG.md +5 -0
  28. package/dist/registry/icon.css +27 -0
  29. package/dist/registry/icon@0.0.1.css +27 -0
  30. package/dist/registry/index.json +23 -0
  31. package/dist/registry/layout/CHANGELOG.md +5 -0
  32. package/dist/registry/layout.css +70 -0
  33. package/dist/registry/layout@0.0.1.css +70 -0
  34. package/dist/registry/list/CHANGELOG.md +5 -0
  35. package/dist/registry/list.css +37 -0
  36. package/dist/registry/list@0.0.1.css +37 -0
  37. package/dist/registry/manifest.json +1867 -0
  38. package/dist/registry/media/CHANGELOG.md +5 -0
  39. package/dist/registry/media.css +37 -0
  40. package/dist/registry/media@0.0.1.css +37 -0
  41. package/dist/registry/navigation/CHANGELOG.md +5 -0
  42. package/dist/registry/navigation.css +38 -0
  43. package/dist/registry/navigation@0.0.1.css +38 -0
  44. package/dist/registry/presets.json +6 -0
  45. package/dist/registry/progress/CHANGELOG.md +5 -0
  46. package/dist/registry/progress.css +22 -0
  47. package/dist/registry/progress@0.0.1.css +22 -0
  48. package/dist/registry/recipes/badge.css +44 -0
  49. package/dist/registry/recipes/button.css +74 -0
  50. package/dist/registry/recipes/card.css +43 -0
  51. package/dist/registry/recipes/code.css +22 -0
  52. package/dist/registry/recipes/dialog.css +33 -0
  53. package/dist/registry/recipes/empty.css +27 -0
  54. package/dist/registry/recipes/feedback.css +47 -0
  55. package/dist/registry/recipes/form.css +67 -0
  56. package/dist/registry/recipes/icon.css +27 -0
  57. package/dist/registry/recipes/layout.css +70 -0
  58. package/dist/registry/recipes/list.css +37 -0
  59. package/dist/registry/recipes/media.css +37 -0
  60. package/dist/registry/recipes/navigation.css +38 -0
  61. package/dist/registry/recipes/progress.css +22 -0
  62. package/dist/registry/recipes/skeleton.css +22 -0
  63. package/dist/registry/recipes/surface.css +45 -0
  64. package/dist/registry/recipes/table.css +37 -0
  65. package/dist/registry/recipes/text.css +59 -0
  66. package/dist/registry/recipes/tooltip.css +11 -0
  67. package/dist/registry/skeleton/CHANGELOG.md +5 -0
  68. package/dist/registry/skeleton.css +22 -0
  69. package/dist/registry/skeleton@0.0.1.css +22 -0
  70. package/dist/registry/surface/CHANGELOG.md +5 -0
  71. package/dist/registry/surface.css +45 -0
  72. package/dist/registry/surface@0.0.2.css +45 -0
  73. package/dist/registry/table/CHANGELOG.md +5 -0
  74. package/dist/registry/table.css +37 -0
  75. package/dist/registry/table@0.0.1.css +37 -0
  76. package/dist/registry/text/CHANGELOG.md +5 -0
  77. package/dist/registry/text.css +59 -0
  78. package/dist/registry/text@0.0.1.css +59 -0
  79. package/dist/registry/tooltip/CHANGELOG.md +5 -0
  80. package/dist/registry/tooltip.css +11 -0
  81. package/dist/registry/tooltip@0.0.1.css +11 -0
  82. package/dist/tsconfig.tsbuildinfo +1 -0
  83. package/package.json +33 -0
@@ -0,0 +1,59 @@
1
+ /* shortwind: text@0.0.1 sha:9c5d7ed7b1e3ef5a */
2
+
3
+ /* @guide
4
+ Headings are sized by weight, not HTML level: @heading-xl/lg/md/sm — there
5
+ is no @h1..@h6. Body copy: @body (default), @lead (intro paragraphs), @muted
6
+ (secondary), @caption (fine print). Use @label for form labels and @link for
7
+ inline links. Don't append a -text suffix: it's @body not @body-text, @muted
8
+ not @muted-text, @link not @link-text.
9
+ */
10
+
11
+ /* Top-level page heading. */
12
+ @recipe heading-xl {
13
+ text-4xl font-bold tracking-tight text-foreground
14
+ }
15
+
16
+ /* Large section heading. */
17
+ @recipe heading-lg {
18
+ text-2xl font-semibold tracking-tight text-foreground
19
+ }
20
+
21
+ /* Medium heading. */
22
+ @recipe heading-md {
23
+ text-xl font-semibold text-foreground
24
+ }
25
+
26
+ /* Small heading. */
27
+ @recipe heading-sm {
28
+ text-base font-semibold text-foreground
29
+ }
30
+
31
+ /* Default body text. */
32
+ @recipe body {
33
+ text-sm leading-6 text-foreground
34
+ }
35
+
36
+ /* Lead paragraph — larger body copy for hero/intro sections. */
37
+ @recipe lead {
38
+ text-lg leading-relaxed text-muted-foreground
39
+ }
40
+
41
+ /* Muted secondary text. */
42
+ @recipe muted {
43
+ text-sm text-muted-foreground
44
+ }
45
+
46
+ /* Form label text. */
47
+ @recipe label {
48
+ text-sm font-medium text-foreground
49
+ }
50
+
51
+ /* Caption — small supporting text. */
52
+ @recipe caption {
53
+ text-xs text-muted-foreground
54
+ }
55
+
56
+ /* Inline link with hover/focus states. */
57
+ @recipe link {
58
+ text-primary underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring
59
+ }
@@ -0,0 +1,5 @@
1
+ # tooltip
2
+
3
+ ## 0.0.1
4
+
5
+ Initial release.
@@ -0,0 +1,11 @@
1
+ /* shortwind: tooltip@0.0.1 sha:1be3af4165357dcd */
2
+
3
+ /* @guide
4
+ @tooltip is the floating label bubble — it styles appearance only, so pair it
5
+ with your own positioning.
6
+ */
7
+
8
+ /* Floating tooltip bubble. */
9
+ @recipe tooltip {
10
+ pointer-events-none z-50 rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md
11
+ }
@@ -0,0 +1,11 @@
1
+ /* shortwind: tooltip@0.0.1 sha:1be3af4165357dcd */
2
+
3
+ /* @guide
4
+ @tooltip is the floating label bubble — it styles appearance only, so pair it
5
+ with your own positioning.
6
+ */
7
+
8
+ /* Floating tooltip bubble. */
9
+ @recipe tooltip {
10
+ pointer-events-none z-50 rounded-md bg-foreground px-2 py-1 text-xs font-medium text-background shadow-md
11
+ }