3h1-ui 3.0.0-next.241 → 3.0.0-next.242

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
@@ -8445,6 +8445,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8445
8445
  .shy-basic-descriptions-divider-content {
8446
8446
  display: flex;
8447
8447
  width: 100%;
8448
+ flex-wrap: wrap;
8448
8449
  }
8449
8450
  .shy-basic-descriptions-group {
8450
8451
  display: flex;
@@ -1,2 +1,2 @@
1
- import type { DescriptionProps, UseDescReturnType } from './typing';
2
- export declare function useShyDescriptions(props?: Partial<DescriptionProps>): UseDescReturnType;
1
+ import type { DescriptionsProps, UseDescReturnType } from './typing';
2
+ export declare function useShyDescriptions(props?: Partial<DescriptionsProps>): UseDescReturnType;
package/lib/style.css CHANGED
@@ -8445,6 +8445,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8445
8445
  .shy-basic-descriptions-divider-content {
8446
8446
  display: flex;
8447
8447
  width: 100%;
8448
+ flex-wrap: wrap;
8448
8449
  }
8449
8450
  .shy-basic-descriptions-group {
8450
8451
  display: flex;
@@ -1,2 +1,2 @@
1
- import type { DescriptionProps, UseDescReturnType } from './typing';
2
- export declare function useShyDescriptions(props?: Partial<DescriptionProps>): UseDescReturnType;
1
+ import type { DescriptionsProps, UseDescReturnType } from './typing';
2
+ export declare function useShyDescriptions(props?: Partial<DescriptionsProps>): UseDescReturnType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.241",
3
+ "version": "3.0.0-next.242",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -29,8 +29,8 @@
29
29
  "vue-json-pretty": "^2.2.3",
30
30
  "vxe-table": "4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
- "@shy-plugins/tinymce": "^1.0.6",
33
32
  "@shy-plugins/use": "1.0.1-next.5",
33
+ "@shy-plugins/tinymce": "^1.0.6",
34
34
  "@shy-plugins/utils": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",