@canlooks/can-ui 0.0.119 → 0.0.120

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.
@@ -19,6 +19,7 @@ exports.style = (0, utils_1.defineCss)(({ spacing, divider }) => (0, react_1.css
19
19
  }
20
20
 
21
21
  &[data-orientation=horizontal] {
22
+ width: 100%;
22
23
  display: flex;
23
24
 
24
25
  .${exports.classes.line} {
@@ -27,6 +28,7 @@ exports.style = (0, utils_1.defineCss)(({ spacing, divider }) => (0, react_1.css
27
28
  }
28
29
 
29
30
  &[data-orientation=vertical] {
31
+ height: 100%;
30
32
  display: inline-flex;
31
33
  flex-direction: column;
32
34
 
@@ -16,6 +16,7 @@ export const style = defineCss(({ spacing, divider }) => css `
16
16
  }
17
17
 
18
18
  &[data-orientation=horizontal] {
19
+ width: 100%;
19
20
  display: flex;
20
21
 
21
22
  .${classes.line} {
@@ -24,6 +25,7 @@ export const style = defineCss(({ spacing, divider }) => css `
24
25
  }
25
26
 
26
27
  &[data-orientation=vertical] {
28
+ height: 100%;
27
29
  display: inline-flex;
28
30
  flex-direction: column;
29
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",