@e1011/es-kit 1.0.196 → 1.0.200

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.
@@ -1,52 +1,3 @@
1
- .icon-module_icon-base-parent__nOMvW {
2
- line-height: 1px !important;
3
- }
4
-
5
- .icon-module_icon-base__S0tHf {
6
- min-width: var(--min-width);
7
- min-height: var(--min-height);
8
- width: var(--width) !important;
9
- height: var(--height) !important;
10
- line-height: 1px !important;
11
- background-color: var(--icon-color);
12
- color: var(--icon-content-color);
13
- background-repeat: no-repeat;
14
- mask-image: var(--icon-url);
15
- -webkit-mask-image: var(--icon-url);
16
- mask-repeat: no-repeat;
17
- -webkit-mask-repeat: no-repeat;
18
- mask-size: contain;
19
- -webkit-mask-size: contain;
20
- mask-position: center;
21
- -webkit-mask-position: center;
22
- display: inline-block;
23
- will-change: transform;
24
- transform: translate3d(0, 0, 0);
25
- }
26
- .icon-module_icon-base__S0tHf svg {
27
- fill: var(--icon-content-color);
28
- width: var(--height);
29
- height: var(--width);
30
- }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
1
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
51
2
  transform-origin: 0% 0%;
52
3
  opacity: 0;
@@ -80,6 +31,36 @@
80
31
  max-width: var(--prop-value);
81
32
  opacity: 1;
82
33
  }
34
+ .icon-module_icon-base-parent__nOMvW {
35
+ line-height: 1px !important;
36
+ }
37
+
38
+ .icon-module_icon-base__S0tHf {
39
+ min-width: var(--min-width);
40
+ min-height: var(--min-height);
41
+ width: var(--width) !important;
42
+ height: var(--height) !important;
43
+ line-height: 1px !important;
44
+ background-color: var(--icon-color);
45
+ color: var(--icon-content-color);
46
+ background-repeat: no-repeat;
47
+ mask-image: var(--icon-url);
48
+ -webkit-mask-image: var(--icon-url);
49
+ mask-repeat: no-repeat;
50
+ -webkit-mask-repeat: no-repeat;
51
+ mask-size: contain;
52
+ -webkit-mask-size: contain;
53
+ mask-position: center;
54
+ -webkit-mask-position: center;
55
+ display: inline-block;
56
+ will-change: transform;
57
+ transform: translate3d(0, 0, 0);
58
+ }
59
+ .icon-module_icon-base__S0tHf svg {
60
+ fill: var(--icon-content-color);
61
+ width: var(--height);
62
+ height: var(--width);
63
+ }
83
64
  .layoutBox-module_layout-box__faPND {
84
65
  display: flex;
85
66
  position: relative;
@@ -104,6 +85,25 @@
104
85
  min-height: 0;
105
86
  border-radius: initial;
106
87
  }
88
+ .divider-module_divider-line__6CesR {
89
+ position: relative;
90
+ display: block;
91
+ transition: opacity, width, height 250ms ease-in-out;
92
+ background-color: var(--color);
93
+ opacity: var(--opacity);
94
+ }
95
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
96
+ height: var(--length);
97
+ left: var(--left);
98
+ width: var(--width);
99
+ margin: var(--margin);
100
+ }
101
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
102
+ width: var(--length);
103
+ left: var(--left);
104
+ height: var(--height);
105
+ margin: var(--margin);
106
+ }
107
107
  .flowLayout-module_flowLayout__VHpnY {
108
108
  overflow: auto;
109
109
  }
@@ -1,52 +1,3 @@
1
- .icon-module_icon-base-parent__nOMvW {
2
- line-height: 1px !important;
3
- }
4
-
5
- .icon-module_icon-base__S0tHf {
6
- min-width: var(--min-width);
7
- min-height: var(--min-height);
8
- width: var(--width) !important;
9
- height: var(--height) !important;
10
- line-height: 1px !important;
11
- background-color: var(--icon-color);
12
- color: var(--icon-content-color);
13
- background-repeat: no-repeat;
14
- mask-image: var(--icon-url);
15
- -webkit-mask-image: var(--icon-url);
16
- mask-repeat: no-repeat;
17
- -webkit-mask-repeat: no-repeat;
18
- mask-size: contain;
19
- -webkit-mask-size: contain;
20
- mask-position: center;
21
- -webkit-mask-position: center;
22
- display: inline-block;
23
- will-change: transform;
24
- transform: translate3d(0, 0, 0);
25
- }
26
- .icon-module_icon-base__S0tHf svg {
27
- fill: var(--icon-content-color);
28
- width: var(--height);
29
- height: var(--width);
30
- }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
1
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
51
2
  transform-origin: 0% 0%;
52
3
  opacity: 0;
@@ -80,6 +31,36 @@
80
31
  max-width: var(--prop-value);
81
32
  opacity: 1;
82
33
  }
