@uxf/cms 11.100.0 → 11.101.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "11.100.0",
3
+ "version": "11.101.0",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -31,11 +31,11 @@
31
31
  "@floating-ui/react": "0.27.17",
32
32
  "@uxf/core": "11.100.0",
33
33
  "@uxf/core-react": "11.100.0",
34
- "@uxf/data-grid": "11.100.0",
35
- "@uxf/form": "11.100.0",
36
- "@uxf/router": "11.100.0",
37
- "@uxf/ui": "11.100.0",
38
- "@uxf/wysiwyg": "11.100.0",
34
+ "@uxf/data-grid": "11.101.0",
35
+ "@uxf/form": "11.101.0",
36
+ "@uxf/router": "11.101.0",
37
+ "@uxf/ui": "11.101.0",
38
+ "@uxf/wysiwyg": "11.101.0",
39
39
  "axios": "1.13.4",
40
40
  "axios-hooks": "5.1.1",
41
41
  "es6-error": "4.1.1",
@@ -351,6 +351,11 @@ export declare const twColors: {
351
351
  DEFAULT: string;
352
352
  };
353
353
  test: string;
354
+ sidebar: {
355
+ background: string;
356
+ highlight: string;
357
+ hover: string;
358
+ };
354
359
  base_border_border: string;
355
360
  base_border_input: string;
356
361
  base_border_inverted_border: string;
@@ -466,10 +471,5 @@ export declare const twColors: {
466
471
  warning_surface_subtle_hover: string;
467
472
  dataGridPrimary: string;
468
473
  dataGridSecondary: string;
469
- sidebar: {
470
- background: string;
471
- highlight: string;
472
- hover: string;
473
- };
474
474
  };
475
475
  export type TwColors = typeof twColors;
@@ -355,6 +355,11 @@ exports.twColors = {
355
355
  "DEFAULT": "#ef4444"
356
356
  },
357
357
  "test": "#ff00ff",
358
+ "sidebar": {
359
+ "background": "#1F2937",
360
+ "highlight": "#111827",
361
+ "hover": "#111827"
362
+ },
358
363
  "base_border_border": "var(--uxf-color-base-border-border)",
359
364
  "base_border_input": "var(--uxf-color-base-border-input)",
360
365
  "base_border_inverted_border": "var(--uxf-color-base-border-inverted-border)",
@@ -469,10 +474,5 @@ exports.twColors = {
469
474
  "warning_surface_subtle": "var(--uxf-color-warning-surface-subtle)",
470
475
  "warning_surface_subtle_hover": "var(--uxf-color-warning-surface-subtle-hover)",
471
476
  "dataGridPrimary": "#140939",
472
- "dataGridSecondary": "#FF4F06",
473
- "sidebar": {
474
- "background": "#1F2937",
475
- "highlight": "#111827",
476
- "hover": "#111827"
477
- }
477
+ "dataGridSecondary": "#FF4F06"
478
478
  };
@@ -12,11 +12,6 @@ module.exports = {
12
12
  colors: {
13
13
  dataGridPrimary: "#140939",
14
14
  dataGridSecondary: "#FF4F06",
15
- sidebar: {
16
- background: "#1F2937",
17
- highlight: "#111827",
18
- hover: "#111827",
19
- },
20
15
  },
21
16
  },
22
17
  },