@ostack.tech/ui-kform 0.10.2 → 0.10.4
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/dist/ostack-ui-kform.css
CHANGED
|
@@ -142,6 +142,9 @@
|
|
|
142
142
|
text-overflow: ellipsis;
|
|
143
143
|
white-space: nowrap;
|
|
144
144
|
}
|
|
145
|
+
.o-ui-kform-annexes__tab-title {
|
|
146
|
+
font-weight: var(--o-ui-tabs-tab-open-font-weight, var(--o-ui-tabs-tab-font-weight, 700));
|
|
147
|
+
}
|
|
145
148
|
.o-ui-kform-annexes__tab-subtitle {
|
|
146
149
|
font-weight: 400;
|
|
147
150
|
font-size: 0.75rem;
|
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.10.
|
|
4
|
+
"version": "0.10.4",
|
|
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.10.
|
|
53
|
+
"@ostack.tech/ui": "~0.10.4",
|
|
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",
|
|
@@ -174,6 +174,16 @@
|
|
|
174
174
|
white-space: nowrap;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
&__tab-title {
|
|
178
|
+
font-weight: var(
|
|
179
|
+
--#{ostack-ui.$prefix}tabs-tab-open-font-weight,
|
|
180
|
+
var(
|
|
181
|
+
--#{ostack-ui.$prefix}tabs-tab-font-weight,
|
|
182
|
+
ostack-ui.$font-weight-bold
|
|
183
|
+
)
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
|
|
177
187
|
&__tab-subtitle {
|
|
178
188
|
font-weight: ostack-ui.$font-weight-normal;
|
|
179
189
|
font-size: ostack-ui.$font-size-xs;
|