@wikicasa-dev/components 2.3.1-alpha.2 → 2.3.1-alpha.21

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.
Files changed (75) hide show
  1. package/dist/Swiper/autoplay.js +1 -1
  2. package/dist/Swiper/controller.js +1 -1
  3. package/dist/Swiper/keyboard.js +1 -1
  4. package/dist/Swiper/thumbs.js +1 -1
  5. package/dist/UIKit/Accordion/AccordionContentPrimitive.d.ts +19 -0
  6. package/dist/UIKit/Accordion/AccordionContentPrimitive.js +4 -0
  7. package/dist/UIKit/Accordion/AccordionHeaderPrimitive.d.ts +11 -0
  8. package/dist/UIKit/Accordion/AccordionHeaderPrimitive.js +4 -0
  9. package/dist/UIKit/Accordion/AccordionItemPrimitive.d.ts +13 -0
  10. package/dist/UIKit/Accordion/AccordionItemPrimitive.js +4 -0
  11. package/dist/UIKit/Accordion/AccordionTriggerPrimitive.d.ts +13 -0
  12. package/dist/UIKit/Accordion/AccordionTriggerPrimitive.js +4 -0
  13. package/dist/UIKit/Accordion/BaseAccordion.d.ts +15 -18
  14. package/dist/UIKit/Accordion/BaseAccordionItem.d.ts +12 -21
  15. package/dist/UIKit/Autocomplete/ClearableAutocomplete.d.ts +1 -1
  16. package/dist/UIKit/BaseAutocomplete.d.ts +1 -1
  17. package/dist/UIKit/BaseButton.d.ts +2 -2
  18. package/dist/UIKit/BaseDropDown.d.ts +1 -1
  19. package/dist/UIKit/BaseSnackbar.d.ts +3 -1
  20. package/dist/UIKit/BaseToggle.d.ts +3 -2
  21. package/dist/UIKit/Checkbox/CheckboxBtn.d.ts +1 -1
  22. package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.d.ts +26 -0
  23. package/dist/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.js +4 -0
  24. package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.d.ts +21 -0
  25. package/dist/UIKit/Checkbox/v2/CheckboxGroupPrimitive.js +4 -0
  26. package/dist/UIKit/Radio/v2/RadioGroupItemPrimitive.d.ts +11 -3
  27. package/dist/UIKit/Tab/v2/BaseTabs.d.ts +24 -0
  28. package/dist/UIKit/Tab/v2/BaseTabs.js +5 -0
  29. package/dist/UIKit/Tab/v2/BaseTabsContent.d.ts +13 -0
  30. package/dist/UIKit/Tab/v2/BaseTabsContent.js +4 -0
  31. package/dist/UIKit/Tab/v2/BaseTabsIndicator.d.ts +66 -0
  32. package/dist/UIKit/Tab/v2/BaseTabsIndicator.js +5 -0
  33. package/dist/UIKit/Tab/v2/BaseTabsList.d.ts +13 -0
  34. package/dist/UIKit/Tab/v2/BaseTabsList.js +4 -0
  35. package/dist/UIKit/Tab/v2/BaseTabsTrigger.d.ts +20 -0
  36. package/dist/UIKit/Tab/v2/BaseTabsTrigger.js +4 -0
  37. package/dist/assets/BaseAccordionItem.css +1 -1
  38. package/dist/assets/BaseBadge.css +1 -1
  39. package/dist/assets/BaseCard.css +1 -1
  40. package/dist/assets/BaseComplexToggle.css +1 -1
  41. package/dist/assets/BaseModal.css +1 -1
  42. package/dist/assets/BaseSnackbar.css +1 -1
  43. package/dist/assets/BaseTabs.css +1 -0
  44. package/dist/assets/BaseTabsIndicator.css +1 -0
  45. package/dist/assets/tailwind.css +1 -1
  46. package/dist/index.d.ts +11 -2
  47. package/dist/index.js +111 -91
  48. package/dist/packages/components/lib/UIKit/Accordion/AccordionContentPrimitive.vue.js +22 -0
  49. package/dist/packages/components/lib/UIKit/Accordion/AccordionHeaderPrimitive.vue.js +21 -0
  50. package/dist/packages/components/lib/UIKit/Accordion/AccordionItemPrimitive.vue.js +24 -0
  51. package/dist/packages/components/lib/UIKit/Accordion/AccordionTriggerPrimitive.vue.js +22 -0
  52. package/dist/packages/components/lib/UIKit/Accordion/BaseAccordion.vue.js +22 -14
  53. package/dist/packages/components/lib/UIKit/Accordion/BaseAccordionItem.vue.js +36 -36
  54. package/dist/packages/components/lib/UIKit/Autocomplete/ClearableAutocomplete.vue.js +17 -17
  55. package/dist/packages/components/lib/UIKit/BaseSlider.vue.js +1 -3
  56. package/dist/packages/components/lib/UIKit/BaseSnackbar.vue.js +54 -52
  57. package/dist/packages/components/lib/UIKit/BaseToggle.vue.js +16 -15
  58. package/dist/packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js +33 -0
  59. package/dist/packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupPrimitive.vue.js +35 -0
  60. package/dist/packages/components/lib/UIKit/Radio/v2/RadioGroupItemPrimitive.vue.js +14 -10
  61. package/dist/packages/components/lib/UIKit/Tab/BaseTabView.vue.js +45 -46
  62. package/dist/packages/components/lib/UIKit/Tab/v2/BaseTabs.vue.js +39 -0
  63. package/dist/packages/components/lib/UIKit/Tab/v2/BaseTabsContent.vue.js +24 -0
  64. package/dist/packages/components/lib/UIKit/Tab/v2/BaseTabsIndicator.vue.js +34 -0
  65. package/dist/packages/components/lib/UIKit/Tab/v2/BaseTabsList.vue.js +23 -0
  66. package/dist/packages/components/lib/UIKit/Tab/v2/BaseTabsTrigger.vue.js +31 -0
  67. package/dist/types/index.d.ts +13 -1
  68. package/package.json +15 -15
  69. package/dist/UIKit/Accordion/BaseAccordionBtn.d.ts +0 -34
  70. package/dist/UIKit/Accordion/BaseAccordionBtn.js +0 -4
  71. package/dist/UIKit/Accordion/BaseAccordionContent.d.ts +0 -30
  72. package/dist/UIKit/Accordion/BaseAccordionContent.js +0 -4
  73. package/dist/packages/components/lib/UIKit/Accordion/BaseAccordionBtn.vue.js +0 -59
  74. package/dist/packages/components/lib/UIKit/Accordion/BaseAccordionContent.vue.js +0 -34
  75. /package/dist/assets/{swiper-controller.css → swiper-thumbs.css} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { Autoplay as t } from "swiper/modules";
