@e1011/es-kit 1.0.122 → 1.0.124

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,3 +1,52 @@
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
+ }
1
50
  .layoutBox-module_flexible-box__Q8zyl {
2
51
  display: flex;
3
52
  position: relative;
@@ -22,25 +71,6 @@
22
71
  min-height: 0;
23
72
  border-radius: initial;
24
73
  }
25
- .divider-module_divider-line__6CesR {
26
- position: relative;
27
- display: block;
28
- transition: opacity, width, height 250ms ease-in-out;
29
- background-color: var(--color);
30
- opacity: var(--opacity);
31
- }
32
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
33
- height: var(--length);
34
- left: var(--left);
35
- width: var(--width);
36
- margin: var(--margin);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
39
- width: var(--length);
40
- left: var(--left);
41
- height: var(--height);
42
- margin: var(--margin);
43
- }
44
74
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
45
75
  transform-origin: 0% 0%;
46
76
  opacity: 0;
@@ -73,34 +103,4 @@
73
103
  width: var(--prop-value);
74
104
  max-width: var(--prop-value);
75
105
  opacity: 1;
76
- }
77
- .icon-module_icon-base-parent__nOMvW {
78
- line-height: 1px !important;
79
- }
80
-
81
- .icon-module_icon-base__S0tHf {
82
- min-width: var(--min-width);
83
- min-height: var(--min-height);
84
- width: var(--width) !important;
85
- height: var(--height) !important;
86
- line-height: 1px !important;
87
- background-color: var(--icon-color);
88
- color: var(--icon-content-color);
89
- background-repeat: no-repeat;
90
- mask-image: var(--icon-url);
91
- -webkit-mask-image: var(--icon-url);
92
- mask-repeat: no-repeat;
93
- -webkit-mask-repeat: no-repeat;
94
- mask-size: contain;
95
- -webkit-mask-size: contain;
96
- mask-position: center;
97
- -webkit-mask-position: center;
98
- display: inline-block;
99
- will-change: transform;
100
- transform: translate3d(0, 0, 0);
101
- }
102
- .icon-module_icon-base__S0tHf svg {
103
- fill: var(--icon-content-color);
104
- width: var(--height);
105
- height: var(--width);
106
106
  }
@@ -1,3 +1,52 @@
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
+ }
1
50
  .layoutBox-module_flexible-box__Q8zyl {
2
51
  display: flex;
3
52
  position: relative;
@@ -22,25 +71,6 @@
22
71
  min-height: 0;
23
72
  border-radius: initial;
24
73
  }
25
- .divider-module_divider-line__6CesR {
26
- position: relative;
27
- display: block;
28
- transition: opacity, width, height 250ms ease-in-out;
29
- background-color: var(--color);
30
- opacity: var(--opacity);
31
- }
32
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
33
- height: var(--length);
34
- left: var(--left);
35
- width: var(--width);
36
- margin: var(--margin);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
39
- width: var(--length);
40
- left: var(--left);
41
- height: var(--height);
42
- margin: var(--margin);
43
- }
44
74
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
45
75
  transform-origin: 0% 0%;
46
76
  opacity: 0;
@@ -73,34 +103,4 @@
73
103
  width: var(--prop-value);
74
104
  max-width: var(--prop-value);
75
105
  opacity: 1;
76
- }
77
- .icon-module_icon-base-parent__nOMvW {
78
- line-height: 1px !important;
79
- }
80
-
81
- .icon-module_icon-base__S0tHf {
82
- min-width: var(--min-width);
83
- min-height: var(--min-height);
84
- width: var(--width) !important;
85
- height: var(--height) !important;
86
- line-height: 1px !important;
87
- background-color: var(--icon-color);
88
- color: var(--icon-content-color);
89
- background-repeat: no-repeat;
90
- mask-image: var(--icon-url);
91
- -webkit-mask-image: var(--icon-url);
92
- mask-repeat: no-repeat;
93
- -webkit-mask-repeat: no-repeat;
94
- mask-size: contain;
95
- -webkit-mask-size: contain;
96
- mask-position: center;
97
- -webkit-mask-position: center;
98
- display: inline-block;
99
- will-change: transform;
100
- transform: translate3d(0, 0, 0);
101
- }
102
- .icon-module_icon-base__S0tHf svg {
103
- fill: var(--icon-content-color);
104
- width: var(--height);
105
- height: var(--width);
106
106
  }
@@ -1,3 +1,52 @@
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
+ }
1
50
  .layoutBox-module_flexible-box__Q8zyl {
2
51
  display: flex;
3
52
  position: relative;
@@ -22,25 +71,6 @@
22
71
  min-height: 0;
23
72
  border-radius: initial;
24
73
  }