34
+ .icon-module_icon-base-parent__nOMvW {
35
+ line-height: 1px !important;
36
+ }
37
+
38
+ .icon-module_icon-base__S0tHf {
39
+ min-width: var(--min-width);
40
+ min-height: var(--min-height);
41
+ width: var(--width) !important;
42
+ height: var(--height) !important;
43
+ line-height: 1px !important;
44
+ background-color: var(--icon-color);
45
+ color: var(--icon-content-color);
46
+ background-repeat: no-repeat;
47
+ mask-image: var(--icon-url);
48
+ -webkit-mask-image: var(--icon-url);
49
+ mask-repeat: no-repeat;
50
+ -webkit-mask-repeat: no-repeat;
51
+ mask-size: contain;
52
+ -webkit-mask-size: contain;
53
+ mask-position: center;
54
+ -webkit-mask-position: center;
55
+ display: inline-block;
56
+ will-change: transform;
57
+ transform: translate3d(0, 0, 0);
58
+ }
59
+ .icon-module_icon-base__S0tHf svg {
60
+ fill: var(--icon-content-color);
61
+ width: var(--height);
62
+ height: var(--width);
63
+ }
83
64
  .layoutBox-module_layout-box__faPND {
84
65
  display: flex;
85
66
  position: relative;
@@ -104,6 +85,25 @@
104
85
  min-height: 0;
105
86
  border-radius: initial;
106
87
  }
88
+ .divider-module_divider-line__6CesR {
89
+ position: relative;
90
+ display: block;
91
+ transition: opacity, width, height 250ms ease-in-out;
92
+ background-color: var(--color);
93
+ opacity: var(--opacity);
94
+ }
95
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
96
+ height: var(--length);
97
+ left: var(--left);
98
+ width: var(--width);
99
+ margin: var(--margin);
100
+ }
101
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
102
+ width: var(--length);
103
+ left: var(--left);
104
+ height: var(--height);
105
+ margin: var(--margin);
106
+ }
107
107
  .flowLayout-module_flowLayout__VHpnY {
108
108
  overflow: auto;
109
109
  }
@@ -1,52 +1,3 @@
1
- .icon-module_icon-base-parent__nOMvW {
2
- line-height: 1px !important;
3
- }
4
-
5
- .icon-module_icon-base__S0tHf {
6
- min-width: var(--min-width);
7
- min-height: var(--min-height);
8
- width: var(--width) !important;
9
- height: var(--height) !important;
10
- line-height: 1px !important;
11
- background-color: var(--icon-color);
12
- color: var(--icon-content-color);
13
- background-repeat: no-repeat;
14
- mask-image: var(--icon-url);
15
- -webkit-mask-image: var(--icon-url);
16
- mask-repeat: no-repeat;
17
- -webkit-mask-repeat: no-repeat;
18
- mask-size: contain;
19
- -webkit-mask-size: contain;
20
- mask-position: center;
21
- -webkit-mask-position: center;
22
- display: inline-block;
23
- will-change: transform;
24
- transform: translate3d(0, 0, 0);
25
- }
26
- .icon-module_icon-base__S0tHf svg {
27
- fill: var(--icon-content-color);
28
- width: var(--height);
29
- height: var(--width);
30
- }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
1
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
51
2
  transform-origin: 0% 0%;
52
3
  opacity: 0;
@@ -80,6 +31,36 @@
80
31
  max-width: var(--prop-value);
81
32
  opacity: 1;
82
33
  }
34
+ .icon-module_icon-base-parent__nOMvW {
35
+ line-height: 1px !important;
36
+ }
37
+
38
+ .icon-module_icon-base__S0tHf {
39
+ min-width: var(--min-width);
40
+ min-height: var(--min-height);
41
+ width: var(--width) !important;
42
+ height: var(--height) !important;
43
+ line-height: 1px !important;
44
+ background-color: var(--icon-color);
45
+ color: var(--icon-content-color);
46
+ background-repeat: no-repeat;
47
+ mask-image: var(--icon-url);
48
+ -webkit-mask-image: var(--icon-url);
49
+ mask-repeat: no-repeat;
50
+ -webkit-mask-repeat: no-repeat;
51
+ mask-size: contain;
52
+ -webkit-mask-size: contain;
53
+ mask-position: center;
54
+ -webkit-mask-position: center;
55
+ display: inline-block;
56
+ will-change: transform;
57
+ transform: translate3d(0, 0, 0);
58
+ }
59
+ .icon-module_icon-base__S0tHf svg {
60
+ fill: var(--icon-content-color);
61
+ width: var(--height);
62
+ height: var(--width);
63
+ }
83
64
  .layoutBox-module_layout-box__faPND {
84
65
  display: flex;
85
66
  position: relative;
@@ -104,6 +85,25 @@
104
85
  min-height: 0;
105
86
  border-radius: initial;
106
87
  }
