@clickhouse/click-ui 0.0.234 → 0.0.235

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.
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare const Israel: (props: React.SVGAttributes<SVGElement>) => React.ReactElement;
4
+ export default Israel;
@@ -1,7 +1,7 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  import { IconSize } from '../../Icon/types';
3
3
 
4
- export type FlagName = "ae" | "au" | "br" | "ca" | "ch" | "de" | "eu" | "gb" | "in" | "ie" | "jp" | "nl" | "sg" | "kr" | "sw" | "usa" | "uk" | "za";
4
+ export type FlagName = "ae" | "au" | "br" | "ca" | "ch" | "de" | "eu" | "gb" | "in" | "il" | "ie" | "jp" | "nl" | "sg" | "kr" | "sw" | "usa" | "uk" | "za";
5
5
  export interface FlagProps extends Omit<SVGAttributes<SVGElement>, "size"> {
6
6
  name: FlagName;
7
7
  size?: IconSize;
@@ -16,6 +16,7 @@ export declare const FlagList: {
16
16
  eu: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
17
17
  gb: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
18
18
  ie: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
19
+ il: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
19
20
  in: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
20
21
  jp: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
21
22
  nl: (props: SVGAttributes<SVGElement>) => import('react').ReactElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.234",
3
+ "version": "0.0.235",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",