@uxf/cms 10.0.0-beta.26 → 10.0.0-beta.28

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": "10.0.0-beta.26",
3
+ "version": "10.0.0-beta.28",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",
@@ -40,14 +40,14 @@
40
40
  "@types/qs": "^6.9.7",
41
41
  "@types/react": "18.2.6",
42
42
  "@types/react-dom": "18.2.4",
43
- "@uxf/core": "10.0.0-beta.25",
44
- "@uxf/data-grid": "10.0.0-beta.25",
43
+ "@uxf/core": "10.0.0-beta.28",
44
+ "@uxf/data-grid": "10.0.0-beta.28",
45
45
  "@uxf/eslint-config": "^1.3.0",
46
- "@uxf/form": "10.0.0-beta.25",
46
+ "@uxf/form": "10.0.0-beta.28",
47
47
  "@uxf/icons-generator": "10.0.0-beta.19",
48
48
  "@uxf/router": "10.0.0-beta.15",
49
- "@uxf/ui": "10.0.0-beta.25",
50
- "@uxf/wysiwyg": "10.0.0-beta.25",
49
+ "@uxf/ui": "10.0.0-beta.28",
50
+ "@uxf/wysiwyg": "10.0.0-beta.28",
51
51
  "autoprefixer": "^10.4.14",
52
52
  "axios": "^1.4.0",
53
53
  "axios-hooks": "^4.0.0",
@@ -65,11 +65,11 @@
65
65
  "react-dom": "^18.2.0"
66
66
  },
67
67
  "peerDependencies": {
68
- "@uxf/core": "10.0.0-beta.25",
69
- "@uxf/data-grid": "10.0.0-beta.25",
70
- "@uxf/form": "10.0.0-beta.25",
71
- "@uxf/ui": "10.0.0-beta.25",
72
- "@uxf/wysiwyg": "10.0.0-beta.25",
68
+ "@uxf/core": "10.0.0-beta.28",
69
+ "@uxf/data-grid": "10.0.0-beta.28",
70
+ "@uxf/form": "10.0.0-beta.28",
71
+ "@uxf/ui": "10.0.0-beta.28",
72
+ "@uxf/wysiwyg": "10.0.0-beta.28",
73
73
  "axios": "^1.4.0",
74
74
  "axios-hooks": "^4.0.0",
75
75
  "dayjs": "^1.11.7",
@@ -124,6 +124,10 @@
124
124
  gap: 20px;
125
125
  }
126
126
 
127
+ &__breadcrumbs-title-wrapper {
128
+ width: 100%;
129
+ }
130
+
127
131
  &__title {
128
132
  @apply uxf-typo-h4;
129
133
  }