Skip to content

Releases: rossrobino/uico

uico@0.3.3

03 Oct 10:49
2d69357
Compare
Choose a tag to compare

Patch Changes

  • bacce1d: blockquote right spacing

uico@0.3.2

19 Sep 18:21
4bacfb2
Compare
Choose a tag to compare

Patch Changes

  • 521aa6a: A few small changes.

    • Improve prose styles - li and image spacing.
    • Fix copy color on color generator.

uico@0.3.1

29 Aug 17:54
ade4499
Compare
Choose a tag to compare

Patch Changes

87a60f2

  • Increase font-size on code elements not in pre tags.
  • Add comments throughout src CSS

uico@0.3.0

28 Aug 20:48
233f638
Compare
Choose a tag to compare

Minor Changes

  • 350fd06: Updates uico to be a css file instead of a Tailwind plugin.

    This makes it more flexible to be able to be used in any project instead of just Tailwind ones.

    Features

    • Adds base styles, based on Tailwind's preflight styles.
    • Adds typography styles with a prose class, similar to @tailwindcss/typography.
    • Updates docs to include a base and normal OKLCH color palette generators.

    Changes

    • uico now styles elements by default instead of just based on class names. So these extra class names can be removed on the semantic elements. The variant prefix has also been removed. The class names still exist in case you need to style a link like a button for example.
    - <button class="button button-primary">Open</button>
    + <button>Open</button>
    
    - <button class="button button-secondary">Open</button>
    + <button class="secondary">Open</button>
    • .card component is removed.
    • Adds ghost variant for .badge class.
    • A variety of custom properties are included to use or override.
    • Default theme colors are now included, or edit these variables to create your theme.
    --base: #637389;
    --accent: #00695f;
    --destructive: #cb304a;
    --light-start: 0.99;
    --light-end: 0.15;
    --chroma-start: 0.005;
    --chroma-end: 0.035;
    --border-radius: 2px;
    Using Tailwind

    You can still use uico with Tailwind.

    1. Remove the uico plugin from your Tailwind config.
    2. Remove the typography plugin if you are using it.
    3. Import the uico stylesheet into your css.

0.2.4

09 Apr 14:01
Compare
Choose a tag to compare

Adds arrow to select element

Full Changelog: 0.2.2...0.2.4

0.2.2

13 Jan 11:51
Compare
Choose a tag to compare

Full Changelog: 0.2.1...0.2.2

  • add card foreground color

0.2.1

05 Jan 16:50
ab43650
Compare
Choose a tag to compare

Full Changelog: https://github.com/rossrobino/uico/commits/0.2.1