@e1011/es-kit 1.1.8 → 1.1.12

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"}
@@ -28,6 +28,67 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
+ transform-origin: 0% 0%;
33
+ opacity: 0;
34
+ overflow: clip;
35
+ }
36
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
37
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
38
+ will-change: opacity, height, max-height;
39
+ }
40
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
41
+ height: 0;
42
+ max-height: 0;
43
+ opacity: 0;
44
+ }
45
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
46
+ height: var(--prop-value);
47
+ max-height: var(--prop-value);
48
+ opacity: 1;
49
+ }
50
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
51
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
52
+ will-change: opacity, width, max-width;
53
+ }
54
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
55
+ width: 0;
56
+ max-width: 0;
57
+ opacity: 0;
58
+ }
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
60
+ width: var(--prop-value);
61
+ max-width: var(--prop-value);
62
+ opacity: 1;
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
+ .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
+ }
31
92
  .field-module_field__UfKm3 {
32
93
  opacity: 1;
33
94
  pointer-events: auto;
@@ -102,66 +163,29 @@
102
163
  .field-module_field__UfKm3 label {
103
164
  text-align: left;
104
165
  }
105
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
106
- transform-origin: 0% 0%;
107
- opacity: 0;
108
- overflow: clip;
109
- }
110
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
111
- transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
112
- will-change: opacity, height, max-height;
113
- }
114
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
115
- height: 0;
116
- max-height: 0;
117
- opacity: 0;
118
- }
119
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
120
- height: var(--prop-value);
121
- max-height: var(--prop-value);
122
- opacity: 1;
123
- }
124
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
125
- transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
126
- will-change: opacity, width, max-width;
127
- }
128
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
129
- width: 0;
130
- max-width: 0;
131
- opacity: 0;
132
- }
133
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
134
- width: var(--prop-value);
135
- max-width: var(--prop-value);
136
- opacity: 1;
137
- }
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 {
166
+ .layoutBox-module_layout-box__ZIID8 {
167
+ display: flex;
148
168
  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);
169
+ flex-direction: row;
170
+ flex: 0;
171
+ flex-grow: 0;
172
+ flex-shrink: 0;
173
+ flex-basis: auto;
174
+ flex-wrap: nowrap;
175
+ gap: 0;
176
+ text-align: left;
177
+ justify-content: flex-start;
178
+ align-items: flex-start;
179
+ align-self: auto;
180
+ margin: 0;
181
+ padding: 0;
182
+ width: auto;
183
+ height: auto;
184
+ max-width: none;
185
+ max-height: none;
186
+ min-width: 0;
187
+ min-height: 0;
188
+ border-radius: initial;
165
189
  }
166
190
  .lazyComponent-module_loader__brMEW {
167
191
  position: relative;
@@ -206,30 +230,6 @@
206
230
  stroke-dashoffset: -124;
207
231
  }
208
232
  }
209
- .layoutBox-module_layout-box__ZIID8 {
210
- display: flex;
211
- position: relative;
212
- flex-direction: row;
213
- flex: 0;
214
- flex-grow: 0;
215
- flex-shrink: 0;
216
- flex-basis: auto;
217
- flex-wrap: nowrap;
218
- gap: 0;
219
- text-align: left;
220
- justify-content: flex-start;
221
- align-items: flex-start;
222
- align-self: auto;
223
- margin: 0;
224
- padding: 0;
225
- width: auto;
226
- height: auto;
227
- max-width: none;
228
- max-height: none;
229
- min-width: 0;
230
- min-height: 0;
231
- border-radius: initial;
232
- }
233
233
  .flowLayout-module_flowLayout__VHpnY {
234
234
  overflow: auto;
235
235
  }
