@clickhouse/click-ui 0.0.154 → 0.0.156

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 { SVGAttributes } from 'react';
2
+
3
+ declare const PostgresCDCDark: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default PostgresCDCDark;
@@ -0,0 +1,4 @@
1
+ import { SVGAttributes } from 'react';
2
+
3
+ declare const PostgresCDCLight: (props: SVGAttributes<SVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ export default PostgresCDCLight;
@@ -1 +1 @@
1
- export type LogoName = "clickhouse" | "airbyte" | "aws-s3" | "aws-athena" | "aws-kinesis" | "aws-redshift" | "aws-msk" | "kafka" | "fivetran" | "confluent" | "hex" | "tableau" | "grafana" | "superset" | "metabase" | "microsoft" | "aws" | "gcp" | "gcs" | "azure" | "azure-event-hub" | "dbeaver" | "dbt" | "jdbc" | "mysql" | "postgres" | "google" | "github" | "decodeable" | "golang" | "prequel" | "python" | "deepnote" | "nodejs" | "datagrip" | "vector" | "kubenetes" | "c#" | "redpanda" | "rust" | "hudi" | "deltalake" | "snowflake" | "mongodb" | "bigquery" | "iceberg" | "upstash" | "warpstream";
1
+ export type LogoName = "clickhouse" | "airbyte" | "aws-s3" | "aws-athena" | "aws-kinesis" | "aws-redshift" | "aws-msk" | "kafka" | "fivetran" | "confluent" | "hex" | "tableau" | "grafana" | "superset" | "metabase" | "microsoft" | "aws" | "gcp" | "gcs" | "azure" | "azure-event-hub" | "dbeaver" | "dbt" | "jdbc" | "mysql" | "postgres" | "postgres_cdc" | "google" | "github" | "decodeable" | "golang" | "prequel" | "python" | "deepnote" | "nodejs" | "datagrip" | "vector" | "kubenetes" | "c#" | "redpanda" | "rust" | "hudi" | "deltalake" | "snowflake" | "mongodb" | "bigquery" | "iceberg" | "upstash" | "warpstream";
@@ -41,9 +41,9 @@ declare const _default: {
41
41
  },
42
42
  "danger": {
43
43
  "background": {
44
- "default": "#ffdddd",
45
- "hover": "#ff9898",
46
- "active": "lch(78 26.3 22)"
44
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
45
+ "hover": "rgb(100% 59.6% 59.6% / 0.2)",
46
+ "active": "rgb(100% 72.9% 72.9% / 0.3)"
47
47
  },
48
48
  "text": {
49
49
  "default": "#c10000"
@@ -130,7 +130,7 @@ declare const _default: {
130
130
  },
131
131
  "danger": {
132
132
  "background": {
133
- "default": "#ffdddd",
133
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
134
134
  "hover": "#ff9898",
135
135
  "active": "#ffbaba"
136
136
  },
@@ -140,9 +140,9 @@ declare const _default: {
140
140
  "active": "#c10000"
141
141
  },
142
142
  "stroke": {
143
- "default": "#ffdddd",
144
- "hover": "#ff9898",
145
- "active": "lch(78 26.3 22)"
143
+ "default": "rgb(100% 13.7% 13.7% / 0.1)",
144
+ "hover": "rgb(100% 59.6% 59.6% / 0.2)",
145
+ "active": "rgb(100% 72.9% 72.9% / 0.3)"
146
146
  }
147
147
  },
148
148
  "ghost": {
@@ -164,7 +164,7 @@ declare const _default: {
164
164
  },
165
165
  "info": {
166
166
  "background": {
167
- "default": "#dae6fc",
167
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
168
168
  "hover": "#b5cdf9",
169
169
  "active": "#91b3f6"
170
170
  },
@@ -174,7 +174,7 @@ declare const _default: {
174
174
  "active": "#135be6"
175
175
  },
176
176
  "stroke": {
177
- "default": "#dae6fc",
177
+ "default": "rgb(7.45% 35.7% 90.2% / 0.1)",
178
178
  "hover": "#b5cdf9",
179
179
  "active": "#91b3f6"
180
180
  }
@@ -246,7 +246,7 @@ declare const _default: {
246
246
  "stroke": {
247
247
  "default": "#e6e7e9",
248
248
  "hover": "#e6e7e9",
249
- "active": "lch(84 2.28 258)",
249
+ "active": "rgb(81.2% 82.3% 83.8%)",
250
250
  "disabled": "rgba(0,0,0,0)"
251
251
  }
252
252
  }
@@ -328,7 +328,7 @@ declare const _default: {
328
328
  "background": {
329
329
  "default": "#ffffff",
330
330
  "hover": "#f6f7fa",
331
- "active": "lch(92.4 1.49 272)",
331
+ "active": "rgb(91.6% 92% 93.1%)",
332
332
  "disabled": "#dfdfdf"
333
333
  },
334
334
  "title": {
@@ -422,8 +422,8 @@ declare const _default: {
422
422
  "active": "#161517"
423
423
  },
424
424
  "background": {
425
- "default": "lch(97.2 1.57 272 / 0.9)",
426
- "hover": "lch(91.8 1.07 266)",
425
+ "default": "rgb(96.5% 96.9% 98% / 0.9)",
426
+ "hover": "rgb(90.4% 90.8% 91.6%)",
427
427
  "active": "lch(89.3 1.07 266)"
428
428
  },
429
429
  "stroke": {