2
- import '../assets/swiper-controller.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  t as Autoplay
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Controller as e } from "swiper/modules";
2
- import '../assets/swiper-controller.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  e as Controller
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Keyboard as m } from "swiper/modules";
2
- import '../assets/swiper-controller.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  m as Keyboard
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import { Thumbs as p } from "swiper/modules";
2
- import '../assets/swiper-controller.css';/* empty css */
2
+ import '../assets/swiper-thumbs.css';/* empty css */
3
3
  export {
4
4
  p as Thumbs
5
5
  };
@@ -0,0 +1,19 @@
1
+ import { AccordionContentProps } from 'reka-ui';
2
+ export type AccordionContentPrimitiveProps = AccordionContentProps;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: {
6
+ default?(_: {}): any;
7
+ };
8
+ refs: {};
9
+ rootEl: any;
10
+ };
11
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
+ declare const __VLS_component: import('vue').DefineComponent<AccordionContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ export default _default;
15
+ type __VLS_WithTemplateSlots<T, S> = T & {
16
+ new (): {
17
+ $slots: S;
18
+ };
19
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../packages/components/lib/UIKit/Accordion/AccordionContentPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,11 @@
1
+ import { AccordionHeaderProps } from 'reka-ui';
2
+ export type AccordionHeaderPrimitiveProps = AccordionHeaderProps;
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
4
+ default?(_: {}): any;
5
+ }>;
6
+ export default _default;
7
+ type __VLS_WithTemplateSlots<T, S> = T & {
8
+ new (): {
9
+ $slots: S;
10
+ };
11
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../packages/components/lib/UIKit/Accordion/AccordionHeaderPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,13 @@
1
+ import { AccordionItemProps } from 'reka-ui';
2
+ export type AccordionItemPrimitiveProps = AccordionItemProps;
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<AccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
4
+ default?(_: {
5
+ open: boolean;
6
+ }): any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../packages/components/lib/UIKit/Accordion/AccordionItemPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,13 @@
1
+ import { AccordionTriggerProps } from 'reka-ui';
2
+ export type AccordionTriggerPrimitiveProps = AccordionTriggerProps & {
3
+ dataCy?: string;
4
+ };
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<AccordionTriggerPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AccordionTriggerPrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
6
+ default?(_: {}): any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../packages/components/lib/UIKit/Accordion/AccordionTriggerPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,30 +1,27 @@
1
- import { AccordionRootProps } from 'reka-ui';
2
1
  import { Optional } from '@wikicasa-dev/types';
3
- export type AccordionItem = {
4
- title?: string;
5
- id: string | number;
6
- active?: boolean;
7
- };
8
- export type AccordionItemDecorated<T = unknown> = Record<string | number, T & Partial<AccordionItem>>;
2
+ import { AccordionRootProps } from 'reka-ui';
3
+ export interface BaseAccordionProps<T extends AccordionRootProps["type"]> extends AccordionRootProps {
4
+ /**
5
+ * When type is "single", allows closing content when clicking trigger for an open item. When type is "multiple", this prop has no effect.
6
+ */
7
+ collapsible?: AccordionRootProps["collapsible"];
8
+ /**
9
+ * Determines whether a "single" or "multiple" items can be selected at a time.
10
+ */
11
+ type: T;
12
+ }
9
13
  declare const _default: <T extends AccordionRootProps["type"]>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10
14
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
11
15
  readonly "onUpdate:modelValue"?: ((value: Optional<T extends "single" ? string : string[]>) => any) | undefined;
12
16
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & ({
13
17
  modelValue?: Optional<T extends "single" ? string : string[]>;
14
- } & {
15
- /**
16
- * When type is "single", allows closing content when clicking trigger for an open item. When type is "multiple", this prop has no effect.
17
- */
18
- collapsible?: AccordionRootProps["collapsible"];
19
- /**
20
- * Determines whether a "single" or "multiple" items can be selected at a time.
21
- */
22
- type: T;
23
- }) & Partial<{}>> & import('vue').PublicProps;
18
+ } & BaseAccordionProps<T>) & Partial<{}>> & import('vue').PublicProps;
24
19
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
25
20
  attrs: any;
