3h1-ui 3.0.0-next.20 → 3.0.0-next.21

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/es/style.css CHANGED
@@ -8921,6 +8921,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8921
8921
  justify-content: space-between;
8922
8922
  align-items: center;
8923
8923
  }
8924
+ .shy-table-header-toolbar {
8925
+ display: flex;
8926
+ align-items: center;
8927
+ }
8924
8928
  .shy-table-header-align {
8925
8929
  flex: 1;
8926
8930
  display: flex;
package/lib/style.css CHANGED
@@ -8921,6 +8921,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8921
8921
  justify-content: space-between;
8922
8922
  align-items: center;
8923
8923
  }
8924
+ .shy-table-header-toolbar {
8925
+ display: flex;
8926
+ align-items: center;
8927
+ }
8924
8928
  .shy-table-header-align {
8925
8929
  flex: 1;
8926
8930
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.20",
3
+ "version": "3.0.0-next.21",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -30,8 +30,8 @@
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
32
  "@shy-plugins/tinymce": "^1.0.6",
33
- "@shy-plugins/use": "1.0.0-next.1",
34
- "@shy-plugins/utils": "1.0.0-next.1"
33
+ "@shy-plugins/utils": "1.0.0-next.1",
34
+ "@shy-plugins/use": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {