@shortwind/catalog 0.1.0-beta.10 → 0.1.0-beta.11

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.
@@ -1824,6 +1824,18 @@
1824
1824
  ],
1825
1825
  "name": "caption"
1826
1826
  },
1827
+ {
1828
+ "description": "Eyebrow — uppercase kicker above a heading.",
1829
+ "expansion": [
1830
+ "font-mono",
1831
+ "text-xs",
1832
+ "font-medium",
1833
+ "uppercase",
1834
+ "tracking-[0.2em]",
1835
+ "text-muted-foreground"
1836
+ ],
1837
+ "name": "eyebrow"
1838
+ },
1827
1839
  {
1828
1840
  "description": "Inline link with hover/focus states.",
1829
1841
  "expansion": [
@@ -1837,8 +1849,8 @@
1837
1849
  "name": "link"
1838
1850
  }
1839
1851
  ],
1840
- "sha": "9c5d7ed7b1e3ef5a",
1841
- "version": "0.0.1"
1852
+ "sha": "f39dc7b88afefc8f",
1853
+ "version": "0.0.2"
1842
1854
  },
1843
1855
  {
1844
1856
  "name": "tooltip",
@@ -1,11 +1,12 @@
1
- /* shortwind: text@0.0.1 sha:9c5d7ed7b1e3ef5a */
1
+ /* shortwind: text@0.0.2 sha:f39dc7b88afefc8f */
2
2
 
3
3
  /* @guide
4
4
  Headings are sized by weight, not HTML level: @heading-xl/lg/md/sm — there
5
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.
6
+ (secondary), @caption (fine print), @eyebrow (uppercase kicker above a
7
+ heading). Use @label for form labels and @link for inline links. Don't
8
+ append a -text suffix: it's @body not @body-text, @muted not @muted-text,
9
+ @link not @link-text.
9
10
  */
10
11
 
11
12
  /* Top-level page heading. */
@@ -53,6 +54,11 @@
53
54
  text-xs text-muted-foreground
54
55
  }
55
56
 
57
+ /* Eyebrow — uppercase kicker above a heading. */
58
+ @recipe eyebrow {
59
+ font-mono text-xs font-medium uppercase tracking-[0.2em] text-muted-foreground
60
+ }
61
+
56
62
  /* Inline link with hover/focus states. */
57
63
  @recipe link {
58
64
  text-primary underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring
@@ -1,5 +1,5 @@
1
1
  # text
2
2
 
3
- ## 0.0.1
3
+ ## 0.0.2
4
4
 
5
5
  Initial release.
@@ -1,11 +1,12 @@
1
- /* shortwind: text@0.0.1 sha:9c5d7ed7b1e3ef5a */
1
+ /* shortwind: text@0.0.2 sha:f39dc7b88afefc8f */
2
2
 
3
3
  /* @guide
4
4
  Headings are sized by weight, not HTML level: @heading-xl/lg/md/sm — there
5
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.
6
+ (secondary), @caption (fine print), @eyebrow (uppercase kicker above a
7
+ heading). Use @label for form labels and @link for inline links. Don't
8
+ append a -text suffix: it's @body not @body-text, @muted not @muted-text,
9
+ @link not @link-text.
9
10
  */
10
11
 
11
12
  /* Top-level page heading. */
@@ -53,6 +54,11 @@
53
54
  text-xs text-muted-foreground
54
55
  }
55
56
 
57
+ /* Eyebrow — uppercase kicker above a heading. */
58
+ @recipe eyebrow {
59
+ font-mono text-xs font-medium uppercase tracking-[0.2em] text-muted-foreground
60
+ }
61
+
56
62
  /* Inline link with hover/focus states. */
57
63
  @recipe link {
58
64
  text-primary underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring
@@ -1,11 +1,12 @@
1
- /* shortwind: text@0.0.1 sha:9c5d7ed7b1e3ef5a */
1
+ /* shortwind: text@0.0.2 sha:f39dc7b88afefc8f */
2
2
 
3
3
  /* @guide
4
4
  Headings are sized by weight, not HTML level: @heading-xl/lg/md/sm — there
5
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.
6
+ (secondary), @caption (fine print), @eyebrow (uppercase kicker above a
7
+ heading). Use @label for form labels and @link for inline links. Don't
8
+ append a -text suffix: it's @body not @body-text, @muted not @muted-text,
9
+ @link not @link-text.
9
10
  */
10
11
 
11
12
  /* Top-level page heading. */
@@ -53,6 +54,11 @@
53
54
  text-xs text-muted-foreground
54
55
  }
55
56
 
57
+ /* Eyebrow — uppercase kicker above a heading. */
58
+ @recipe eyebrow {
59
+ font-mono text-xs font-medium uppercase tracking-[0.2em] text-muted-foreground
60
+ }
61
+
56
62
  /* Inline link with hover/focus states. */
57
63
  @recipe link {
58
64
  text-primary underline-offset-2 hover:underline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring