@uxf/cms 11.38.0 → 11.38.2

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.38.0",
3
+ "version": "11.38.2",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -32,11 +32,11 @@
32
32
  "@redux-devtools/extension": "3.3.0",
33
33
  "@uxf/core": "11.35.0",
34
34
  "@uxf/core-react": "11.36.0",
35
- "@uxf/data-grid": "11.38.0",
36
- "@uxf/form": "11.37.0",
35
+ "@uxf/data-grid": "11.38.2",
36
+ "@uxf/form": "11.38.1",
37
37
  "@uxf/router": "11.32.0",
38
- "@uxf/ui": "11.37.0",
39
- "@uxf/wysiwyg": "11.37.0",
38
+ "@uxf/ui": "11.38.1",
39
+ "@uxf/wysiwyg": "11.38.1",
40
40
  "axios": "1.7.5",
41
41
  "axios-hooks": "5.0.2",
42
42
  "es6-error": "4.1.1",
@@ -351,8 +351,6 @@ export declare const twColors: {
351
351
  DEFAULT: string;
352
352
  };
353
353
  test: string;
354
- primary_surface_default: string;
355
- primary_surface_default_hover: string;
356
354
  base_border_border: string;
357
355
  base_border_input: string;
358
356
  base_border_inverted_border: string;
@@ -355,8 +355,6 @@ exports.twColors = {
355
355
  DEFAULT: "#ef4444",
356
356
  },
357
357
  test: "#ff00ff",
358
- primary_surface_default: "var(--uxf-color-brand-surface-default)",
359
- primary_surface_default_hover: "var(--uxf-color-brand-surface-default-hover)",
360
358
  base_border_border: "var(--uxf-color-base-border-border)",
361
359
  base_border_input: "var(--uxf-color-base-border-input)",
362
360
  base_border_inverted_border: "var(--uxf-color-base-border-inverted-border)",