@clickhouse/click-ui 0.0.153 → 0.0.155

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 (29) hide show
  1. package/dist/click-ui.es.js +79 -43
  2. package/dist/click-ui.umd.js +79 -43
  3. package/dist/components/AutoComplete/OptionContext.d.ts +0 -1
  4. package/dist/components/AutoComplete/useOption.d.ts +2 -2
  5. package/dist/components/CardPrimary/CardPrimaryTopBadge.d.ts +1 -2
  6. package/dist/components/ContextMenu/ContextMenu.d.ts +0 -1
  7. package/dist/components/GenericMenu.d.ts +2 -3
  8. package/dist/components/Grid/StyledCell.d.ts +1 -1
  9. package/dist/components/Icon/IconCommon.d.ts +0 -1
  10. package/dist/components/Input/InputWrapper.d.ts +3 -3
  11. package/dist/components/Logos/PostgresCDCDark.d.ts +4 -0
  12. package/dist/components/Logos/PostgresCDCLight.d.ts +4 -0
  13. package/dist/components/Logos/types.d.ts +1 -1
  14. package/dist/components/Select/common/OptionContext.d.ts +0 -1
  15. package/dist/components/Select/common/SelectStyled.d.ts +2 -3
  16. package/dist/components/Select/common/useOption.d.ts +4 -4
  17. package/dist/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +1 -1
  18. package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.d.ts +1 -1
  19. package/dist/components/Tabs/Tabs.d.ts +6 -7
  20. package/dist/components/commonElement.d.ts +5 -5
  21. package/dist/components/icons/Flags/GreatBritain.d.ts +1 -2
  22. package/dist/components/icons/Flags/index.d.ts +15 -15
  23. package/dist/components/icons/HorizontalLoading.d.ts +0 -1
  24. package/dist/components/icons/LoadingAnimated.d.ts +0 -1
  25. package/dist/styles/variables.classic.json.d.ts +8 -8
  26. package/dist/styles/variables.dark.json.d.ts +21 -21
  27. package/dist/styles/variables.json.d.ts +7 -7
  28. package/dist/styles/variables.light.json.d.ts +7 -7
  29. package/package.json +5 -5
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as RadixTabs from "@radix-ui/react-tabs";
3
2
  export interface TabsProps extends RadixTabs.TabsProps {
4
3
  ariaLabel?: string;
@@ -6,25 +5,25 @@ export interface TabsProps extends RadixTabs.TabsProps {
6
5
  declare const Tabs: {
7
6
  ({ defaultValue, children, ariaLabel, onValueChange, ...delegated }: TabsProps): import("react/jsx-runtime").JSX.Element;
8
7
  TriggersList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsListProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
9
- ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
8
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
10
9
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsListProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
11
10
  Trigger: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsTriggerProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
12
- ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
11
+ ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
13
12
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsTriggerProps & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
14
13
  Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsContentProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
15
- ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
14
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
16
15
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsContentProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
17
16
  };
18
17
  declare const FullWidthTabs: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<TabsProps, never>> & string & Omit<{
19
18
  ({ defaultValue, children, ariaLabel, onValueChange, ...delegated }: TabsProps): import("react/jsx-runtime").JSX.Element;
20
19
  TriggersList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsListProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
21
- ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
20
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
22
21
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsListProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
23
22
  Trigger: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsTriggerProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
24
- ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
23
+ ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
25
24
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsTriggerProps & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
26
25
  Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<RadixTabs.TabsContentProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
27
- ref?: ((instance: HTMLDivElement | null) => void) | import('react').RefObject<HTMLDivElement> | null | undefined;
26
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
28
27
  }, never>> & string & Omit<import('react').ForwardRefExoticComponent<RadixTabs.TabsContentProps & import('react').RefAttributes<HTMLDivElement>>, keyof import('react').Component<any, {}, any>>;
29
28
  }, keyof import('react').Component<any, {}, any>>;
30
29
  export { Tabs, FullWidthTabs };
@@ -1,20 +1,20 @@
1
1
  import { IconSize } from './Icon/types';
2
2
 
3
3
  export declare const FormRoot: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
- $orientation?: "horizontal" | "vertical" | undefined;
5
- $dir?: "end" | "start" | undefined;
6
- $addLabelPadding?: boolean | undefined;
4
+ $orientation?: "horizontal" | "vertical";
5
+ $dir?: "start" | "end";
6
+ $addLabelPadding?: boolean;
7
7
  }>> & string;
