@cryptlex/web-components 6.6.6-alpha73 → 6.6.6-alpha74

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.
@@ -1,2 +1,2 @@
1
- import{jsx as e}from"react/jsx-runtime";import{classNames as t}from"../utilities/theme.js";import"clsx";function m({className:n,children:i,...r}){return e("span",{className:t("text-muted leading-none body-sm px-1 inline-flex items-center justify-center select-none border h-input focus:outline-hidden focus:ring-1 focus:ring-ring",n),...r,children:e("span",{children:i})})}export{m as Badge};
1
+ import{jsx as e}from"react/jsx-runtime";import{classNames as r}from"../utilities/theme.js";import"clsx";function m({className:n,children:t,...i}){return e("span",{className:r("text-muted leading-tight body-sm px-1 inline-flex items-center justify-center select-none border h-input focus:outline-hidden focus:ring-1 focus:ring-ring",n),...i,children:e("span",{children:t})})}export{m as Badge};
2
2
  //# sourceMappingURL=badge.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"badge.js","sources":["../../lib/components/badge.tsx"],"sourcesContent":["import { classNames } from '../utilities/theme';\n\nexport function Badge({ className, children, ...props }: React.ComponentProps<'span'>) {\n return (\n <span\n className={classNames(\n 'text-muted leading-none body-sm px-1 inline-flex items-center justify-center select-none border h-input focus:outline-hidden focus:ring-1 focus:ring-ring',\n className\n )}\n {...props}\n >\n {/* Contents */}\n <span>{children}</span>\n </span>\n );\n}\n"],"names":["Badge","className","children","props","jsx","classNames"],"mappings":"wGAEO,SAASA,EAAM,CAAE,UAAAC,EAAW,SAAAC,EAAU,GAAGC,GAAuC,CACnF,OACIC,EAAC,OAAA,CACG,UAAWC,EACP,4JACAJ,CAAA,EAEH,GAAGE,EAGJ,SAAAC,EAAC,QAAM,SAAAF,CAAA,CAAS,CAAA,CAAA,CAG5B"}
1
+ {"version":3,"file":"badge.js","sources":["../../lib/components/badge.tsx"],"sourcesContent":["import { classNames } from '../utilities/theme';\n\nexport function Badge({ className, children, ...props }: React.ComponentProps<'span'>) {\n return (\n <span\n className={classNames(\n 'text-muted leading-tight body-sm px-1 inline-flex items-center justify-center select-none border h-input focus:outline-hidden focus:ring-1 focus:ring-ring',\n className\n )}\n {...props}\n >\n {/* Contents */}\n <span>{children}</span>\n </span>\n );\n}\n"],"names":["Badge","className","children","props","jsx","classNames"],"mappings":"wGAEO,SAASA,EAAM,CAAE,UAAAC,EAAW,SAAAC,EAAU,GAAGC,GAAuC,CACnF,OACIC,EAAC,OAAA,CACG,UAAWC,EACP,6JACAJ,CAAA,EAEH,GAAGE,EAGJ,SAAAC,EAAC,QAAM,SAAAF,CAAA,CAAS,CAAA,CAAA,CAG5B"}
@@ -26,7 +26,7 @@ export type FilterConfig = {
26
26
  options: MultiSelectProps['items'];
27
27
  } | ({
28
28
  type: 'id-search';
29
- } & Pick<React.ComponentProps<typeof TfMultipleIdSearchInput>, 'accessor' | 'path'>) | {
29
+ } & Pick<React.ComponentProps<typeof TfMultipleIdSearchInput>, 'accessor' | 'path' | 'defaultParams'>) | {
30
30
  type: 'id';
31
31
  } | {
32
32
  type: 'bool';