@e1011/es-kit 1.0.188 → 1.0.192
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/hooks/esm/index.css +43 -43
- package/dist/hooks/index.css +43 -43
- package/dist/utils/esm/index.css +43 -43
- package/dist/utils/index.css +43 -43
- package/package.json +2 -1
package/dist/hooks/esm/index.css
CHANGED
|
@@ -28,49 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.layoutBox-module_layout-box__faPND {
|
|
32
|
-
display: flex;
|
|
33
|
-
position: relative;
|
|
34
|
-
flex-direction: row;
|
|
35
|
-
flex: 0;
|
|
36
|
-
flex-grow: 0;
|
|
37
|
-
flex-shrink: 0;
|
|
38
|
-
flex-basis: auto;
|
|
39
|
-
flex-wrap: nowrap;
|
|
40
|
-
gap: 0;
|
|
41
|
-
text-align: left;
|
|
42
|
-
justify-content: flex-start;
|
|
43
|
-
align-items: flex-start;
|
|
44
|
-
align-self: auto;
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
width: auto;
|
|
48
|
-
height: auto;
|
|
49
|
-
max-width: none;
|
|
50
|
-
max-height: none;
|
|
51
|
-
min-width: 0;
|
|
52
|
-
min-height: 0;
|
|
53
|
-
border-radius: initial;
|
|
54
|
-
}
|
|
55
|
-
.divider-module_divider-line__6CesR {
|
|
56
|
-
position: relative;
|
|
57
|
-
display: block;
|
|
58
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
59
|
-
background-color: var(--color);
|
|
60
|
-
opacity: var(--opacity);
|
|
61
|
-
}
|
|
62
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
63
|
-
height: var(--length);
|
|
64
|
-
left: var(--left);
|
|
65
|
-
width: var(--width);
|
|
66
|
-
margin: var(--margin);
|
|
67
|
-
}
|
|
68
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
69
|
-
width: var(--length);
|
|
70
|
-
left: var(--left);
|
|
71
|
-
height: var(--height);
|
|
72
|
-
margin: var(--margin);
|
|
73
|
-
}
|
|
74
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
75
32
|
transform-origin: 0% 0%;
|
|
76
33
|
opacity: 0;
|
|
@@ -104,6 +61,49 @@
|
|
|
104
61
|
max-width: var(--prop-value);
|
|
105
62
|
opacity: 1;
|
|
106
63
|
}
|
|
64
|
+
.divider-module_divider-line__6CesR {
|
|
65
|
+
position: relative;
|
|
66
|
+
display: block;
|
|
67
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
68
|
+
background-color: var(--color);
|
|
69
|
+
opacity: var(--opacity);
|
|
70
|
+
}
|
|
71
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
72
|
+
height: var(--length);
|
|
73
|
+
left: var(--left);
|
|
74
|
+
width: var(--width);
|
|
75
|
+
margin: var(--margin);
|
|
76
|
+
}
|
|
77
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
78
|
+
width: var(--length);
|
|
79
|
+
left: var(--left);
|
|
80
|
+
height: var(--height);
|
|
81
|
+
margin: var(--margin);
|
|
82
|
+
}
|
|
83
|
+
.layoutBox-module_layout-box__faPND {
|
|
84
|
+
display: flex;
|
|
85
|
+
position: relative;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
flex: 0;
|
|
88
|
+
flex-grow: 0;
|
|
89
|
+
flex-shrink: 0;
|
|
90
|
+
flex-basis: auto;
|
|
91
|
+
flex-wrap: nowrap;
|
|
92
|
+
gap: 0;
|
|
93
|
+
text-align: left;
|
|
94
|
+
justify-content: flex-start;
|
|
95
|
+
align-items: flex-start;
|
|
96
|
+
align-self: auto;
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
width: auto;
|
|
100
|
+
height: auto;
|
|
101
|
+
max-width: none;
|
|
102
|
+
max-height: none;
|
|
103
|
+
min-width: 0;
|
|
104
|
+
min-height: 0;
|
|
105
|
+
border-radius: initial;
|
|
106
|
+
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/hooks/index.css
CHANGED
|
@@ -28,49 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.layoutBox-module_layout-box__faPND {
|
|
32
|
-
display: flex;
|
|
33
|
-
position: relative;
|
|
34
|
-
flex-direction: row;
|
|
35
|
-
flex: 0;
|
|
36
|
-
flex-grow: 0;
|
|
37
|
-
flex-shrink: 0;
|
|
38
|
-
flex-basis: auto;
|
|
39
|
-
flex-wrap: nowrap;
|
|
40
|
-
gap: 0;
|
|
41
|
-
text-align: left;
|
|
42
|
-
justify-content: flex-start;
|
|
43
|
-
align-items: flex-start;
|
|
44
|
-
align-self: auto;
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
width: auto;
|
|
48
|
-
height: auto;
|
|
49
|
-
max-width: none;
|
|
50
|
-
max-height: none;
|
|
51
|
-
min-width: 0;
|
|
52
|
-
min-height: 0;
|
|
53
|
-
border-radius: initial;
|
|
54
|
-
}
|
|
55
|
-
.divider-module_divider-line__6CesR {
|
|
56
|
-
position: relative;
|
|
57
|
-
display: block;
|
|
58
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
59
|
-
background-color: var(--color);
|
|
60
|
-
opacity: var(--opacity);
|
|
61
|
-
}
|
|
62
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
63
|
-
height: var(--length);
|
|
64
|
-
left: var(--left);
|
|
65
|
-
width: var(--width);
|
|
66
|
-
margin: var(--margin);
|
|
67
|
-
}
|
|
68
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
69
|
-
width: var(--length);
|
|
70
|
-
left: var(--left);
|
|
71
|
-
height: var(--height);
|
|
72
|
-
margin: var(--margin);
|
|
73
|
-
}
|
|
74
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
75
32
|
transform-origin: 0% 0%;
|
|
76
33
|
opacity: 0;
|
|
@@ -104,6 +61,49 @@
|
|
|
104
61
|
max-width: var(--prop-value);
|
|
105
62
|
opacity: 1;
|
|
106
63
|
}
|
|
64
|
+
.divider-module_divider-line__6CesR {
|
|
65
|
+
position: relative;
|
|
66
|
+
display: block;
|
|
67
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
68
|
+
background-color: var(--color);
|
|
69
|
+
opacity: var(--opacity);
|
|
70
|
+
}
|
|
71
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
72
|
+
height: var(--length);
|
|
73
|
+
left: var(--left);
|
|
74
|
+
width: var(--width);
|
|
75
|
+
margin: var(--margin);
|
|
76
|
+
}
|
|
77
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
78
|
+
width: var(--length);
|
|
79
|
+
left: var(--left);
|
|
80
|
+
height: var(--height);
|
|
81
|
+
margin: var(--margin);
|
|
82
|
+
}
|
|
83
|
+
.layoutBox-module_layout-box__faPND {
|
|
84
|
+
display: flex;
|
|
85
|
+
position: relative;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
flex: 0;
|
|
88
|
+
flex-grow: 0;
|
|
89
|
+
flex-shrink: 0;
|
|
90
|
+
flex-basis: auto;
|
|
91
|
+
flex-wrap: nowrap;
|
|
92
|
+
gap: 0;
|
|
93
|
+
text-align: left;
|
|
94
|
+
justify-content: flex-start;
|
|
95
|
+
align-items: flex-start;
|
|
96
|
+
align-self: auto;
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
width: auto;
|
|
100
|
+
height: auto;
|
|
101
|
+
max-width: none;
|
|
102
|
+
max-height: none;
|
|
103
|
+
min-width: 0;
|
|
104
|
+
min-height: 0;
|
|
105
|
+
border-radius: initial;
|
|
106
|
+
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/utils/esm/index.css
CHANGED
|
@@ -28,49 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.layoutBox-module_layout-box__faPND {
|
|
32
|
-
display: flex;
|
|
33
|
-
position: relative;
|
|
34
|
-
flex-direction: row;
|
|
35
|
-
flex: 0;
|
|
36
|
-
flex-grow: 0;
|
|
37
|
-
flex-shrink: 0;
|
|
38
|
-
flex-basis: auto;
|
|
39
|
-
flex-wrap: nowrap;
|
|
40
|
-
gap: 0;
|
|
41
|
-
text-align: left;
|
|
42
|
-
justify-content: flex-start;
|
|
43
|
-
align-items: flex-start;
|
|
44
|
-
align-self: auto;
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
width: auto;
|
|
48
|
-
height: auto;
|
|
49
|
-
max-width: none;
|
|
50
|
-
max-height: none;
|
|
51
|
-
min-width: 0;
|
|
52
|
-
min-height: 0;
|
|
53
|
-
border-radius: initial;
|
|
54
|
-
}
|
|
55
|
-
.divider-module_divider-line__6CesR {
|
|
56
|
-
position: relative;
|
|
57
|
-
display: block;
|
|
58
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
59
|
-
background-color: var(--color);
|
|
60
|
-
opacity: var(--opacity);
|
|
61
|
-
}
|
|
62
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
63
|
-
height: var(--length);
|
|
64
|
-
left: var(--left);
|
|
65
|
-
width: var(--width);
|
|
66
|
-
margin: var(--margin);
|
|
67
|
-
}
|
|
68
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
69
|
-
width: var(--length);
|
|
70
|
-
left: var(--left);
|
|
71
|
-
height: var(--height);
|
|
72
|
-
margin: var(--margin);
|
|
73
|
-
}
|
|
74
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
75
32
|
transform-origin: 0% 0%;
|
|
76
33
|
opacity: 0;
|
|
@@ -104,6 +61,49 @@
|
|
|
104
61
|
max-width: var(--prop-value);
|
|
105
62
|
opacity: 1;
|
|
106
63
|
}
|
|
64
|
+
.divider-module_divider-line__6CesR {
|
|
65
|
+
position: relative;
|
|
66
|
+
display: block;
|
|
67
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
68
|
+
background-color: var(--color);
|
|
69
|
+
opacity: var(--opacity);
|
|
70
|
+
}
|
|
71
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
72
|
+
height: var(--length);
|
|
73
|
+
left: var(--left);
|
|
74
|
+
width: var(--width);
|
|
75
|
+
margin: var(--margin);
|
|
76
|
+
}
|
|
77
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
78
|
+
width: var(--length);
|
|
79
|
+
left: var(--left);
|
|
80
|
+
height: var(--height);
|
|
81
|
+
margin: var(--margin);
|
|
82
|
+
}
|
|
83
|
+
.layoutBox-module_layout-box__faPND {
|
|
84
|
+
display: flex;
|
|
85
|
+
position: relative;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
flex: 0;
|
|
88
|
+
flex-grow: 0;
|
|
89
|
+
flex-shrink: 0;
|
|
90
|
+
flex-basis: auto;
|
|
91
|
+
flex-wrap: nowrap;
|
|
92
|
+
gap: 0;
|
|
93
|
+
text-align: left;
|
|
94
|
+
justify-content: flex-start;
|
|
95
|
+
align-items: flex-start;
|
|
96
|
+
align-self: auto;
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
width: auto;
|
|
100
|
+
height: auto;
|
|
101
|
+
max-width: none;
|
|
102
|
+
max-height: none;
|
|
103
|
+
min-width: 0;
|
|
104
|
+
min-height: 0;
|
|
105
|
+
border-radius: initial;
|
|
106
|
+
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/utils/index.css
CHANGED
|
@@ -28,49 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.layoutBox-module_layout-box__faPND {
|
|
32
|
-
display: flex;
|
|
33
|
-
position: relative;
|
|
34
|
-
flex-direction: row;
|
|
35
|
-
flex: 0;
|
|
36
|
-
flex-grow: 0;
|
|
37
|
-
flex-shrink: 0;
|
|
38
|
-
flex-basis: auto;
|
|
39
|
-
flex-wrap: nowrap;
|
|
40
|
-
gap: 0;
|
|
41
|
-
text-align: left;
|
|
42
|
-
justify-content: flex-start;
|
|
43
|
-
align-items: flex-start;
|
|
44
|
-
align-self: auto;
|
|
45
|
-
margin: 0;
|
|
46
|
-
padding: 0;
|
|
47
|
-
width: auto;
|
|
48
|
-
height: auto;
|
|
49
|
-
max-width: none;
|
|
50
|
-
max-height: none;
|
|
51
|
-
min-width: 0;
|
|
52
|
-
min-height: 0;
|
|
53
|
-
border-radius: initial;
|
|
54
|
-
}
|
|
55
|
-
.divider-module_divider-line__6CesR {
|
|
56
|
-
position: relative;
|
|
57
|
-
display: block;
|
|
58
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
59
|
-
background-color: var(--color);
|
|
60
|
-
opacity: var(--opacity);
|
|
61
|
-
}
|
|
62
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
63
|
-
height: var(--length);
|
|
64
|
-
left: var(--left);
|
|
65
|
-
width: var(--width);
|
|
66
|
-
margin: var(--margin);
|
|
67
|
-
}
|
|
68
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
69
|
-
width: var(--length);
|
|
70
|
-
left: var(--left);
|
|
71
|
-
height: var(--height);
|
|
72
|
-
margin: var(--margin);
|
|
73
|
-
}
|
|
74
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
75
32
|
transform-origin: 0% 0%;
|
|
76
33
|
opacity: 0;
|
|
@@ -104,6 +61,49 @@
|
|
|
104
61
|
max-width: var(--prop-value);
|
|
105
62
|
opacity: 1;
|
|
106
63
|
}
|
|
64
|
+
.divider-module_divider-line__6CesR {
|
|
65
|
+
position: relative;
|
|
66
|
+
display: block;
|
|
67
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
68
|
+
background-color: var(--color);
|
|
69
|
+
opacity: var(--opacity);
|
|
70
|
+
}
|
|
71
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
72
|
+
height: var(--length);
|
|
73
|
+
left: var(--left);
|
|
74
|
+
width: var(--width);
|
|
75
|
+
margin: var(--margin);
|
|
76
|
+
}
|
|
77
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
78
|
+
width: var(--length);
|
|
79
|
+
left: var(--left);
|
|
80
|
+
height: var(--height);
|
|
81
|
+
margin: var(--margin);
|
|
82
|
+
}
|
|
83
|
+
.layoutBox-module_layout-box__faPND {
|
|
84
|
+
display: flex;
|
|
85
|
+
position: relative;
|
|
86
|
+
flex-direction: row;
|
|
87
|
+
flex: 0;
|
|
88
|
+
flex-grow: 0;
|
|
89
|
+
flex-shrink: 0;
|
|
90
|
+
flex-basis: auto;
|
|
91
|
+
flex-wrap: nowrap;
|
|
92
|
+
gap: 0;
|
|
93
|
+
text-align: left;
|
|
94
|
+
justify-content: flex-start;
|
|
95
|
+
align-items: flex-start;
|
|
96
|
+
align-self: auto;
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
width: auto;
|
|
100
|
+
height: auto;
|
|
101
|
+
max-width: none;
|
|
102
|
+
max-height: none;
|
|
103
|
+
min-width: 0;
|
|
104
|
+
min-height: 0;
|
|
105
|
+
border-radius: initial;
|
|
106
|
+
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e1011/es-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.192",
|
|
4
4
|
"main": "dist/lib/cjs/src/index.js",
|
|
5
5
|
"module": "dist/lib/esm/src/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"@types/sanitize-html": "^2.6.1",
|
|
102
102
|
"@types/styled-components": "^5.1.19",
|
|
103
103
|
"babel-jest": "^27.3.1",
|
|
104
|
+
"babel-plugin-react-html-attrs": "^3.0.5",
|
|
104
105
|
"babel-plugin-styled-components": "^2.1.4",
|
|
105
106
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
106
107
|
"husky": "^7.0.4",
|