@valerius_petrini/corekit-ui 0.1.90 → 0.1.91

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.
@@ -28,8 +28,9 @@
28
28
  "blockquote": "border-l-4 border-gray-500 pl-2 opacity-70 text-base",
29
29
  "pre": "font-mono bg-sub-background px-3 py-2 rounded overflow-x-auto whitespace-pre text-base",
30
30
  "code": "font-mono bg-sub-background px-1 rounded inline-block text-base",
31
- "a": "text-link decoration-link/0 underline underline-offset-2 transition-all cursor-pointer duration-150 hover:decoration-link text-base",
32
- "li": "text-base list-disc list-inside text-base",
31
+ "a": "text-link decoration-link/0 underline underline-offset-2 transition-all cursor-pointer duration-150 hover:decoration-link text-base",
32
+ "ul": "text-base",
33
+ "li": "text-base list-disc list-inside",
33
34
  "h1": "font-bold font-display text-4xl",
34
35
  "h2": "font-bold font-display text-3xl",
35
36
  "h3": "font-semibold font-display text-2xl",
@@ -1,6 +1,6 @@
1
1
  import type { SizeStyle } from "../../../styles/size.ts";
2
2
  import type { BaseComponentProps } from "../../../types/BaseComponent.ts";
3
- type TextTagOptions = "p" | "div" | "span" | "label" | "strong" | "em" | "b" | "i" | "u" | "small" | "blockquote" | "pre" | "code" | "a" | "li" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
3
+ type TextTagOptions = "p" | "div" | "span" | "label" | "strong" | "em" | "b" | "i" | "u" | "small" | "blockquote" | "pre" | "code" | "a" | "ul" | "li" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
4
4
  export interface TextProps extends BaseComponentProps {
5
5
  tag?: TextTagOptions;
6
6
  size?: SizeStyle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valerius_petrini/corekit-ui",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "description": "Component Library used across all my projects",
5
5
  "author": "Valerius Petrini Jr.",
6
6
  "license": "MIT",