@@ -28,6 +28,67 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
+ transform-origin: 0% 0%;
33
+ opacity: 0;
34
+ overflow: clip;
35
+ }
36
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
37
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
38
+ will-change: opacity, height, max-height;
39
+ }
40
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
41
+ height: 0;
42
+ max-height: 0;
43
+ opacity: 0;
44
+ }
45
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
46
+ height: var(--prop-value);
47
+ max-height: var(--prop-value);
48
+ opacity: 1;
49
+ }
50
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
51
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
52
+ will-change: opacity, width, max-width;
53
+ }
54
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
55
+ width: 0;
56
+ max-width: 0;
57
+ opacity: 0;
58
+ }
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
60
+ width: var(--prop-value);
61
+ max-width: var(--prop-value);
62
+ opacity: 1;
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
+ .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
+ }
31
92
  .field-module_field__UfKm3 {
32
93
  opacity: 1;
33
94
  pointer-events: auto;
@@ -102,66 +163,29 @@
102
163
  .field-module_field__UfKm3 label {
103
164
  text-align: left;
104
165
  }
105
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
106
- transform-origin: 0% 0%;
107
- opacity: 0;
108
- overflow: clip;
109
- }
110
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
111
- transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
112
- will-change: opacity, height, max-height;
113
- }
114
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
115
- height: 0;
116
- max-height: 0;
117
- opacity: 0;
118
- }
119
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
120
- height: var(--prop-value);
121
- max-height: var(--prop-value);
122
- opacity: 1;
123
- }
124
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
125
- transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
126
- will-change: opacity, width, max-width;
127
- }
128
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
129
- width: 0;
130
- max-width: 0;
131
- opacity: 0;
132
- }
133
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
134
- width: var(--prop-value);
135
- max-width: var(--prop-value);
136
- opacity: 1;
137
- }
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 {
166
+ .layoutBox-module_layout-box__ZIID8 {
167
+ display: flex;
148
168
  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);
169
+ flex-direction: row;
170
+ flex: 0;
171
+ flex-grow: 0;
172
+ flex-shrink: 0;
173
+ flex-basis: auto;
174
+ flex-wrap: nowrap;
175
+ gap: 0;
176
+ text-align: left;
177
+ justify-content: flex-start;
178
+ align-items: flex-start;
179
+ align-self: auto;
180
+ margin: 0;
181
+ padding: 0;
182
+ width: auto;
183
+ height: auto;
184
+ max-width: none;
185
+ max-height: none;
186
+ min-width: 0;
187
+ min-height: 0;
188
+ border-radius: initial;
165
189
  }
166
190
  .lazyComponent-module_loader__brMEW {
167
191
  position: relative;
@@ -206,30 +230,6 @@
206
230
  stroke-dashoffset: -124;
207
231
  }
208
232
  }
209
- .layoutBox-module_layout-box__ZIID8 {
210
- display: flex;
211
- position: relative;
212
- flex-direction: row;
213
- flex: 0;
214
- flex-grow: 0;
215
- flex-shrink: 0;
216
- flex-basis: auto;
217
- flex-wrap: nowrap;
218
- gap: 0;
219
- text-align: left;
220
- justify-content: flex-start;
221
- align-items: flex-start;
222
- align-self: auto;
223
- margin: 0;
224
- padding: 0;
225
- width: auto;
226
- height: auto;
227
- max-width: none;
228
- max-height: none;
229
- min-width: 0;
230
- min-height: 0;
231
- border-radius: initial;
232
- }
233
233
  .flowLayout-module_flowLayout__VHpnY {
234
234
  overflow: auto;
235
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.1.8",
3
+ "version": "1.1.12",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,
@@ -139,7 +139,7 @@
139
139
  "vite": "^5.2.6"
140
140
  },
141
141
  "dependencies": {
142
- "core-js": "^3.20.2",
142
+ "core-js": "^3.37.1",
143
143
  "dayjs": "^1.10.7",
144
144
  "lodash-es": "^4.17.21",
145
145
  "ramda": "^0.27.1",
@@ -148,11 +148,12 @@
148
148
  "uuid": "^9.0.1"
149
149
  },
150
150
  "peerDdependencies": {
151
- "core-js": "^3.20.2",
151
+ "core-js": "^3.37.1",
152
152
  "dayjs": "^1.10.7",
153
153
  "lodash-es": "^4.17.21",
154
154
  "ramda": "^0.27.1",
155
155
  "react": "^17.0.2 || ^18.2.0",
156
- "sanitize-html": "^2.6.1"
156
+ "sanitize-html": "^2.13.0",
157
+ "uuid": "^9.0.1"
157
158
  }
158
159
  }