26
21
  slots: {
27
- default?(_: {}): any;
22
+ default?(_: {
23
+ modelValue: import('reka-ui').AcceptableValue | import('reka-ui').AcceptableValue[] | undefined;
24
+ }): any;
28
25
  };
29
26
  emit: (evt: "update:modelValue", value: Optional<T extends "single" ? string : string[]>) => void;
30
27
  }>) => import('vue').VNode & {
@@ -1,36 +1,27 @@
1
- import { AccordionItemProps, AccordionContentProps } from 'reka-ui';
1
+ import { AccordionContentPrimitiveProps } from './AccordionContentPrimitive';
2
+ import { AccordionItemPrimitiveProps } from './AccordionItemPrimitive';
2
3
  import { ClassTypeProp } from '../types';
3
- type __VLS_Props = {
4
+ export interface BaseAccordionItemProps {
4
5
  title?: string;
5
6
  arrowColor?: `#${string}`;
6
7
  arrowWidth?: number;
7
8
  dataCy?: string;
8
- value: AccordionItemProps["value"];
9
+ value: AccordionItemPrimitiveProps["value"];
9
10
  triggerClasses?: ClassTypeProp;
10
11
  headerClasses?: ClassTypeProp;
11
12
  contentClasses?: ClassTypeProp;
12
13
  arrowClasses?: ClassTypeProp;
13
14
  /**
14
15
  * The element or component this component should render as. Can be overwritten by asChild.
15
- * @defaultValue — “div
16
+ * @defaultValue — “h3
16
17
  */
17
- headerTag?: AccordionContentProps["as"];
18
- };
19
- declare function __VLS_template(): {
20
- attrs: Partial<{}>;
21
- slots: {
22
- 'header-content'?(_: {}): any;
23
- trigger?(_: {
24
- active: boolean;
25
- }): any;
26
- default?(_: {}): any;
27
- };
28
- refs: {};
29
- rootEl: any;
30
- };
31
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ headerTag?: AccordionContentPrimitiveProps["as"];
19
+ }
20
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseAccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseAccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
21
+ 'header-content'?(_: {}): any;
22
+ trigger?(_: {}): any;
23
+ default?(_: {}): any;
24
+ }>;
34
25
  export default _default;
