@l3mpire/ui 2.15.3 → 2.16.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/dist/index.d.mts CHANGED
@@ -385,7 +385,7 @@ interface NumberInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEleme
385
385
  declare const NumberInput: React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
386
386
 
387
387
  declare const typographyVariants: (props?: ({
388
- variant?: "xs" | "sm" | "md" | "lg" | "h1" | "h2" | "h3" | null | undefined;
388
+ variant?: "xs" | "sm" | "md" | "lg" | "h2" | "h3" | "h1" | null | undefined;
389
389
  weight?: "bold" | "regular" | "semibold" | null | undefined;
390
390
  } & class_variance_authority_types.ClassProp) | undefined) => string;
391
391
  interface TypographyProps extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
@@ -658,7 +658,7 @@ interface SidePanelContentProps extends React.ComponentPropsWithoutRef<typeof Di
658
658
  declare const SidePanelContent: React.ForwardRefExoticComponent<SidePanelContentProps & React.RefAttributes<HTMLDivElement>>;
659
659
 
660
660
  declare const filterChipSegmentVariants: (props?: ({
661
- type?: "property" | "button" | "operator" | "value" | "placeholder" | null | undefined;
661
+ type?: "property" | "button" | "value" | "operator" | "placeholder" | null | undefined;
662
662
  hasBorder?: boolean | null | undefined;
663
663
  } & class_variance_authority_types.ClassProp) | undefined) => string;
664
664
  interface FilterChipSegmentProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "type">, VariantProps<typeof filterChipSegmentVariants> {
package/dist/index.d.ts CHANGED
@@ -385,7 +385,7 @@ interface NumberInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEleme
385
385
  declare const NumberInput: React.ForwardRefExoticComponent<NumberInputProps & React.RefAttributes<HTMLInputElement>>;
386
386
 
387
387
  declare const typographyVariants: (props?: ({
388
- variant?: "xs" | "sm" | "md" | "lg" | "h1" | "h2" | "h3" | null | undefined;
388
+ variant?: "xs" | "sm" | "md" | "lg" | "h2" | "h3" | "h1" | null | undefined;
389
389
  weight?: "bold" | "regular" | "semibold" | null | undefined;
390
390
  } & class_variance_authority_types.ClassProp) | undefined) => string;
391
391
  interface TypographyProps extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof typographyVariants> {
@@ -658,7 +658,7 @@ interface SidePanelContentProps extends React.ComponentPropsWithoutRef<typeof Di
658
658
  declare const SidePanelContent: React.ForwardRefExoticComponent<SidePanelContentProps & React.RefAttributes<HTMLDivElement>>;
659
659
 
660
660
  declare const filterChipSegmentVariants: (props?: ({
661
- type?: "property" | "button" | "operator" | "value" | "placeholder" | null | undefined;
661
+ type?: "property" | "button" | "value" | "operator" | "placeholder" | null | undefined;
662
662
  hasBorder?: boolean | null | undefined;
663
663
  } & class_variance_authority_types.ClassProp) | undefined) => string;
664
664
  interface FilterChipSegmentProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "type">, VariantProps<typeof filterChipSegmentVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@l3mpire/ui",
3
- "version": "2.15.3",
3
+ "version": "2.16.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -37,7 +37,7 @@
37
37
  "peerDependencies": {
38
38
  "react": ">=18",
39
39
  "react-dom": ">=18",
40
- "@l3mpire/icons": "0.4.0"
40
+ "@l3mpire/icons": "0.5.1"
41
41
  },
42
42
  "dependencies": {
43
43
  "@dnd-kit/core": "^6.3.1",
@@ -59,8 +59,8 @@
59
59
  "class-variance-authority": "^0.7",
60
60
  "clsx": "^2",
61
61
  "tailwind-merge": "^3",
62
- "@l3mpire/tokens": "0.8.0",
63
- "@l3mpire/icons": "0.4.0"
62
+ "@l3mpire/icons": "0.5.1",
63
+ "@l3mpire/tokens": "0.8.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/react": "^19",
@@ -70,7 +70,7 @@
70
70
  "tailwindcss": "^4",
71
71
  "tsup": "^8",
72
72
  "typescript": "^5",
73
- "@l3mpire/icons": "0.4.0"
73
+ "@l3mpire/icons": "0.5.1"
74
74
  },
75
75
  "scripts": {
76
76
  "build": "cp ../../USAGE.md ./USAGE.md && tsup",