@ostack.tech/ui-kform 0.12.3 → 0.12.5

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.
@@ -136,6 +136,7 @@
136
136
  .o-ui-kform-annexes__tab-text {
137
137
  display: flex;
138
138
  flex-direction: column;
139
+ justify-content: center;
139
140
  height: 100%;
140
141
  }
141
142
  .o-ui-kform-annexes__tab-title, .o-ui-kform-annexes__tab-subtitle {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ostack.tech/ui-kform",
3
3
  "description": "Integration of ostack/UI with ostack/KForm.",
4
- "version": "0.12.3",
4
+ "version": "0.12.5",
5
5
  "homepage": "https://ui.ostack.tech/",
6
6
  "author": {
7
7
  "name": "Opensoft",
@@ -50,7 +50,7 @@
50
50
  "@fortawesome/free-solid-svg-icons": "^6.2.0 || ^7.0.0",
51
51
  "@ostack.tech/kform": "~0.32.0",
52
52
  "@ostack.tech/kform-react": "~0.32.0",
53
- "@ostack.tech/ui": "~0.12.3",
53
+ "@ostack.tech/ui": "~0.12.5",
54
54
  "@types/react": "^18.0.0 || ^19.0.0",
55
55
  "@types/react-dom": "^18.0.0 || ^19.0.0",
56
56
  "date-fns": "^4.1.0",
@@ -162,6 +162,7 @@
162
162
  &__tab-text {
163
163
  display: flex;
164
164
  flex-direction: column;
165
+ justify-content: center;
165
166
  height: 100%;
166
167
  }
167
168