35
26
  type __VLS_WithTemplateSlots<T, S> = T & {
36
27
  new (): {
@@ -31,7 +31,7 @@ declare const _default: <TID extends string | number | undefined, TPayload>(__VL
31
31
  readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
32
32
  readonly "onUpdate:inputValue"?: ((value: string) => any) | undefined;
33
33
  readonly onInputClick?: ((args_0: MouseEvent) => any) | undefined;
34
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onInput" | "onKeydown" | "onUpdate:open" | "onUpdate:inputValue" | "onInputClick"> & ({
34
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onInput" | "onKeydown" | "onClick" | "onUpdate:open" | "onUpdate:inputValue" | "onInputClick"> & ({
35
35
  open?: boolean;
36
36
  modelValue?: Nullable<AccessibleSelectOptions<TPayload, TID>>;
37
37
  inputValue?: string;
@@ -10,7 +10,7 @@ declare const _default: <TID extends string | number | undefined, TPayload>(__VL
10
10
  readonly "onUpdate:dropdownState"?: ((args_0: boolean) => any) | undefined;
11
11
  readonly onKeydownEnterPressed?: (() => any) | undefined;
12
12
  readonly onChangedValue?: ((args_0: string) => any) | undefined;
13
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onKeydown" | "onUpdate:dropdownState" | "onKeydownEnterPressed" | "onChangedValue"> & ({
13
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onKeydown" | "onClick" | "onUpdate:dropdownState" | "onKeydownEnterPressed" | "onChangedValue"> & ({
14
14
  modelValue?: AccessibleSelectOptions<TPayload, TID> | undefined;
15
15
  } & {
16
16
  isValid?: Nullable<boolean>;
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
15
15
  */
16
16
  title?: string;
17
17
  dataCy?: string;
18
- type?: "button" | "submit" | "reset" | undefined;
18
+ type?: "button" | "reset" | "submit" | undefined;
19
19
  }, {
20
20
  getRootElement: () => HTMLButtonElement | null;
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
37
37
  */
38
38
  title?: string;
39
39
  dataCy?: string;
40
- type?: "button" | "submit" | "reset" | undefined;
40
+ type?: "button" | "reset" | "submit" | undefined;
41
41
  }> & Readonly<{
42
42
  onClick?: ((e: MouseEvent) => any) | undefined;
43
43
  onMouseover?: ((e: MouseEvent) => any) | undefined;
@@ -68,8 +68,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
68
68
  "onUpdate:resetKeyboardController"?: ((value: boolean) => any) | undefined;
69
69
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
70
70
  }>, {
71
- arrowWidth: number;
72
71
  dataCy: string;
72
+ arrowWidth: number;
73
73
  labelClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
74
74
  closeKeys: false | string[];
75
75
  dropdownClasses: string | Record<string, boolean> | import('./types').ClassType[] | import('./types').ClassType[] | null;
@@ -9,7 +9,7 @@ export type SnackbarProps = {
9
9
  duration?: ToastRootProps["duration"];
10
10
  /**
11
11
  * Direction of pointer swipe that should close the toast.
12
- * @defaultValue "right"
12
+ * @defaultValue "left"
13
13
  */
14
14
  swipeDirection?: ToastProviderProps["swipeDirection"];
15
15
  /**
@@ -21,6 +21,7 @@ export type SnackbarProps = {
21
21
  to?: string | false | ToastPortalProps["to"];
22
22
  dataCy?: string;
23
23
  withCloseIcon?: boolean;
24
+ closeClasses?: ClassTypeProp;
24
25
  viewportClasses?: ClassTypeProp;
25
26
  /**
26
27
  * Control the sensitivity of the toast for accessibility purposes.
@@ -47,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
47
48
  }): any;
48
49
  title?(_: {}): any;
49
50
  default?(_: {}): any;
51
+ 'toast-close'?(_: {}): any;
50
52
  'toast-action'?(_: {}): any;
51
53
  }>;
52
54
  export default _default;
@@ -1,6 +1,7 @@
1
1
  import { Optional } from '@wikicasa-dev/types';
2
2
  type __VLS_Props = {
3
3
  label?: string;
4
+ dataCy?: string;
4
5
  };
5
6
  type __VLS_PublicProps = {
6
7
  modelValue?: Optional<boolean>;
@@ -12,14 +13,14 @@ declare function __VLS_template(): {
12
13
  rightLabel?(_: {}): any;
13
14
  };
14
15
  refs: {};
15
- rootEl: any;
16
+ rootEl: HTMLDivElement;
16
17
  };
17
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
19
  declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
20
  "update:modelValue": (value: Optional<boolean>) => any;
20
21
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
21
22
  "onUpdate:modelValue"?: ((value: Optional<boolean>) => any) | undefined;
22
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
25
  export default _default;
25
26
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -13,7 +13,7 @@ declare const _default: <TID extends string | number, TLabel extends string | nu
13
13
  label: TLabel;
14
14
  checked: boolean;
15
15
  }) => any) | undefined;
16
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onClick" | "onChange"> & ({
16
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onChange" | "onClick"> & ({
17
17
  modelValue?: boolean;
18
18
  } & {
19
19
  id?: TID;
@@ -0,0 +1,26 @@
1
+ import { CheckboxRootProps } from 'reka-ui';
2
+ export type CheckboxGroupItemPrimitiveValueType<T extends undefined | CheckboxRootProps["value"] = undefined> = T;
3
+ export interface CheckboxGroupItemPrimitiveProps<T extends undefined | CheckboxRootProps["value"] = undefined> extends Omit<CheckboxRootProps, "value"> {
4
+ dataCy?: string;
5
+ value: CheckboxGroupItemPrimitiveValueType<T>;
6
+ }
7
+ declare const _default: <T extends CheckboxRootProps["value"]>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
9
+ readonly "onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & CheckboxGroupItemPrimitiveProps<T> & Partial<{}>> & import('vue').PublicProps;
11
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
12
+ attrs: any;
13
+ slots: {
14
+ default?(_: {
15
+ modelValue: import('reka-ui').CheckboxCheckedState;
16
+ state: import('reka-ui').CheckboxCheckedState;
17
+ }): any;
18
+ };
19
+ emit: (evt: "update:modelValue", value: boolean | "indeterminate") => void;
20
+ }>) => import('vue').VNode & {
21
+ __ctx?: Awaited<typeof __VLS_setup>;
22
+ };
23
+ export default _default;
24
+ type __VLS_PrettifyLocal<T> = {
25
+ [K in keyof T]: T[K];
26
+ } & {};
@@ -0,0 +1,4 @@
1
+ import f from "../../../packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupItemPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,21 @@
1
+ import { CheckboxGroupRootProps, AcceptableValue } from 'reka-ui';
2
+ export interface CheckboxGroupPrimitiveProps<T extends AcceptableValue> extends CheckboxGroupRootProps<T> {
3
+ dataCy?: string;
4
+ }
5
+ declare const _default: <T extends AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
7
+ readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & CheckboxGroupPrimitiveProps<T> & Partial<{}>> & import('vue').PublicProps;
9
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
10
+ attrs: any;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ emit: (evt: "update:modelValue", value: T[]) => void;
15
+ }>) => import('vue').VNode & {
16
+ __ctx?: Awaited<typeof __VLS_setup>;
17
+ };
18
+ export default _default;
19
+ type __VLS_PrettifyLocal<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
@@ -0,0 +1,4 @@
1
+ import f from "../../../packages/components/lib/UIKit/Checkbox/v2/CheckboxGroupPrimitive.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,9 +1,17 @@
1
- import { RadioGroupItemProps } from 'reka-ui';
1
+ import { RadioGroupItemProps, RadioGroupItemSelectEvent } from 'reka-ui';
2
2
  export interface RadioGroupItemPrimitiveProps extends RadioGroupItemProps {
3
3
  dataCy?: string;
4
4
  }
5
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<RadioGroupItemPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<RadioGroupItemPrimitiveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
6
- default?(_: {}): any;
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<RadioGroupItemPrimitiveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ select: (args_0: RadioGroupItemSelectEvent) => any;
7
+ }, string, import('vue').PublicProps, Readonly<RadioGroupItemPrimitiveProps> & Readonly<{
8
+ onSelect?: ((args_0: RadioGroupItemSelectEvent) => any) | undefined;
9
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
10
+ default?(_: {
11
+ checked: boolean;
12
+ required: boolean;
13
+ disabled: boolean;
14
+ }): any;
7
15
  }>;
8
16
  export default _default;
9
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -0,0 +1,24 @@
1
+ import { TabsRootProps } from 'reka-ui';
2
+ export interface BaseTabsProps<T extends string | number> extends TabsRootProps<T> {
3
+ dataCy?: string;
4
+ }
5
+ declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
7
+ readonly "onUpdate:modelValue"?: ((payload: T) => any) | undefined;
8
+ readonly onMounted?: (() => any) | undefined;
9
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onMounted"> & BaseTabsProps<T> & Partial<{}>> & import('vue').PublicProps;
10
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
11
+ attrs: any;
12
+ slots: {
13
+ default?(_: {
14
+ modelValue: T;
15
+ }): any;
16
+ };
17
+ emit: ((evt: "update:modelValue", payload: T) => void) & ((evt: "mounted") => void);
18
+ }>) => import('vue').VNode & {
19
+ __ctx?: Awaited<typeof __VLS_setup>;
20
+ };
21
+ export default _default;
22
+ type __VLS_PrettifyLocal<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
@@ -0,0 +1,5 @@
1
+ import o from "../../../packages/components/lib/UIKit/Tab/v2/BaseTabs.vue.js";
2
+ import '../../../assets/BaseTabs.css';/* empty css */
3
+ export {
4
+ o as default
5
+ };
@@ -0,0 +1,13 @@
1
+ import { TabsContentProps } from 'reka-ui';
2
+ export interface BaseTabsContentProps extends TabsContentProps {
3
+ dataCy?: string;
4
+ }
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTabsContentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
6
+ default?(_: {}): any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../../packages/components/lib/UIKit/Tab/v2/BaseTabsContent.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,66 @@
1
+ import { TabsIndicatorProps } from 'reka-ui';
2
+ export interface BaseTabsIndicatorProps extends TabsIndicatorProps {
3
+ dataCy?: string;
4
+ }
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTabsIndicatorProps, {
6
+ updateIndicatorStyle: () => void | undefined;
7
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
8
+ tabIndicatorRef: ({
9
+ $: import('vue').ComponentInternalInstance;
10
+ $data: {};
11
+ $props: {
12
+ readonly asChild?: boolean | undefined;
13
+ readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
14
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
15
+ $attrs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $refs: {
19
+ [x: string]: unknown;
20
+ };
21
+ $slots: Readonly<{
22
+ [name: string]: import('vue').Slot<any> | undefined;
23
+ }>;
24
+ $root: import('vue').ComponentPublicInstance | null;
25
+ $parent: import('vue').ComponentPublicInstance | null;
26
+ $host: Element | null;
27
+ $emit: (event: string, ...args: any[]) => void;
28
+ $el: any;
29
+ $options: import('vue').ComponentOptionsBase<Readonly<TabsIndicatorProps> & Readonly<{}>, {
30
+ updateIndicatorStyle: () => void;
31
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
32
+ beforeCreate?: (() => void) | (() => void)[];
33
+ created?: (() => void) | (() => void)[];
34
+ beforeMount?: (() => void) | (() => void)[];
35
+ mounted?: (() => void) | (() => void)[];
36
+ beforeUpdate?: (() => void) | (() => void)[];
37
+ updated?: (() => void) | (() => void)[];
38
+ activated?: (() => void) | (() => void)[];
39
+ deactivated?: (() => void) | (() => void)[];
40
+ beforeDestroy?: (() => void) | (() => void)[];
41
+ beforeUnmount?: (() => void) | (() => void)[];
42
+ destroyed?: (() => void) | (() => void)[];
43
+ unmounted?: (() => void) | (() => void)[];
44
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
45
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
46
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
47
+ };
48
+ $forceUpdate: () => void;
49
+ $nextTick: typeof import('vue').nextTick;
50
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
51
+ } & Readonly<{}> & Omit<Readonly<TabsIndicatorProps> & Readonly<{}>, "updateIndicatorStyle"> & import('vue').ShallowUnwrapRef<{
52
+ updateIndicatorStyle: () => void;
53
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
54
+ $slots: {
55
+ default?: (props: {}) => any;
56
+ };
57
+ }) | null;
58
+ }, any>, {
59
+ default?(_: {}): any;
60
+ }>;
61
+ export default _default;
62
+ type __VLS_WithTemplateSlots<T, S> = T & {
63
+ new (): {
64
+ $slots: S;
65
+ };
66
+ };
@@ -0,0 +1,5 @@
1
+ import o from "../../../packages/components/lib/UIKit/Tab/v2/BaseTabsIndicator.vue.js";
2
+ import '../../../assets/BaseTabsIndicator.css';/* empty css */
3
+ export {
4
+ o as default
5
+ };
@@ -0,0 +1,13 @@
1
+ import { TabsListProps } from 'reka-ui';
2
+ export interface BaseTabsListProps extends TabsListProps {
3
+ dataCy?: string;
4
+ }
5
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTabsListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseTabsListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
6
+ default?(_: {}): any;
7
+ }>;
8
+ export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,4 @@
1
+ import f from "../../../packages/components/lib/UIKit/Tab/v2/BaseTabsList.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { TabsTriggerProps } from 'reka-ui';
2
+ export interface BaseTabsTriggerProps<T extends string | number> extends Omit<TabsTriggerProps, "value"> {
3
+ dataCy?: string;
4
+ value: T;
5
+ }
6
+ declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & BaseTabsTriggerProps<T> & Partial<{}>> & import('vue').PublicProps;
8
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
+ attrs: any;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ emit: {};
14
+ }>) => import('vue').VNode & {
15
+ __ctx?: Awaited<typeof __VLS_setup>;
16
+ };
17
+ export default _default;
18
+ type __VLS_PrettifyLocal<T> = {
19
+ [K in keyof T]: T[K];
20
+ } & {};
@@ -0,0 +1,4 @@
1
+ import f from "../../../packages/components/lib/UIKit/Tab/v2/BaseTabsTrigger.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1 +1 @@
1
- .uikit-base-accordion-item-content{overflow:hidden;will-change:animation,height}.uikit-base-accordion-item-content[data-state=open]{animation:slideDown .2s ease-out}.uikit-base-accordion-item-content[data-state=closed]{animation:slideUp .2s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--reka-accordion-content-height)}}@keyframes slideUp{0%{height:var(--reka-accordion-content-height)}to{height:0}}
1
+ .uikit-base-accordion-trigger[data-state=open]>.uikit-base-accordion-item-arrow{transform:rotate(180deg)}.uikit-base-accordion-item-content{overflow:hidden;will-change:animation,height}.uikit-base-accordion-item-content[data-state=open]{animation:slideDown .2s ease-out}.uikit-base-accordion-item-content[data-state=closed]{animation:slideUp .2s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--reka-accordion-content-height)}}@keyframes slideUp{0%{height:var(--reka-accordion-content-height)}to{height:0}}
@@ -1 +1 @@
1
- .uikit-badge{display:inline-flex;height:1.75rem;cursor:default;align-items:center;justify-content:center;border-radius:20px;padding-left:11px;padding-right:11px;padding-top:.25rem;padding-bottom:.25rem;font-weight:500}.uikit-badge-w-warning{--tw-bg-opacity: 1;background-color:rgb(255 209 103 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1))}.uikit-badge-w-lavender{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 6px #79797929;--tw-shadow-colored: 0 1px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.uikit-badge-outline-tag{height:2.25rem;border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));padding-left:18px;padding-right:18px;padding-top:.5rem;padding-bottom:.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-outline-tag-listing{border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-size:12px;line-height:16px;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-w-primary-sm{height:23px;border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(43 93 255 / var(--tw-bg-opacity, 1));font-size:10px;line-height:14px;font-weight:500;line-height:inherit;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge-w-dark-primary{z-index:10;--tw-bg-opacity: 1;background-color:rgb(42 55 97 / var(--tw-bg-opacity, 1));padding-left:11px;padding-right:11px}@media (min-width: 576px){.uikit-badge-w-dark-primary{padding-right:10px;font-size:12px;line-height:16px}}.uikit-badge-w-danger{--tw-bg-opacity: 1;background-color:rgb(250 79 100 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge{--badge-text-color: #fff}.badge-gold{background:transparent linear-gradient(125deg,#d1953b,#deb762) 0% 0% no-repeat padding-box;color:var(--badge-text-color)}.badge-silver{background:transparent linear-gradient(135deg,#e9effe 0% 28%,#d0d8e8 48%,#e9effe 67% 100%) 0% 0% no-repeat padding-box;--badge-text-color: #2a3761;color:var(--badge-text-color)}.badge-black{background:transparent linear-gradient(151deg,#272727,#696969 52%,#272727) 0% 0% no-repeat padding-box;color:var(--badge-text-color)}.badge-gray{background-color:#1d264466;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:var(--badge-text-color)}
1
+ .uikit-badge{display:inline-flex;height:1.75rem;cursor:default;align-items:center;justify-content:center;border-radius:20px;padding-left:11px;padding-right:11px;padding-top:.25rem;padding-bottom:.25rem;font-weight:500}.uikit-badge-w-warning{--tw-bg-opacity: 1;background-color:rgb(255 209 103 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1))}.uikit-badge-w-lavender{--tw-bg-opacity: 1;background-color:rgb(233 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(42 55 97 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 6px #79797929;--tw-shadow-colored: 0 1px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.uikit-badge-outline-tag{height:2.25rem;border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));padding-left:18px;padding-right:18px;padding-top:.5rem;padding-bottom:.5rem;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-outline-tag-listing{border-radius:20px;border-width:1px;border-style:solid;--tw-border-opacity: 1;border-color:rgb(34 34 34 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-size:12px;line-height:16px;font-weight:400;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}.uikit-badge-w-primary-sm{height:23px;border-radius:10px;--tw-bg-opacity: 1;background-color:rgb(43 93 255 / var(--tw-bg-opacity, 1));font-size:10px;line-height:14px;font-weight:500;line-height:inherit;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge-w-dark-primary{z-index:10;--tw-bg-opacity: 1;background-color:rgb(42 55 97 / var(--tw-bg-opacity, 1));padding-left:11px;padding-right:11px}@media(min-width:576px){.uikit-badge-w-dark-primary{padding-right:10px;font-size:12px;line-height:16px}}.uikit-badge-w-danger{--tw-bg-opacity: 1;background-color:rgb(250 79 100 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.uikit-badge{--badge-text-color: #fff}.badge-gold{background:transparent linear-gradient(125deg,#d1953b,#deb762) 0% 0% no-repeat padding-box;color:var(--badge-text-color)}.badge-silver{background:transparent linear-gradient(135deg,#e9effe 0% 28%,#d0d8e8 48%,#e9effe 67% 100%) 0% 0% no-repeat padding-box;--badge-text-color: #2a3761;color:var(--badge-text-color)}.badge-black{background:transparent linear-gradient(151deg,#272727,#696969 52%,#272727) 0% 0% no-repeat padding-box;color:var(--badge-text-color)}.badge-gray{background-color:#1d264466;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:var(--badge-text-color)}