@clickhouse/click-ui 0.1.0 → 0.2.0-test.0

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 (30) hide show
  1. package/README.md +3 -0
  2. package/dist/cjs/components/Assets/Logos/Biglake-Metastore.cjs +14 -0
  3. package/dist/cjs/components/Assets/Logos/Biglake-Metastore.cjs.map +1 -0
  4. package/dist/cjs/components/Assets/Logos/system/LogosDark.cjs +2 -0
  5. package/dist/cjs/components/Assets/Logos/system/LogosDark.cjs.map +1 -1
  6. package/dist/cjs/components/Assets/Logos/system/LogosLight.cjs +2 -0
  7. package/dist/cjs/components/Assets/Logos/system/LogosLight.cjs.map +1 -1
  8. package/dist/cjs/components/Text/index.cjs.map +1 -1
  9. package/dist/cjs/theme/tokens/variables.dark.cjs +2 -1
  10. package/dist/cjs/theme/tokens/variables.dark.cjs.map +1 -1
  11. package/dist/cjs/theme/tokens/variables.light.cjs +2 -1
  12. package/dist/cjs/theme/tokens/variables.light.cjs.map +1 -1
  13. package/dist/esm/components/Assets/Logos/Biglake-Metastore.js +10 -0
  14. package/dist/esm/components/Assets/Logos/Biglake-Metastore.js.map +1 -0
  15. package/dist/esm/components/Assets/Logos/system/LogosDark.js +2 -0
  16. package/dist/esm/components/Assets/Logos/system/LogosDark.js.map +1 -1
  17. package/dist/esm/components/Assets/Logos/system/LogosLight.js +2 -0
  18. package/dist/esm/components/Assets/Logos/system/LogosLight.js.map +1 -1
  19. package/dist/esm/components/Text/index.js.map +1 -1
  20. package/dist/esm/theme/tokens/variables.dark.js +2 -1
  21. package/dist/esm/theme/tokens/variables.dark.js.map +1 -1
  22. package/dist/esm/theme/tokens/variables.light.js +2 -1
  23. package/dist/esm/theme/tokens/variables.light.js.map +1 -1
  24. package/dist/types/components/Assets/Logos/Biglake-Metastore.d.ts +3 -0
  25. package/dist/types/components/Assets/Logos/system/types.d.ts +1 -1
  26. package/dist/types/components/Text/Text.d.ts +1 -1
  27. package/dist/types/theme/theme.core.d.ts +2 -0
  28. package/dist/types/theme/tokens/variables.dark.d.ts +1 -0
  29. package/dist/types/theme/tokens/variables.light.d.ts +1 -0
  30. package/package.json +1 -2