@@ -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"}
@@ -1,169 +0,0 @@
1
- .animBgr {
2
- width: 100%;
3
- opacity: 0;
4
- animation: grow-animation 450ms ease-in-out forwards;
5
- animation-delay: calc(var(--animation-delay) * 1ms);
6
- }
7
- @keyframes grow-animation {
8
- 0% {
9
- width: 0%;
10
- opacity: 1;
11
- }
12
- 100% {
13
- width: 100%;
14
- opacity: 1;
15
- }
16
- }
17
-
18
- .animFadeIn {
19
- opacity: 0;
20
- animation: fade-in-animation 350ms ease-in-out forwards;
21
- will-change: opacity;
22
- }
23
- @keyframes fade-in-animation {
24
- 0% {
25
- opacity: 0;
26
- }
27
- 100% {
28
- opacity: 1;
29
- }
30
- }
31
-
32
- .animSlideDown {
33
- opacity: 0;
34
- animation: slide-down-animation 350ms ease-in-out forwards;
35
- will-change: opacity, transform;
36
- }
37
- @keyframes slide-down-animation {
38
- 0% {
39
- transform: translateY(-4rem);
40
- opacity: 0;
41
- }
42
- 30% {
43
- opacity: 0;
44
- }
45
- 100% {
46
- transform: translateY(0rem);
47
- opacity: 1;
48
- }
49
- }
50
-
51
- .animSlideUp {
52
- opacity: 0;
53
- animation: slide-up-animation 350ms ease-in-out forwards;
54
- will-change: opacity, transform;
55
- }
56
- @keyframes slide-up-animation {
57
- 0% {
58
- transform: translateY(4rem);
59
- opacity: 0;
60
- }
61
- 30% {
62
- opacity: 0;
63
- }
64
- 100% {
65
- transform: translateY(0rem);
66
- opacity: 1;
67
- }
68
- }
69
-
70
- .animSlideRight {
71
- opacity: 0;
72
- animation: slide-right-animation 350ms ease-in-out forwards;
73
- will-change: opacity, transform;
74
- }
75
- @keyframes slide-right-animation {
76
- 0% {
77
- transform: translateX(-4rem);
78
- opacity: 0;
79
- }
80
- 30% {
81
- opacity: 0;
82
- }
83
- 100% {
84
- transform: translateX(0rem);
85
- opacity: 1;
86
- }
87
- }
88
-
89
- .animSlideLeft {
90
- opacity: 0;
91
- animation: slide-left-animation 350ms ease-in-out forwards;
92
- will-change: opacity, transform;
93
- }
94
- @keyframes slide-left-animation {
95
- 0% {
96
- transform: translateX(4rem);
97
- opacity: 0;
98
- }
99
- 30% {
100
- opacity: 0;
101
- }
102
- 100% {
103
- transform: translateX(0rem);
104
- opacity: 1;
105
- }
106
- }
107
-
108
- .animSpin {
109
- animation: spin-animation 1200ms ease-in-out forwards;
110
- animation-delay: 400ms;
111
- will-change: transform, opacity;
112
- transition: opacity 250ms ease-out;
113
- }
114
- .animSpin:hover {
115
- animation: spin-animation-reset 0ms ease forwards;
116
- animation-delay: 0ms;
117
- opacity: 0.5;
118
- }
119
- @keyframes spin-animation {
120
- 0% {
121
- transform: rotate(0deg);
122
- }
123
- 100% {
124
- transform: rotate(1440deg);
125
- }
126
- }
127
- @-webkit-keyframes spin-animation-reset {
128
- to {
129
- transform: rotate(0deg);
130
- }
131
- }
132
-
133
- .animSpinInfinite {
134
- animation: spin-animation 1200ms ease-in-out infinite;
135
- animation-delay: 400ms;
136
- will-change: transform, opacity;
137
- transition: opacity 250ms ease-out;
138
- }
139
- .animSpinInfinite:hover {
140
- animation: spin-animation-reset 0ms ease forwards;
141
- animation-delay: 0ms;
142
- opacity: 0.5;
143
- }
144
- @keyframes spin-animation {
145
- 0% {
146
- transform: rotate(0deg);
147
- }
148
- 100% {
149
- transform: rotate(1440deg);
150
- }
151
- }
152
- @-webkit-keyframes spin-animation-reset {
153
- to {
154
- transform: rotate(0deg);
155
- }
156
- }
157
-
158
- .breathOnHover {
159
- transform: scale(1);
160
- box-shadow: 0px 0px 0px 0px rgba(10, 12, 10, 0.27);
161
- transition: transform 250ms ease-in-out, box-shadow 300ms ease;
162
- will-change: transform;
163
- }
164
- .breathOnHover:hover {
165
- transform: scale(1.1);
166
- box-shadow: 0px 0px 20px 0px rgba(10, 12, 10, 0.27);
167
- }
168
-
169
- /*# sourceMappingURL=generic.anims.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../src/core/ui/styles/generic.anims.scss"],"names":[],"mappings":"AACA;EACE;EACA;EACA;EAKA;;AAJA;EACE;IAAK;IAAW;;EAChB;IAAO;IAAa;;;;AAKxB;EACE;EACA;EAKA;;AAJA;EACE;IAAK;;EACL;IAAO;;;;AAKX;EACE;EACA;EAMA;;AALA;EACE;IAAK;IAA8B;;EACnC;IAAM;;EACN;IAAO;IAA6B;;;;AAKxC;EACE;EACA;EAMA;;AALA;EACE;IAAK;IAA6B;;EAClC;IAAM;;EACN;IAAO;IAA6B;;;;AAKxC;EACE;EACA;EAMA;;AALA;EACE;IAAK;IAA8B;;EACnC;IAAM;;EACN;IAAO;IAA6B;;;;AAKxC;EACE;EACA;EAMA;;AALA;EACE;IAAK;IAA6B;;EAClC;IAAM;;EACN;IAAO;IAA6B;;;;AAMxC;EACE;EACA;EAEA;EACA;;AACA;EACE;EACA;EACA;;AAGF;EACE;IAAK;;EACL;IAAO;;;AAET;EACE;IAAK;;;;AAIT;EACE;EACA;EAEA;EACA;;AACA;EACE;EACA;EACA;;AAGF;EACE;IAAK;;EACL;IAAO;;;AAET;EACE;IAAK;;;;AAIT;EACE;EACA;EACA;EACA;;AACA;EACE;EACA","file":"generic.anims.css"}