8
8
  export declare const Error: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
9
9
  export declare const ItemSeparator: import('styled-components').RuleSet<object>;
10
10
  export declare const EmptyButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
11
11
  export declare const CrossButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>, "ref"> & {
12
- ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
12
+ ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
13
13
  }, never>> & string;
14
14
  export declare const GridCenter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
15
15
  export declare const BaseButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
16
16
  export declare const SvgImageElement: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').SVGProps<SVGSVGElement>, {
17
- $size?: IconSize | undefined;
17
+ $size?: IconSize;
18
18
  }>> & string;
19
19
  export declare const FormElementContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
20
20
  export declare const EllipsisContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- declare const GreatBritain: (props: import('react').SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
1
+ declare const GreatBritain: (props: import('react').SVGAttributes<SVGElement>) => import('react').ReactElement;
3
2
  export default GreatBritain;
@@ -7,21 +7,21 @@ export interface FlagProps extends Omit<SVGAttributes<SVGElement>, "size"> {
7
7
  size?: IconSize;
8
8
  }
9
9
  export declare const FlagList: {
10
- au: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
11
- br: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
12
- ca: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
13
- de: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
14
- eu: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
15
- gb: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
16
- ie: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
17
- in: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
18
- jp: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
19
- nl: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
20
- sg: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
21
- za: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
22
- sw: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
23
- uk: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
24
- usa: (props: SVGAttributes<SVGElement>) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>;
10
+ au: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
11
+ br: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
12
+ ca: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
13
+ de: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
14
+ eu: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
15
+ gb: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
16
+ ie: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
17
+ in: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
18
+ jp: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
19
+ nl: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
20
+ sg: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
21
+ za: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
22
+ sw: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
23
+ uk: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
24
+ usa: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
25
25
  };
26
26
  declare const Flags: ({ name, size, ...props }: FlagProps) => import("react/jsx-runtime").JSX.Element | undefined;
27
27
  export default Flags;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const HorizontalLoading: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').SVGAttributes<SVGElement>, never>> & string & Omit<(props: import('react').SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element, keyof import('react').Component<any, {}, any>>;
3
2
  export default HorizontalLoading;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const LoadingAnimated: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').SVGAttributes<SVGElement>, never>, never>> & string;
3
2
  export default LoadingAnimated;
@@ -13,7 +13,7 @@ declare const _default: {
13
13
  "background": {
14
14
  "default": "#FFC029",
15
15
  "hover": "lch(89.3 45.8 82.1)",
16
- "active": "lch(82.6 42.4 82.1)"
16
+ "active": "rgb(93.2% 79.3% 49.6%)"
17
17
  },
18
18
  "text": {
19
19
  "default": "#151515"
@@ -21,7 +21,7 @@ declare const _default: {
21
21
  "stroke": {
22
22
  "default": "#FFC029",
23
23
  "hover": "lch(89.3 45.8 82.1)",
24
- "active": "lch(82.6 42.4 82.1)"
24
+ "active": "rgb(93.2% 79.3% 49.6%)"
25
25
  }
26
26
  },
27
27
  "secondary": {
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  "stroke": {
34
34
  "default": "#e6e7e9",
35
35
  "hover": "#e6e7e9",
36
- "active": "lch(83.8 2.3 258)"
36
+ "active": "rgb(81% 82.1% 83.6%)"
37
37
  },
38
38
  "text": {
39
39
  "default": "#161517"
@@ -107,12 +107,12 @@ declare const _default: {
107
107
  "background": {
108
108
  "default": "#FFC029",
109
109
  "hover": "lch(89.3 45.8 82.1)",
110
- "active": "lch(78.5 40.3 82.1)"
110
+ "active": "lch(79.1 40.8 82.1)"
111
111
  },
112
112
  "stroke": {
113
113
  "default": "rgba(0,0,0,0)",
114
114
  "hover": "lch(89.3 45.8 82.1)",
115
- "active": "lch(78.5 40.3 82.1)"
115
+ "active": "lch(79.1 40.8 82.1)"
116
116
  },
117
117
  "text": {
118
118
  "default": "#151515",
@@ -187,13 +187,13 @@ declare const _default: {
187
187
  "main": {
188
188
  "default": "#FFC029",
189
189
  "hover": "lch(81.7 41.9 82.1)",
190
- "active": "lch(75.6 38.8 82.1)",
190
+ "active": "lch(76.2 39.3 82.1)",
191
191
  "disabled": "lch(81.3 0 0)"
192
192
  },
193
193
  "action": {
194
194
  "default": "lch(77.8 74.1 79.3)",
195
195
  "hover": "lch(77.6 39.8 82.1)",
196
- "active": "lch(69.2 35.5 82.1)",
196
+ "active": "lch(69.7 36 82.1)",
197
197
  "disabled": "lch(74.4 0 0)"
198
198
  }
199
199
  },
@@ -212,7 +212,7 @@ declare const _default: {
212
212
  "divide": {
213
213
  "default": "lch(68.1 64.8 79.3)",
214
214
  "hover": "lch(71.5 36.7 82.1)",
215
- "active": "lch(66.1 33.9 82.1)",
215
+ "active": "lch(66.7 34.4 82.1)",
216
216
  "disabled": "lch(71.1 0 0)"
217
217
  }
218
218
  },
@@ -103,7 +103,7 @@ declare const _default: {
103
103
  "success": "#004206",
104
104
  "neutral": "#414141",
105
105
  "danger": "#610000",
106
- "disabled": "lch(26.2 0 0)",
106
+ "disabled": "rgb(24.2% 24.2% 24.2%)",
107
107
  "info": "#09255B",
108
108
  "warning": "#4f2b00"
109
109
  }
@@ -135,8 +135,8 @@ declare const _default: {
135
135
  "primary": {
136
136
  "background": {
137
137
  "default": "#FAFF69",
138
- "hover": "lch(98.3 49.3 103)",
139
- "active": "lch(90.2 65.2 103)",
138
+ "hover": "rgb(98.6% 100% 58.8%)",
139
+ "active": "rgb(90.7% 92.5% 38.1%)",
140
140
  "disabled": "#414141"
141
141
  },
142
142
  "text": {
@@ -148,7 +148,7 @@ declare const _default: {
148
148
  "stroke": {
149
149
  "default": "#FAFF69",
150
150
  "hover": "#FAFF69",
151
- "active": "lch(82.5 59.7 103)",
151
+ "active": "lch(83.3 60.6 103)",
152
152
  "disabled": "#414141"
153
153
  }
154
154
  },
@@ -156,13 +156,13 @@ declare const _default: {
156
156
  "background": {
157
157
  "default": "#1F1F1C",
158
158
  "hover": "#282828",
159
- "active": "lch(20.3 0 0)",
159
+ "active": "rgb(19.9% 19.9% 19.9%)",
160
160
  "disabled": "#414141"
161
161
  },
162
162
  "stroke": {
163
163
  "default": "#414141",
164
164
  "hover": "#53575f",
165
- "active": "lch(23.3 2.63 306)",
165
+ "active": "rgb(22.9% 22.1% 23.6%)",
166
166
  "disabled": "#414141"
167
167
  },
168
168
  "text": {
@@ -236,13 +236,13 @@ declare const _default: {
236
236
  "secondary": {
237
237
  "background": {
238
238
  "default": "#FAFF69",
239
- "hover": "lch(98.3 49.3 103)",
240
- "active": "lch(85.7 61.9 103)"
239
+ "hover": "rgb(98.6% 100% 58.8%)",
240
+ "active": "lch(86.5 62.9 103)"
241
241
  },
242
242
  "stroke": {
243
243
  "default": "rgba(0,0,0,0)",
244
- "hover": "lch(98.3 49.3 103)",
245
- "active": "lch(85.7 61.9 103)"
244
+ "hover": "rgb(98.6% 100% 58.8%)",
245
+ "active": "lch(86.5 62.9 103)"
246
246
  },
247
247
  "text": {
248
248
  "default": "#1F1F1C",
@@ -316,14 +316,14 @@ declare const _default: {
316
316
  "background": {
317
317
  "main": {
318
318
  "default": "#FAFF69",
319
- "hover": "lch(89.9 45.1 103)",
320
- "active": "lch(82.5 59.7 103)",
319
+ "hover": "lch(89.7 46.7 104)",
320
+ "active": "lch(83.3 60.6 103)",
321
321
  "disabled": "lch(25.2 0 0)"
322
322
  },
323
323
  "action": {
324
324
  "default": "lch(87.8 63.4 103)",
325
- "hover": "lch(82.7 41.5 103)",
326
- "active": "lch(72.6 52.5 103)",
325
+ "hover": "lch(82.5 43 104)",
326
+ "active": "lch(73.3 53.3 103)",
327
327
  "disabled": "lch(22.2 0 0)"
328
328
  }
329
329
  },
@@ -341,8 +341,8 @@ declare const _default: {
341
341
  },
342
342
  "divide": {
343
343
  "default": "lch(85.4 61.7 103)",
344
- "hover": "lch(78.7 39.5 103)",
345
- "active": "lch(72.2 52.2 103)",
344
+ "hover": "lch(78.5 40.9 104)",
345
+ "active": "lch(72.9 53 103)",
346
346
  "disabled": "lch(23.1 0 0)"
347
347
  }
348
348
  },
@@ -350,20 +350,20 @@ declare const _default: {
350
350
  "divide": {
351
351
  "default": "lch(31.2 0 0)",
352
352
  "hover": "lch(34.8 0 0)",
353
- "active": "lch(24.1 2.6 306)",
353
+ "active": "lch(24.8 2.56 307)",
354
354
  "disabled": "lch(23.4 0 0)"
355
355
  },
356
356
  "background": {
357
357
  "main": {
358
358
  "default": "#1F1F1C",
359
359
  "hover": "#282828",
360
- "active": "lch(20.3 0 0)",
360
+ "active": "rgb(19.9% 19.9% 19.9%)",
361
361
  "disabled": "#414141"
362
362
  },
363
363
  "action": {
364
364
  "default": "#282828",
365
365
  "hover": "lch(18.2 0 0)",
366
- "active": "lch(21.1 0 0)",
366
+ "active": "lch(21.9 0 0)",
367
367
  "disabled": "lch(23.9 0 0)"
368
368
  }
369
369
  },
@@ -376,7 +376,7 @@ declare const _default: {
376
376
  "stroke": {
377
377
  "default": "#414141",
378
378
  "hover": "#414141",
379
- "active": "lch(24.1 2.6 306)",
379
+ "active": "lch(24.8 2.56 307)",
380
380
  "disabled": "rgba(0,0,0,0)"
381
381
  }
382
382
  }
@@ -424,7 +424,7 @@ declare const _default: {
424
424
  "stroke": {
425
425
  "default": "#323232",
426
426
  "hover": "#53575f",
427
- "active": "lch(23.3 2.63 306)"
427
+ "active": "rgb(22.9% 22.1% 23.6%)"
428
428
  },
429
429
  "text": {
430
430
  "default": "#ffffff",
@@ -362,7 +362,7 @@ declare const _default: {
362
362
  "background": {
363
363
  "default": "#302e32",
364
364
  "hover": "lch(29.5 4.18 267)",
365
- "active": "lch(6.42 1.33 305)",
365
+ "active": "rgb(7.98% 7.62% 8.34%)",
366
366
  "disabled": "#dfdfdf"
367
367
  },
368
368
  "text": {
@@ -374,7 +374,7 @@ declare const _default: {
374
374
  "stroke": {
375
375
  "default": "#302e32",
376
376
  "hover": "lch(29.5 4.18 267)",
377
- "active": "lch(6.42 1.33 305)",
377
+ "active": "rgb(7.98% 7.62% 8.34%)",
378
378
  "disabled": "#dfdfdf"
379
379
  }
380
380
  },
@@ -388,7 +388,7 @@ declare const _default: {
388
388
  "stroke": {
389
389
  "default": "#e6e7e9",
390
390
  "hover": "#e6e7e9",
391
- "active": "lch(83.8 2.3 258)",
391
+ "active": "rgb(81% 82.1% 83.6%)",
392
392
  "disabled": "#dfdfdf"
393
393
  },
394
394
  "text": {
@@ -489,12 +489,12 @@ declare const _default: {
489
489
  "background": {
490
490
  "default": "#302e32",
491
491
  "hover": "lch(29.5 4.18 267)",
492
- "active": "lch(6.1 1.26 305)"
492
+ "active": "lch(5.9 1.18 305)"
493
493
  },
494
494
  "stroke": {
495
495
  "default": "rgba(0,0,0,0)",
496
496
  "hover": "lch(29.5 4.18 267)",
497
- "active": "lch(6.1 1.26 305)"
497
+ "active": "lch(5.9 1.18 305)"
498
498
  },
499
499
  "text": {
500
500
  "default": "#ffffff",
@@ -596,7 +596,7 @@ declare const _default: {
596
596
  "main": {
597
597
  "default": "#302e32",
598
598
  "hover": "lch(27 3.82 267)",
599
- "active": "lch(5.87 1.22 305)",
599
+ "active": "lch(5.68 1.13 305)",
600
600
  "disabled": "lch(81.3 0 0)"
601
601
  },
602
602
  "action": {
@@ -629,7 +629,7 @@ declare const _default: {
629
629
  "divide": {
630
630
  "default": "lch(92 1.05 266)",
631
631
  "hover": "lch(92.4 0.99 266)",
632
- "active": "lch(83.8 2.3 258)",
632
+ "active": "rgb(81% 82.1% 83.6%)",
633
633
  "disabled": "lch(75.5 0 0)"
634
634
  },
635
635
  "background": {
@@ -136,7 +136,7 @@ declare const _default: {
136
136
  "background": {
137
137
  "default": "#302e32",
138
138
  "hover": "lch(29.5 4.18 267)",
139
- "active": "lch(6.42 1.33 305)",
139
+ "active": "rgb(7.98% 7.62% 8.34%)",
140
140
  "disabled": "#dfdfdf"
141
141
  },
142
142
  "text": {
@@ -148,7 +148,7 @@ declare const _default: {
148
148
  "stroke": {
149
149
  "default": "#302e32",
150
150
  "hover": "lch(29.5 4.18 267)",
151
- "active": "lch(6.42 1.33 305)",
151
+ "active": "rgb(7.98% 7.62% 8.34%)",
152
152
  "disabled": "#dfdfdf"
153
153
  }
154
154
  },
@@ -162,7 +162,7 @@ declare const _default: {
162
162
  "stroke": {
163
163
  "default": "#e6e7e9",
164
164
  "hover": "#e6e7e9",
165
- "active": "lch(83.8 2.3 258)",
165
+ "active": "rgb(81% 82.1% 83.6%)",
166
166
  "disabled": "#dfdfdf"
167
167
  },
168
168
  "text": {
@@ -237,12 +237,12 @@ declare const _default: {
237
237
  "background": {
238
238
  "default": "#302e32",
239
239
  "hover": "lch(29.5 4.18 267)",
240
- "active": "lch(6.1 1.26 305)"
240
+ "active": "lch(5.9 1.18 305)"
241
241
  },
242
242
  "stroke": {
243
243
  "default": "rgba(0,0,0,0)",
244
244
  "hover": "lch(29.5 4.18 267)",
245
- "active": "lch(6.1 1.26 305)"
245
+ "active": "lch(5.9 1.18 305)"
246
246
  },
247
247
  "text": {
248
248
  "default": "#ffffff",
@@ -317,7 +317,7 @@ declare const _default: {
317
317
  "main": {
318
318
  "default": "#302e32",
319
319
  "hover": "lch(27 3.82 267)",
320
- "active": "lch(5.87 1.22 305)",
320
+ "active": "lch(5.68 1.13 305)",
321
321
  "disabled": "lch(81.3 0 0)"
322
322
  },
323
323
  "action": {
@@ -350,7 +350,7 @@ declare const _default: {
350
350
  "divide": {
351
351
  "default": "lch(92 1.05 266)",
352
352
  "hover": "lch(92.4 0.99 266)",
353
- "active": "lch(83.8 2.3 258)",
353
+ "active": "rgb(81% 82.1% 83.6%)",
354
354
  "disabled": "lch(75.5 0 0)"
355
355
  },
356
356
  "background": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.153",
3
+ "version": "0.0.155",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -90,8 +90,8 @@
90
90
  "@types/react-window": "^1.8.8",
91
91
  "@types/sortablejs": "^1.15.2",
92
92
  "@types/styled-components": "^5.1.34",
93
- "@typescript-eslint/eslint-plugin": "^7.0.1",
94
- "@typescript-eslint/parser": "^7.0.1",
93
+ "@typescript-eslint/eslint-plugin": "^7.16.1",
94
+ "@typescript-eslint/parser": "^7.16.1",
95
95
  "@vitejs/plugin-react": "^4.2.1",
96
96
  "babel-plugin-styled-components": "^2.1.4",
97
97
  "chromatic": "^6.18.2",
@@ -107,10 +107,10 @@
107
107
  "styled-components": "^6.1.11",
108
108
  "stylis": "^4.3.0",
109
109
  "ts-node": "^10.9.1",
110
- "typescript": "^5.4.5",
110
+ "typescript": "^5.5.3",
111
111
  "vite": "^5.2.11",
112
112
  "vite-plugin-dts": "^3.9.1",
113
- "vitest": "^1.6.0",
113
+ "vitest": "^2.0.3",
114
114
  "watch": "^1.0.2"
115
115
  },
116
116
  "peerDependencies": {