@@ -0,0 +1,3 @@
1
+ import { SVGAssetProps } from '../../../types';
2
+ declare const Biglake_Metastore: (props: SVGAssetProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Biglake_Metastore;
@@ -1,7 +1,7 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  import { AssetSize } from '../../../../types';
3
3
  import { ThemeName } from '../../../../theme/theme.types';
4
- export type LogoName = 'airbyte' | 'alloydb' | 'apache-iceberg' | 'aws' | 'aws-athena' | 'aws-aurora' | 'aws-glue' | 'aws-kinesis' | 'aws-msk' | 'aws-rds' | 'aws-redshift' | 'aws-s3' | 'azure' | 'azure-blob-storage' | 'azure-event-hub' | 'bigquery' | 'clickhouse' | 'cloudflare' | 'confluent' | 'crunchy-bridge' | 'csharp' | 'databricks' | 'datagrip' | 'dbeaver' | 'dbt' | 'decodeable' | 'deepnote' | 'deltalake' | 'digitalocean' | 'feature-database' | 'feature-hexagon' | 'fivetran' | 'gcp' | 'gcs' | 'github' | 'golang' | 'google' | 'grafana' | 'hex' | 'hudi' | 'iceberg' | 'jdbc' | 'kafka' | 'kubernetes' | 'lakekeeper' | 'mariadb' | 'metabase' | 'microsoft' | 'mongodb' | 'mysql' | 'neondb' | 'nessie' | 'nodejs' | 'onelake' | 'ovh' | 'planetscale' | 'postgres' | 'prequel' | 'python' | 'redpanda' | 'rust' | 'snowflake' | 'supabase' | 'superset' | 'tableau' | 'tigerdata' | 'upstash' | 'vector' | 'warpstream';
4
+ export type LogoName = 'airbyte' | 'alloydb' | 'apache-iceberg' | 'aws' | 'aws-athena' | 'aws-aurora' | 'aws-glue' | 'aws-kinesis' | 'aws-msk' | 'aws-rds' | 'aws-redshift' | 'aws-s3' | 'azure' | 'azure-blob-storage' | 'azure-event-hub' | 'biglake-metastore' | 'bigquery' | 'clickhouse' | 'cloudflare' | 'confluent' | 'crunchy-bridge' | 'csharp' | 'databricks' | 'datagrip' | 'dbeaver' | 'dbt' | 'decodeable' | 'deepnote' | 'deltalake' | 'digitalocean' | 'feature-database' | 'feature-hexagon' | 'fivetran' | 'gcp' | 'gcs' | 'github' | 'golang' | 'google' | 'grafana' | 'hex' | 'hudi' | 'iceberg' | 'jdbc' | 'kafka' | 'kubernetes' | 'lakekeeper' | 'mariadb' | 'metabase' | 'microsoft' | 'mongodb' | 'mysql' | 'neondb' | 'nessie' | 'nodejs' | 'onelake' | 'ovh' | 'planetscale' | 'postgres' | 'prequel' | 'python' | 'redpanda' | 'rust' | 'snowflake' | 'supabase' | 'superset' | 'tableau' | 'tigerdata' | 'upstash' | 'vector' | 'warpstream';
5
5
  export interface LogoProps extends SVGAttributes<SVGElement> {
6
6
  name: LogoName;
7
7
  theme?: ThemeName;
@@ -2,7 +2,7 @@ import { ComponentProps, ElementType, ReactNode } from 'react';
2
2
  export type TextSize = 'xs' | 'sm' | 'md' | 'lg';
3
3
  export type TextWeight = 'normal' | 'medium' | 'semibold' | 'bold' | 'mono';
4
4
  export type TextAlignment = 'left' | 'center' | 'right';
5
- export type TextColor = 'default' | 'muted' | 'danger' | 'disabled';
5
+ export type TextColor = 'default' | 'muted' | 'danger' | 'disabled' | 'warning';
6
6
  export interface TextProps<T extends ElementType = 'p'> {
7
7
  /** The text content to display */
8
8
  children: ReactNode;
@@ -3236,6 +3236,7 @@ export declare const themes: {
3236
3236
  hover: string;
3237
3237
  };
3238
3238
  danger: string;
3239
+ warning: string;
3239
3240
  };
3240
3241
  stroke: {
3241
3242
  default: string;
@@ -7043,6 +7044,7 @@ export declare const themes: {
7043
7044
  hover: string;
7044
7045
  };
7045
7046
  danger: string;
7047
+ warning: string;
7046
7048
  };
7047
7049
  title: {
7048
7050
  default: string;
@@ -3233,6 +3233,7 @@ declare const theme: {
3233
3233
  hover: string;
3234
3234
  };
3235
3235
  danger: string;
3236
+ warning: string;
3236
3237
  };
3237
3238
  stroke: {
3238
3239
  default: string;
@@ -3224,6 +3224,7 @@ declare const theme: {
3224
3224
  hover: string;
3225
3225
  };
3226
3226
  danger: string;
3227
+ warning: string;
3227
3228
  };
3228
3229
  title: {
3229
3230
  default: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-test.0",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -440,7 +440,6 @@
440
440
  "@types/react-syntax-highlighter": "^15.5.13",
441
441
  "@types/react-window": "^1.8.8",
442
442
  "@types/sortablejs": "^1.15.2",
443
- "@typescript-eslint/eslint-plugin": "^8.54.0",
444
443
  "@vitejs/plugin-react": "^5.1.2",
445
444
  "babel-plugin-styled-components": "^2.1.4",
446
445
  "chromatic": "^13.3.4",