25
- .divider-module_divider-line__6CesR {
26
- position: relative;
27
- display: block;
28
- transition: opacity, width, height 250ms ease-in-out;
29
- background-color: var(--color);
30
- opacity: var(--opacity);
31
- }
32
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
33
- height: var(--length);
34
- left: var(--left);
35
- width: var(--width);
36
- margin: var(--margin);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
39
- width: var(--length);
40
- left: var(--left);
41
- height: var(--height);
42
- margin: var(--margin);
43
- }
44
74
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
45
75
  transform-origin: 0% 0%;
46
76
  opacity: 0;
@@ -73,34 +103,4 @@
73
103
  width: var(--prop-value);
74
104
  max-width: var(--prop-value);
75
105
  opacity: 1;
76
- }
77
- .icon-module_icon-base-parent__nOMvW {
78
- line-height: 1px !important;
79
- }
80
-
81
- .icon-module_icon-base__S0tHf {
82
- min-width: var(--min-width);
83
- min-height: var(--min-height);
84
- width: var(--width) !important;
85
- height: var(--height) !important;
86
- line-height: 1px !important;
87
- background-color: var(--icon-color);
88
- color: var(--icon-content-color);
89
- background-repeat: no-repeat;
90
- mask-image: var(--icon-url);
91
- -webkit-mask-image: var(--icon-url);
92
- mask-repeat: no-repeat;
93
- -webkit-mask-repeat: no-repeat;
94
- mask-size: contain;
95
- -webkit-mask-size: contain;
96
- mask-position: center;
97
- -webkit-mask-position: center;
98
- display: inline-block;
99
- will-change: transform;
100
- transform: translate3d(0, 0, 0);
101
- }
102
- .icon-module_icon-base__S0tHf svg {
103
- fill: var(--icon-content-color);
104
- width: var(--height);
105
- height: var(--width);
106
106
  }
@@ -1,3 +1,52 @@
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
+ }
1
50
  .layoutBox-module_flexible-box__Q8zyl {
2
51
  display: flex;
3
52
  position: relative;
@@ -22,25 +71,6 @@
22
71
  min-height: 0;
23
72
  border-radius: initial;
24
73
  }
25
- .divider-module_divider-line__6CesR {
26
- position: relative;
27
- display: block;
28
- transition: opacity, width, height 250ms ease-in-out;
29
- background-color: var(--color);
30
- opacity: var(--opacity);
31
- }
32
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
33
- height: var(--length);
34
- left: var(--left);
35
- width: var(--width);
36
- margin: var(--margin);
37
- }
38
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
39
- width: var(--length);
40
- left: var(--left);
41
- height: var(--height);
42
- margin: var(--margin);
43
- }
44
74
  .CollapsibleContainer-module_collapsible-container__u0Jmm {
45
75
  transform-origin: 0% 0%;
46
76
  opacity: 0;
@@ -73,34 +103,4 @@
73
103
  width: var(--prop-value);
74
104
  max-width: var(--prop-value);
75
105
  opacity: 1;
76
- }
77
- .icon-module_icon-base-parent__nOMvW {
78
- line-height: 1px !important;
79
- }
80
-
81
- .icon-module_icon-base__S0tHf {
82
- min-width: var(--min-width);
83
- min-height: var(--min-height);
84
- width: var(--width) !important;
85
- height: var(--height) !important;
86
- line-height: 1px !important;
87
- background-color: var(--icon-color);
88
- color: var(--icon-content-color);
89
- background-repeat: no-repeat;
90
- mask-image: var(--icon-url);
91
- -webkit-mask-image: var(--icon-url);
92
- mask-repeat: no-repeat;
93
- -webkit-mask-repeat: no-repeat;
94
- mask-size: contain;
95
- -webkit-mask-size: contain;
96
- mask-position: center;
97
- -webkit-mask-position: center;
98
- display: inline-block;
99
- will-change: transform;
100
- transform: translate3d(0, 0, 0);
101
- }
102
- .icon-module_icon-base__S0tHf svg {
103
- fill: var(--icon-content-color);
104
- width: var(--height);
105
- height: var(--width);
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.0.122",
3
+ "version": "1.0.124",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,
@@ -111,8 +111,8 @@
111
111
  "i18next": "^21.6.14",
112
112
  "lodash-es": "^4.17.21",
113
113
  "ramda": "^0.27.1",
114
- "react": "^18.2.0",
115
- "react-dom": "^18.2.0",
114
+ "react": "^17.0.2 || ^18.2.0",
115
+ "react-dom": "^17.0.2 || ^18.2.0",
116
116
  "react-i18next": "^11.16.2",
117
117
  "sanitize-html": "^2.6.1",
118
118
  "styled-components": "^5.3.3"
@@ -123,7 +123,8 @@
123
123
  "i18next": "^21.6.14",
124
124
  "lodash-es": "^4.17.21",
125
125
  "ramda": "^0.27.1",
126
- "react": "^18.2.0",
126
+ "react": "^17.0.2 || ^18.2.0",
127
+ "react-dom": "^17.0.2 || ^18.2.0",
127
128
  "react-i18next": "^11.16.2",
128
129
  "sanitize-html": "^2.6.1",
129
130
  "styled-components": "^5.3.3"