@datatechsolutions/ui 2.7.122 → 2.7.123

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
@@ -1769,7 +1769,7 @@ interface EntityCardProps {
1769
1769
  }
1770
1770
  declare function EntityCard({ icon, title, subtitle, status, accentGradient, children, footer, onClick, className, dragProps, }: EntityCardProps): react_jsx_runtime.JSX.Element;
1771
1771
 
1772
- type FilterTileColor = 'blue' | 'emerald' | 'gray' | 'amber' | 'violet' | 'purple' | 'orange' | 'red';
1772
+ type FilterTileColor = 'blue' | 'emerald' | 'gray' | 'amber' | 'violet' | 'purple' | 'orange' | 'red' | 'indigo' | 'cyan' | 'teal' | 'pink' | 'rose' | 'green' | 'yellow' | 'slate' | 'sky' | 'fuchsia';
1773
1773
  interface FilterTileButtonProps {
1774
1774
  /** Whether the filter is currently active */
1775
1775
  isActive: boolean;
@@ -3208,7 +3208,7 @@ declare const isValidBrazilState: (uf: string) => boolean;
3208
3208
 
3209
3209
  declare const LOCALE_FLAGS: Record<string, string>;
3210
3210
 
3211
- type FilterPillVariant = 'blue' | 'emerald' | 'orange' | 'purple' | 'violet' | 'amber';
3211
+ type FilterPillVariant = 'blue' | 'emerald' | 'orange' | 'purple' | 'violet' | 'amber' | 'red' | 'indigo' | 'cyan' | 'teal' | 'pink' | 'rose' | 'green' | 'yellow' | 'slate' | 'sky' | 'fuchsia' | 'gray';
3212
3212
  type FilterPillProps = {
3213
3213
  icon: ReactNode;
3214
3214
  label: ReactNode;
package/dist/index.d.ts CHANGED
@@ -1769,7 +1769,7 @@ interface EntityCardProps {
1769
1769
  }
1770
1770
  declare function EntityCard({ icon, title, subtitle, status, accentGradient, children, footer, onClick, className, dragProps, }: EntityCardProps): react_jsx_runtime.JSX.Element;
1771
1771
 
1772
- type FilterTileColor = 'blue' | 'emerald' | 'gray' | 'amber' | 'violet' | 'purple' | 'orange' | 'red';
1772
+ type FilterTileColor = 'blue' | 'emerald' | 'gray' | 'amber' | 'violet' | 'purple' | 'orange' | 'red' | 'indigo' | 'cyan' | 'teal' | 'pink' | 'rose' | 'green' | 'yellow' | 'slate' | 'sky' | 'fuchsia';
1773
1773
  interface FilterTileButtonProps {
1774
1774
  /** Whether the filter is currently active */
1775
1775
  isActive: boolean;
@@ -3208,7 +3208,7 @@ declare const isValidBrazilState: (uf: string) => boolean;
3208
3208
 
3209
3209
  declare const LOCALE_FLAGS: Record<string, string>;
3210
3210
 
3211
- type FilterPillVariant = 'blue' | 'emerald' | 'orange' | 'purple' | 'violet' | 'amber';
3211
+ type FilterPillVariant = 'blue' | 'emerald' | 'orange' | 'purple' | 'violet' | 'amber' | 'red' | 'indigo' | 'cyan' | 'teal' | 'pink' | 'rose' | 'green' | 'yellow' | 'slate' | 'sky' | 'fuchsia' | 'gray';
3212
3212
  type FilterPillProps = {
3213
3213
  icon: ReactNode;
3214
3214
  label: ReactNode;