88
+ .divider-module_divider-line__6CesR {
89
+ position: relative;
90
+ display: block;
91
+ transition: opacity, width, height 250ms ease-in-out;
92
+ background-color: var(--color);
93
+ opacity: var(--opacity);
94
+ }
95
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
96
+ height: var(--length);
97
+ left: var(--left);
98
+ width: var(--width);
99
+ margin: var(--margin);
100
+ }
101
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
102
+ width: var(--length);
103
+ left: var(--left);
104
+ height: var(--height);
105
+ margin: var(--margin);
106
+ }
107
107
  .flowLayout-module_flowLayout__VHpnY {
108
108
  overflow: auto;
109
109
  }
@@ -1,52 +1,3 @@
1
- .icon-module_icon-base-parent__nOMvW {
2
- line-height: 1px !important;
3
- }
4
-
5
- .icon-module_icon-base__S0tHf {
6
- min-width: var(--min-width);
7
- min-height: var(--min-height);
8
- width: var(--width) !important;
9
- height: var(--height) !important;
10
- line-height: 1px !important;
11
- background-color: var(--icon-color);
12
- color: var(--icon-content-color);
13
- background-repeat: no-repeat;
14
- mask-image: var(--icon-url);
15
- -webkit-mask-image: var(--icon-url);
16
- mask-repeat: no-repeat;
17
- -webkit-mask-repeat: no-repeat;
18
- mask-size: contain;
19
- -webkit-mask-size: contain;
20
- mask-position: center;
21
- -webkit-mask-position: center;
22
- display: inline-block;
23
- will-change: transform;
24
- transform: translate3d(0, 0, 0);
25
- }
26
- .icon-module_icon-base__S0tHf svg {
27
- fill: var(--icon-content-color);
28
- width: var(--height);
29
- height: var(--width);
30
- }
31
- .divider-module_divider-line__6CesR {
32
- position: relative;
33
- display: block;
34
- transition: opacity, width, height 250ms ease-in-out;
35
- background-color: var(--color);
36
- opacity: var(--opacity);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
39
- height: var(--length);
40
- left: var(--left);
41
- width: var(--width);
42
- margin: var(--margin);
43
- }
44
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
45
- width: var(--length);
46
- left: var(--left);
47
- height: var(--height);
48
- margin: var(--margin);
49
- }
50
1
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
51
2
  transform-origin: 0% 0%;
52
3
  opacity: 0;
@@ -80,6 +31,36 @@
80
31
  max-width: var(--prop-value);
81
32
  opacity: 1;
82
33
  }
34
+ .icon-module_icon-base-parent__nOMvW {
35
+ line-height: 1px !important;
36
+ }
37
+
38
+ .icon-module_icon-base__S0tHf {
39
+ min-width: var(--min-width);
40
+ min-height: var(--min-height);
41
+ width: var(--width) !important;
42
+ height: var(--height) !important;
43
+ line-height: 1px !important;
44
+ background-color: var(--icon-color);
45
+ color: var(--icon-content-color);
46
+ background-repeat: no-repeat;
47
+ mask-image: var(--icon-url);
48
+ -webkit-mask-image: var(--icon-url);
49
+ mask-repeat: no-repeat;
50
+ -webkit-mask-repeat: no-repeat;
51
+ mask-size: contain;
52
+ -webkit-mask-size: contain;
53
+ mask-position: center;
54
+ -webkit-mask-position: center;
55
+ display: inline-block;
56
+ will-change: transform;
57
+ transform: translate3d(0, 0, 0);
58
+ }
59
+ .icon-module_icon-base__S0tHf svg {
60
+ fill: var(--icon-content-color);
61
+ width: var(--height);
62
+ height: var(--width);
63
+ }
83
64
  .layoutBox-module_layout-box__faPND {
84
65
  display: flex;
85
66
  position: relative;
@@ -104,6 +85,25 @@
104
85
  min-height: 0;
105
86
  border-radius: initial;
106
87
  }
88
+ .divider-module_divider-line__6CesR {
89
+ position: relative;
90
+ display: block;
91
+ transition: opacity, width, height 250ms ease-in-out;
92
+ background-color: var(--color);
93
+ opacity: var(--opacity);
94
+ }
95
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
96
+ height: var(--length);
97
+ left: var(--left);
98
+ width: var(--width);
99
+ margin: var(--margin);
100
+ }
101
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
102
+ width: var(--length);
103
+ left: var(--left);
104
+ height: var(--height);
105
+ margin: var(--margin);
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.196",
3
+ "version": "1.0.200",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,
@@ -129,7 +129,7 @@
129
129
  "react-dom": "^17.0.2 || ^18.2.0",
130
130
  "react-i18next": "^11.16.2",
131
131
  "sanitize-html": "^2.6.1",
132
- "styled-components": "^6.1.0"
132
+ "styled-components": "^6.1.8"
133
133
  },
134
134
  "peerDdependencies": {
135
135
  "core-js": "^3.20.2",
@@ -141,6 +141,6 @@
141
141
  "react-dom": "^17.0.2 || ^18.2.0",
142
142
  "react-i18next": "^11.16.2",
143
143
  "sanitize-html": "^2.6.1",
144
- "styled-components": "^5.3.3"
144
+ "styled-components": "^6.1.8"
145
145
  }
146
146
  }