@e1011/es-kit 1.1.6 → 1.1.10

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.
@@ -2,4 +2,5 @@ export * from './hooks';
2
2
  export * from './utils';
3
3
  export * from './constants';
4
4
  export * from './ui';
5
+ export * from './types/CommonProps';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,MAAM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,aAAa,CAAA;AAC3B,cAAc,MAAM,CAAA;AACpB,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommonProps.d.ts","sourceRoot":"","sources":["../../../../../src/core/types/CommonProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAGD,MAAM,MAAM,qBAAqB,GAAG;IAClC,YAAY,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,GAAG,GAAG,CAAC,cAAc,CAAC,GAAG,IAAI,CAAA;CACtE,CAAA"}
@@ -31,6 +31,25 @@
31
31
  max-width: var(--prop-value);
32
32
  opacity: 1;
33
33
  }
34
+ .divider-module_divider-line__6CesR {
35
+ position: relative;
36
+ display: block;
37
+ transition: opacity, width, height 250ms ease-in-out;
38
+ background-color: var(--color);
39
+ opacity: var(--opacity);
40
+ }
41
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
42
+ height: var(--length);
43
+ left: var(--left);
44
+ width: var(--width);
45
+ margin: var(--margin);
46
+ }
47
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
48
+ width: var(--length);
49
+ left: var(--left);
50
+ height: var(--height);
51
+ margin: var(--margin);
52
+ }
34
53
  .icon-module_icon-base-parent__nOMvW {
35
54
  line-height: 1px !important;
36
55
  }
@@ -61,6 +80,15 @@
61
80
  width: var(--height);
62
81
  height: var(--width);
63
82
  }
83
+ .errorBoundary-module_errorBoundary__gk9ps {
84
+ background: #EFEFEF;
85
+ width: 100%;
86
+ height: 100%;
87
+ }
88
+
89
+ .errorBoundary-module_StyledIcon__IYHiU {
90
+ margin-right: 10px;
91
+ }
64
92
  .field-module_field__UfKm3 {
65
93
  opacity: 1;
66
94
  pointer-events: auto;
@@ -135,34 +163,6 @@
135
163
  .field-module_field__UfKm3 label {
136
164
  text-align: left;
137
165
  }
138
- .errorBoundary-module_errorBoundary__gk9ps {
139
- background: #EFEFEF;
140
- width: 100%;
141
- height: 100%;
142
- }
143
-
144
- .errorBoundary-module_StyledIcon__IYHiU {
145
- margin-right: 10px;
146
- }
147
- .divider-module_divider-line__6CesR {
148
- position: relative;
149
- display: block;
150
- transition: opacity, width, height 250ms ease-in-out;
151
- background-color: var(--color);
152
- opacity: var(--opacity);
153
- }
154
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
- height: var(--length);
156
- left: var(--left);
157
- width: var(--width);
158
- margin: var(--margin);
159
- }
160
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
- width: var(--length);
162
- left: var(--left);
163
- height: var(--height);
164
- margin: var(--margin);
165
- }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
168
168
  position: relative;
@@ -31,6 +31,25 @@
31
31
  max-width: var(--prop-value);
32
32
  opacity: 1;
33
33
  }
34
+ .divider-module_divider-line__6CesR {
35
+ position: relative;
36
+ display: block;
37
+ transition: opacity, width, height 250ms ease-in-out;
38
+ background-color: var(--color);
39
+ opacity: var(--opacity);
40
+ }
41
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
42
+ height: var(--length);
43
+ left: var(--left);
44
+ width: var(--width);
45
+ margin: var(--margin);
46
+ }
47
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
48
+ width: var(--length);
49
+ left: var(--left);
50
+ height: var(--height);
51
+ margin: var(--margin);
52
+ }
34
53
  .icon-module_icon-base-parent__nOMvW {
35
54
  line-height: 1px !important;
36
55
  }
@@ -61,6 +80,15 @@
61
80
  width: var(--height);
62
81
  height: var(--width);
63
82
  }
83
+ .errorBoundary-module_errorBoundary__gk9ps {
84
+ background: #EFEFEF;
85
+ width: 100%;
86
+ height: 100%;
87
+ }
88
+
89
+ .errorBoundary-module_StyledIcon__IYHiU {
90
+ margin-right: 10px;
91
+ }
64
92
  .field-module_field__UfKm3 {
65
93
  opacity: 1;
66
94
  pointer-events: auto;
@@ -135,34 +163,6 @@
135
163
  .field-module_field__UfKm3 label {
136
164
  text-align: left;
137
165
  }
138
- .errorBoundary-module_errorBoundary__gk9ps {
139
- background: #EFEFEF;
140
- width: 100%;
141
- height: 100%;
142
- }
143
-
144
- .errorBoundary-module_StyledIcon__IYHiU {
145
- margin-right: 10px;
146
- }
147
- .divider-module_divider-line__6CesR {
148
- position: relative;
149
- display: block;
150
- transition: opacity, width, height 250ms ease-in-out;
151
- background-color: var(--color);
152
- opacity: var(--opacity);
153
- }
154
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
- height: var(--length);
156
- left: var(--left);
157
- width: var(--width);
158
- margin: var(--margin);
159
- }
160
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
- width: var(--length);
162
- left: var(--left);
163
- height: var(--height);
164
- margin: var(--margin);
165
- }
166
166
  .layoutBox-module_layout-box__ZIID8 {
167
167
  display: flex;
168
168
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.1.6",
3
+ "version": "1.1.10",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,
@@ -1 +0,0 @@
1
- {"version":3,"file":"CommonProps.d.ts","sourceRoot":"","sources":["../../../types/CommonProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAGD,MAAM,MAAM,qBAAqB,GAAG;IAClC,YAAY,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,GAAG,GAAG,CAAC,cAAc,CAAC,GAAG,IAAI,CAAA;CACtE,CAAA"}