@ostack.tech/ui-kform 0.6.0 → 0.6.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/dist/ostack-ui-kform.css +0 -12
- package/dist/ostack-ui-kform.css.map +1 -1
- package/dist/ostack-ui-kform.js +7 -3
- package/dist/ostack-ui-kform.js.map +1 -1
- package/package.json +2 -2
- package/scss/components/Annexes/_Annexes.scss +1 -1
- package/scss/index.scss +0 -1
- package/scss/components/TableControl/_TableControl.scss +0 -21
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.6.
|
|
4
|
+
"version": "0.6.2",
|
|
5
5
|
"homepage": "https://ui.ostack.tech/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Opensoft",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@fortawesome/free-solid-svg-icons": "^6.2.0 || ^7.0.0",
|
|
53
53
|
"@ostack.tech/kform": "~0.31.0",
|
|
54
54
|
"@ostack.tech/kform-react": "~0.31.0",
|
|
55
|
-
"@ostack.tech/ui": "~0.6.
|
|
55
|
+
"@ostack.tech/ui": "~0.6.2",
|
|
56
56
|
"@types/react": "^18.0.0 || ^19.0.0",
|
|
57
57
|
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
58
58
|
"date-fns": "^4.1.0",
|
package/scss/index.scss
CHANGED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@use "@ostack.tech/ui/scss/utils" as ostack-ui;
|
|
2
|
-
@use "../../scss/base-variables" as *;
|
|
3
|
-
|
|
4
|
-
.#{$prefix}table-control {
|
|
5
|
-
& > &__add-row-trigger {
|
|
6
|
-
float: right;
|
|
7
|
-
margin-bottom: ostack-ui.spacing(2);
|
|
8
|
-
margin-left: ostack-ui.spacing(2);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
& > &__add-row-trigger + &__content-container {
|
|
12
|
-
// Top table content margin unneeded when the trigger is placed before it
|
|
13
|
-
margin-top: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
& > &__content-container ~ &__add-row-trigger {
|
|
17
|
-
// Bottom margin underneath the table content should be removed due to the
|
|
18
|
-
// clearfix
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|