amotify 0.1.32 → 0.1.34
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/@declaration/_.js +1 -1
- package/dist/@declaration/property.d.ts +2 -2
- package/dist/@styles/componentClasses/_.css +66 -65
- package/dist/@styles/componentClasses/_.js +39 -39
- package/dist/@styles/index.css +66 -65
- package/dist/@styles/index.js +39 -39
- package/dist/@styles/init.css +1 -1
- package/dist/@styles/style.css +96 -65
- package/dist/@styles/style.js +39 -39
- package/dist/@styles/var.css +1 -1
- package/dist/@utils/GenerateClassName.js +1 -470
- package/dist/@utils/LaunchReactApp.d.ts +1 -1
- package/dist/@utils/LaunchReactApp.js +1 -78
- package/dist/@utils/_.js +1 -12
- package/dist/@utils/collectForm.js +1 -96
- package/dist/@utils/color.js +1 -103
- package/dist/@utils/config.js +1 -101
- package/dist/@utils/fin.js +1 -39
- package/dist/@utils/getElement.js +1 -13
- package/dist/@utils/jsminEx.js +1 -172
- package/dist/@utils/pageTransit.js +1 -33
- package/dist/@utils/useRecycle.js +1 -44
- package/dist/@utils/useStore.js +1 -54
- package/dist/atoms/Box.js +1 -20
- package/dist/atoms/FAI.js +1 -148
- package/dist/atoms/Flex.js +1 -34
- package/dist/atoms/Grid.js +1 -17
- package/dist/atoms/Img.js +1 -65
- package/dist/atoms/Logo.js +51 -359
- package/dist/atoms/P.js +1 -20
- package/dist/atoms/Placeholder.js +1 -44
- package/dist/atoms/Span.js +1 -20
- package/dist/atoms/_.js +1 -9
- package/dist/fn/Button.js +1 -316
- package/dist/fn/Cropper.js +1 -1009
- package/dist/fn/Effect/Fade.js +1 -88
- package/dist/fn/Effect/Pudding.js +1 -22
- package/dist/fn/Effect/Ripple.js +3 -117
- package/dist/fn/Effect/_.js +1 -14
- package/dist/fn/Input/AutoHeightText.js +1 -112
- package/dist/fn/Input/Checker.js +1 -36
- package/dist/fn/Input/Chips/Selector.js +1 -472
- package/dist/fn/Input/Chips/_.js +1 -349
- package/dist/fn/Input/Contenteditable.js +1 -160
- package/dist/fn/Input/DigitCharacters.js +1 -275
- package/dist/fn/Input/Filer.js +1 -619
- package/dist/fn/Input/Hidden.js +1 -48
- package/dist/fn/Input/List.js +1 -450
- package/dist/fn/Input/Parts.js +1 -121
- package/dist/fn/Input/Plain.js +1 -12
- package/dist/fn/Input/RichSelect.js +1 -279
- package/dist/fn/Input/Search.js +1 -53
- package/dist/fn/Input/Segmented.js +1 -245
- package/dist/fn/Input/Select.js +1 -278
- package/dist/fn/Input/Slider.js +1 -538
- package/dist/fn/Input/Switch.js +1 -221
- package/dist/fn/Input/Text.js +1 -626
- package/dist/fn/Input/TextArea.js +1 -151
- package/dist/fn/Input/Time/Picker.js +1 -1457
- package/dist/fn/Input/Time/_.js +1 -867
- package/dist/fn/Input/_.js +1 -48
- package/dist/fn/Input/core.js +1 -626
- package/dist/fn/Layout/PageNotFound.js +1 -90
- package/dist/fn/Layout/PageRouter.js +1 -87
- package/dist/fn/Layout/PageViewController.js +1 -29
- package/dist/fn/Layout/Plate.js +1 -37
- package/dist/fn/Layout/RootViewController.js +1 -315
- package/dist/fn/Layout/SwipeView.js +1 -348
- package/dist/fn/Layout/TabBar.js +1 -72
- package/dist/fn/Layout/_.js +1 -22
- package/dist/fn/Loader/_.js +1 -104
- package/dist/fn/Loader/corner.js +1 -85
- package/dist/fn/Loader/mini.js +1 -125
- package/dist/fn/Loader/top.js +1 -73
- package/dist/fn/Sheet.d.ts +1 -0
- package/dist/fn/Sheet.js +1 -1101
- package/dist/fn/Snackbar.js +1 -216
- package/dist/fn/Table/Data.js +1 -974
- package/dist/fn/Table/Drag.js +1 -435
- package/dist/fn/Table/Normal.js +1 -136
- package/dist/fn/Table/Parts.js +1 -41
- package/dist/fn/Table/Wrapper.js +1 -60
- package/dist/fn/Table/_.js +1 -16
- package/dist/fn/Table/cellStyling.js +1 -51
- package/dist/fn/Tooltips.js +1 -58
- package/dist/fn/_.js +1 -10
- package/dist/index.js +1 -20
- package/dist/mols/Accordion.js +1 -152
- package/dist/mols/Column.js +1 -16
- package/dist/mols/LinkifyText.js +1 -42
- package/dist/mols/List.js +1 -42
- package/dist/mols/Row.js +1 -47
- package/dist/mols/Text.js +1 -67
- package/dist/mols/_.js +1 -6
- package/dist/temps/_.js +1 -1
- package/dist/temps/designBook.js +20 -3639
- package/package.json +1 -1
- package/dist/chunk-JJ3PEWPN.js +0 -60
package/dist/atoms/Logo.js
CHANGED
|
@@ -1,359 +1,51 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
opacity: 0.9,
|
|
53
|
-
fill: "#9a66ff"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
)
|
|
57
|
-
] }) });
|
|
58
|
-
},
|
|
59
|
-
MingooIcon: () => {
|
|
60
|
-
const CircleSet = (p) => {
|
|
61
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
62
|
-
/* @__PURE__ */ jsx(
|
|
63
|
-
"path",
|
|
64
|
-
{
|
|
65
|
-
d: "\n M\n 600,100\n A 80,80 0 0,1 600,260\n A 80,80 0 0,1 600,100\n L600,600\n L600,300\n Z\n ",
|
|
66
|
-
className: [
|
|
67
|
-
LogoClasses("P"),
|
|
68
|
-
LogoClasses("P_" + p)
|
|
69
|
-
].join(" "),
|
|
70
|
-
style: {
|
|
71
|
-
fill: "#c56ff0"
|
|
72
|
-
// fill: '#9a66ff'
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
),
|
|
76
|
-
/* @__PURE__ */ jsx(
|
|
77
|
-
"path",
|
|
78
|
-
{
|
|
79
|
-
d: "\n M\n 600,300\n A 45,45 0 0,1 600,390\n A 45,45 0 0,1 600,300\n L600,600\n L600,300\n Z\n ",
|
|
80
|
-
className: [
|
|
81
|
-
LogoClasses("P"),
|
|
82
|
-
LogoClasses("P_" + p)
|
|
83
|
-
].join(" "),
|
|
84
|
-
style: {
|
|
85
|
-
fill: "#ea6093"
|
|
86
|
-
// fill: '#ffa500'
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
)
|
|
90
|
-
] });
|
|
91
|
-
};
|
|
92
|
-
return /* @__PURE__ */ jsxs("svg", { viewBox: "0,0,1200,1200", className: LogoClasses("MingooIcon"), children: [
|
|
93
|
-
CircleSet(0),
|
|
94
|
-
CircleSet(1),
|
|
95
|
-
CircleSet(2),
|
|
96
|
-
CircleSet(3),
|
|
97
|
-
CircleSet(4),
|
|
98
|
-
CircleSet(5),
|
|
99
|
-
CircleSet(6),
|
|
100
|
-
CircleSet(7),
|
|
101
|
-
CircleSet(8)
|
|
102
|
-
] });
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
const Mingoos = {
|
|
106
|
-
Icon: (params) => /* @__PURE__ */ jsx(
|
|
107
|
-
Logo.Icon,
|
|
108
|
-
__spreadProps(__spreadValues({}, params), {
|
|
109
|
-
children: /* @__PURE__ */ jsx(SVG.MingooIcon, {})
|
|
110
|
-
})
|
|
111
|
-
),
|
|
112
|
-
Title: (params) => /* @__PURE__ */ jsx(
|
|
113
|
-
Logo.Title,
|
|
114
|
-
__spreadProps(__spreadValues({
|
|
115
|
-
height: "auto",
|
|
116
|
-
className: LogoClasses("ComunTitle")
|
|
117
|
-
}, params), {
|
|
118
|
-
freeCSS: __spreadValues({
|
|
119
|
-
letterSpacing: "3px"
|
|
120
|
-
}, params.freeCSS),
|
|
121
|
-
children: "mingoo"
|
|
122
|
-
})
|
|
123
|
-
),
|
|
124
|
-
LogoH: (params) => {
|
|
125
|
-
let _a = params, { size, color } = _a, others = __objRest(_a, ["size", "color"]);
|
|
126
|
-
return /* @__PURE__ */ jsxs(
|
|
127
|
-
Flex,
|
|
128
|
-
__spreadProps(__spreadValues({
|
|
129
|
-
gap: "1/2",
|
|
130
|
-
flexCenter: true
|
|
131
|
-
}, others), {
|
|
132
|
-
children: [
|
|
133
|
-
/* @__PURE__ */ jsx(Mingoos.Icon, { size, color }),
|
|
134
|
-
/* @__PURE__ */ jsx(Mingoos.Title, { size, color })
|
|
135
|
-
]
|
|
136
|
-
})
|
|
137
|
-
);
|
|
138
|
-
},
|
|
139
|
-
LogoV: (params) => {
|
|
140
|
-
let _a = params, { size, color } = _a, others = __objRest(_a, ["size", "color"]);
|
|
141
|
-
return /* @__PURE__ */ jsxs(
|
|
142
|
-
Flex,
|
|
143
|
-
__spreadProps(__spreadValues({
|
|
144
|
-
flexType: "col",
|
|
145
|
-
gap: "1/2"
|
|
146
|
-
}, others), {
|
|
147
|
-
children: [
|
|
148
|
-
/* @__PURE__ */ jsx(
|
|
149
|
-
Mingoos.Icon,
|
|
150
|
-
{
|
|
151
|
-
margin: "auto",
|
|
152
|
-
size,
|
|
153
|
-
color
|
|
154
|
-
}
|
|
155
|
-
),
|
|
156
|
-
/* @__PURE__ */ jsx(
|
|
157
|
-
Mingoos.Title,
|
|
158
|
-
{
|
|
159
|
-
size,
|
|
160
|
-
color
|
|
161
|
-
}
|
|
162
|
-
)
|
|
163
|
-
]
|
|
164
|
-
})
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
|
-
};
|
|
168
|
-
const Comuns = {
|
|
169
|
-
Icon: (params) => /* @__PURE__ */ jsx(
|
|
170
|
-
Logo.Icon,
|
|
171
|
-
__spreadProps(__spreadValues({}, params), {
|
|
172
|
-
children: /* @__PURE__ */ jsx(SVG.ComunIcon, {})
|
|
173
|
-
})
|
|
174
|
-
),
|
|
175
|
-
Title: (params) => /* @__PURE__ */ jsx(
|
|
176
|
-
Logo.Title,
|
|
177
|
-
__spreadProps(__spreadValues({
|
|
178
|
-
height: "auto",
|
|
179
|
-
className: LogoClasses("ComunTitle")
|
|
180
|
-
}, params), {
|
|
181
|
-
freeCSS: __spreadValues({
|
|
182
|
-
letterSpacing: "3px"
|
|
183
|
-
}, params.freeCSS),
|
|
184
|
-
children: "comun"
|
|
185
|
-
})
|
|
186
|
-
),
|
|
187
|
-
LogoH: (params) => {
|
|
188
|
-
let _a = params, { size, color } = _a, others = __objRest(_a, ["size", "color"]);
|
|
189
|
-
return /* @__PURE__ */ jsxs(
|
|
190
|
-
Flex,
|
|
191
|
-
__spreadProps(__spreadValues({
|
|
192
|
-
gap: "1/2",
|
|
193
|
-
flexCenter: true
|
|
194
|
-
}, others), {
|
|
195
|
-
children: [
|
|
196
|
-
/* @__PURE__ */ jsx(Comuns.Icon, { size, color }),
|
|
197
|
-
/* @__PURE__ */ jsx(Comuns.Title, { size, color })
|
|
198
|
-
]
|
|
199
|
-
})
|
|
200
|
-
);
|
|
201
|
-
},
|
|
202
|
-
LogoV: (params) => {
|
|
203
|
-
let _a = params, { size, color } = _a, others = __objRest(_a, ["size", "color"]);
|
|
204
|
-
return /* @__PURE__ */ jsxs(
|
|
205
|
-
Flex,
|
|
206
|
-
__spreadProps(__spreadValues({
|
|
207
|
-
flexType: "col",
|
|
208
|
-
gap: "1/2"
|
|
209
|
-
}, others), {
|
|
210
|
-
children: [
|
|
211
|
-
/* @__PURE__ */ jsx(
|
|
212
|
-
Comuns.Icon,
|
|
213
|
-
{
|
|
214
|
-
margin: "auto",
|
|
215
|
-
size,
|
|
216
|
-
color
|
|
217
|
-
}
|
|
218
|
-
),
|
|
219
|
-
/* @__PURE__ */ jsx(
|
|
220
|
-
Comuns.Title,
|
|
221
|
-
{
|
|
222
|
-
size,
|
|
223
|
-
color
|
|
224
|
-
}
|
|
225
|
-
)
|
|
226
|
-
]
|
|
227
|
-
})
|
|
228
|
-
);
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
const Logo = {
|
|
232
|
-
Icon: (props) => {
|
|
233
|
-
let _a = props, {
|
|
234
|
-
size = "R",
|
|
235
|
-
color = "normal",
|
|
236
|
-
className = "",
|
|
237
|
-
children: Children
|
|
238
|
-
} = _a, others = __objRest(_a, [
|
|
239
|
-
"size",
|
|
240
|
-
"color",
|
|
241
|
-
"className",
|
|
242
|
-
"children"
|
|
243
|
-
]);
|
|
244
|
-
return /* @__PURE__ */ jsx(
|
|
245
|
-
Flex,
|
|
246
|
-
__spreadProps(__spreadValues({
|
|
247
|
-
verticalAlign: "center",
|
|
248
|
-
className: [
|
|
249
|
-
className,
|
|
250
|
-
LogoClasses("Icon"),
|
|
251
|
-
LogoClasses("Size_" + size)
|
|
252
|
-
].join(" ")
|
|
253
|
-
}, others), {
|
|
254
|
-
children: $$.is.function(Children) ? /* @__PURE__ */ jsx(Children, {}) : Children
|
|
255
|
-
})
|
|
256
|
-
);
|
|
257
|
-
},
|
|
258
|
-
Title: (props) => {
|
|
259
|
-
let _a = props, {
|
|
260
|
-
size = "R",
|
|
261
|
-
color = "normal",
|
|
262
|
-
className = "",
|
|
263
|
-
children: Children
|
|
264
|
-
} = _a, others = __objRest(_a, [
|
|
265
|
-
"size",
|
|
266
|
-
"color",
|
|
267
|
-
"className",
|
|
268
|
-
"children"
|
|
269
|
-
]);
|
|
270
|
-
return /* @__PURE__ */ jsx(
|
|
271
|
-
Flex,
|
|
272
|
-
__spreadProps(__spreadValues({
|
|
273
|
-
verticalAlign: "center",
|
|
274
|
-
fontColor: color == "white" ? "white" : "logo",
|
|
275
|
-
className: [
|
|
276
|
-
className,
|
|
277
|
-
LogoClasses("Title"),
|
|
278
|
-
LogoClasses("Size_" + size)
|
|
279
|
-
].join(" ")
|
|
280
|
-
}, others), {
|
|
281
|
-
freeCSS: __spreadValues({
|
|
282
|
-
lineHeight: "1.25"
|
|
283
|
-
}, others.freeCSS),
|
|
284
|
-
children: $$.is.function(Children) ? /* @__PURE__ */ jsx(Children, {}) : Children
|
|
285
|
-
})
|
|
286
|
-
);
|
|
287
|
-
},
|
|
288
|
-
Brands: {
|
|
289
|
-
MingooIcon: Mingoos.Icon,
|
|
290
|
-
MingooTitle: Mingoos.Title,
|
|
291
|
-
MingooLogoH: Mingoos.LogoH,
|
|
292
|
-
MingooLogoV: Mingoos.LogoV,
|
|
293
|
-
ComunIcon: Comuns.Icon,
|
|
294
|
-
ComunTitle: Comuns.Title,
|
|
295
|
-
ComunLogoH: Comuns.LogoH,
|
|
296
|
-
ComunLogoV: Comuns.LogoV,
|
|
297
|
-
Google: (params) => /* @__PURE__ */ jsx(
|
|
298
|
-
Logo.Icon,
|
|
299
|
-
__spreadProps(__spreadValues({}, params), {
|
|
300
|
-
children: /* @__PURE__ */ jsx(
|
|
301
|
-
Img,
|
|
302
|
-
{
|
|
303
|
-
src: publicURI + "@env/@logos/brands/Google_Icon.svg",
|
|
304
|
-
alt: ""
|
|
305
|
-
}
|
|
306
|
-
)
|
|
307
|
-
})
|
|
308
|
-
),
|
|
309
|
-
Facebook: (params) => /* @__PURE__ */ jsx(
|
|
310
|
-
Logo.Icon,
|
|
311
|
-
__spreadProps(__spreadValues({}, params), {
|
|
312
|
-
children: /* @__PURE__ */ jsx(
|
|
313
|
-
Img,
|
|
314
|
-
{
|
|
315
|
-
src: publicURI + "@env/@logos/brands/FaceBook_Icon.svg",
|
|
316
|
-
alt: ""
|
|
317
|
-
}
|
|
318
|
-
)
|
|
319
|
-
})
|
|
320
|
-
),
|
|
321
|
-
Twitter: (params) => /* @__PURE__ */ jsx(
|
|
322
|
-
Logo.Icon,
|
|
323
|
-
__spreadProps(__spreadValues({}, params), {
|
|
324
|
-
children: /* @__PURE__ */ jsx(
|
|
325
|
-
Img,
|
|
326
|
-
{
|
|
327
|
-
src: publicURI + "@env/@logos/brands/Twitter_Icon.svg",
|
|
328
|
-
alt: ""
|
|
329
|
-
}
|
|
330
|
-
)
|
|
331
|
-
})
|
|
332
|
-
),
|
|
333
|
-
LINE: (params) => /* @__PURE__ */ jsx(
|
|
334
|
-
Logo.Icon,
|
|
335
|
-
__spreadProps(__spreadValues({}, params), {
|
|
336
|
-
children: /* @__PURE__ */ jsx(
|
|
337
|
-
Img,
|
|
338
|
-
{
|
|
339
|
-
src: publicURI + "@env/@logos/brands/Line_Icon.svg",
|
|
340
|
-
alt: ""
|
|
341
|
-
}
|
|
342
|
-
)
|
|
343
|
-
})
|
|
344
|
-
)
|
|
345
|
-
},
|
|
346
|
-
Images: {
|
|
347
|
-
mingooIcon: publicURI + "@env/@logos/mingoo/icon.png",
|
|
348
|
-
mingooIconClear: publicURI + "@env/@logos/mingoo/iconClear.png",
|
|
349
|
-
comunIcon: publicURI + "@env/@logos/comun/icon.png",
|
|
350
|
-
comunIconClear: publicURI + "@env/@logos/comun/iconClear.png",
|
|
351
|
-
defaultIcon: (type) => {
|
|
352
|
-
return publicURI + "@env/@icon/" + (type || "image") + ".png";
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
};
|
|
356
|
-
export {
|
|
357
|
-
Logo,
|
|
358
|
-
Logo as default
|
|
359
|
-
};
|
|
1
|
+
import{b as l,c as a,d as p}from"../chunk-VY3566IV.js";import{Fragment as A,jsx as e,jsxs as I}from"react/jsx-runtime";import{$$ as h}from"../@utils/_";import L from"./Flex";import S from"./Img";import{LogoClasses as c}from"../@styles/componentClasses/_";let s="https://cdn.amotify.com/";const T={ComunIcon:()=>e("svg",{viewBox:"0,0,1200,1200",className:c("ComunIcon"),children:I("g",{children:[e("path",{d:`
|
|
2
|
+
M
|
|
3
|
+
100,600
|
|
4
|
+
A 500,500 0 0,0 600,1100
|
|
5
|
+
A 100,100 0 0,0 600,900
|
|
6
|
+
A 300,300 0 0,1 300,600
|
|
7
|
+
A 100,100 0 0,0 100,600
|
|
8
|
+
Z
|
|
9
|
+
`,style:{opacity:.9,fill:"#16a3ec"}}),e("path",{d:`
|
|
10
|
+
M
|
|
11
|
+
600,1100
|
|
12
|
+
A 500,500 0 0,0 1100,600
|
|
13
|
+
A 100,100 0 0,0 900,600
|
|
14
|
+
A 300,300 0 0,1 600,900
|
|
15
|
+
A 100,100 0 1,0 600,1100
|
|
16
|
+
Z
|
|
17
|
+
`,style:{opacity:.9,fill:"#ea6093"}}),e("path",{d:`
|
|
18
|
+
M
|
|
19
|
+
600,100
|
|
20
|
+
A 500,500 0 0,0 100,600
|
|
21
|
+
A 100,100 0 0,0 300,600
|
|
22
|
+
A 300,300 0 0,1 600,300
|
|
23
|
+
A 100,100 0 0,0 600,100
|
|
24
|
+
Z
|
|
25
|
+
`,style:{opacity:.9,fill:"#387cfe"}}),e("path",{d:`
|
|
26
|
+
M
|
|
27
|
+
600,100
|
|
28
|
+
A 100,100 0 0,1 700,200
|
|
29
|
+
A 300,300 0 0,0 1000,500
|
|
30
|
+
A 100,100 0 0,1 1100,600
|
|
31
|
+
A 100,100 0 0,1 1000,700
|
|
32
|
+
A 500,500 0 0,1 500,200
|
|
33
|
+
A 100,100 0 0,1 600,100
|
|
34
|
+
Z
|
|
35
|
+
`,style:{opacity:.9,fill:"#9a66ff"}})]})}),MingooIcon:()=>{const o=t=>I(A,{children:[e("path",{d:`
|
|
36
|
+
M
|
|
37
|
+
600,100
|
|
38
|
+
A 80,80 0 0,1 600,260
|
|
39
|
+
A 80,80 0 0,1 600,100
|
|
40
|
+
L600,600
|
|
41
|
+
L600,300
|
|
42
|
+
Z
|
|
43
|
+
`,className:[c("P"),c("P_"+t)].join(" "),style:{fill:"#c56ff0"}}),e("path",{d:`
|
|
44
|
+
M
|
|
45
|
+
600,300
|
|
46
|
+
A 45,45 0 0,1 600,390
|
|
47
|
+
A 45,45 0 0,1 600,300
|
|
48
|
+
L600,600
|
|
49
|
+
L600,300
|
|
50
|
+
Z
|
|
51
|
+
`,className:[c("P"),c("P_"+t)].join(" "),style:{fill:"#ea6093"}})]});return I("svg",{viewBox:"0,0,1200,1200",className:c("MingooIcon"),children:[o(0),o(1),o(2),o(3),o(4),o(5),o(6),o(7),o(8)]})}},m={Icon:o=>e(i.Icon,a(l({},o),{children:e(T.MingooIcon,{})})),Title:o=>e(i.Title,a(l({height:"auto",className:c("ComunTitle")},o),{freeCSS:l({letterSpacing:"3px"},o.freeCSS),children:"mingoo"})),LogoH:o=>{let n=o,{size:t,color:g}=n,r=p(n,["size","color"]);return I(L,a(l({gap:"1/2",flexCenter:!0},r),{children:[e(m.Icon,{size:t,color:g}),e(m.Title,{size:t,color:g})]}))},LogoV:o=>{let n=o,{size:t,color:g}=n,r=p(n,["size","color"]);return I(L,a(l({flexType:"col",gap:"1/2"},r),{children:[e(m.Icon,{margin:"auto",size:t,color:g}),e(m.Title,{size:t,color:g})]}))}},u={Icon:o=>e(i.Icon,a(l({},o),{children:e(T.ComunIcon,{})})),Title:o=>e(i.Title,a(l({height:"auto",className:c("ComunTitle")},o),{freeCSS:l({letterSpacing:"3px"},o.freeCSS),children:"comun"})),LogoH:o=>{let n=o,{size:t,color:g}=n,r=p(n,["size","color"]);return I(L,a(l({gap:"1/2",flexCenter:!0},r),{children:[e(u.Icon,{size:t,color:g}),e(u.Title,{size:t,color:g})]}))},LogoV:o=>{let n=o,{size:t,color:g}=n,r=p(n,["size","color"]);return I(L,a(l({flexType:"col",gap:"1/2"},r),{children:[e(u.Icon,{margin:"auto",size:t,color:g}),e(u.Title,{size:t,color:g})]}))}},i={Icon:o=>{let f=o,{size:t="R",color:g="normal",className:r="",children:n}=f,C=p(f,["size","color","className","children"]);return e(L,a(l({verticalAlign:"center",className:[r,c("Icon"),c("Size_"+t)].join(" ")},C),{children:h.is.function(n)?e(n,{}):n}))},Title:o=>{let f=o,{size:t="R",color:g="normal",className:r="",children:n}=f,C=p(f,["size","color","className","children"]);return e(L,a(l({verticalAlign:"center",fontColor:g=="white"?"white":"logo",className:[r,c("Title"),c("Size_"+t)].join(" ")},C),{freeCSS:l({lineHeight:"1.25"},C.freeCSS),children:h.is.function(n)?e(n,{}):n}))},Brands:{MingooIcon:m.Icon,MingooTitle:m.Title,MingooLogoH:m.LogoH,MingooLogoV:m.LogoV,ComunIcon:u.Icon,ComunTitle:u.Title,ComunLogoH:u.LogoH,ComunLogoV:u.LogoV,Google:o=>e(i.Icon,a(l({},o),{children:e(S,{src:s+"@env/@logos/brands/Google_Icon.svg",alt:""})})),Facebook:o=>e(i.Icon,a(l({},o),{children:e(S,{src:s+"@env/@logos/brands/FaceBook_Icon.svg",alt:""})})),Twitter:o=>e(i.Icon,a(l({},o),{children:e(S,{src:s+"@env/@logos/brands/Twitter_Icon.svg",alt:""})})),LINE:o=>e(i.Icon,a(l({},o),{children:e(S,{src:s+"@env/@logos/brands/Line_Icon.svg",alt:""})}))},Images:{mingooIcon:s+"@env/@logos/mingoo/icon.png",mingooIconClear:s+"@env/@logos/mingoo/iconClear.png",comunIcon:s+"@env/@logos/comun/icon.png",comunIconClear:s+"@env/@logos/comun/iconClear.png",defaultIcon:o=>s+"@env/@icon/"+(o||"image")+".png"}};export{i as Logo,i as default};
|
package/dist/atoms/P.js
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__objRest,
|
|
3
|
-
__spreadValues
|
|
4
|
-
} from "../chunk-JJ3PEWPN.js";
|
|
5
|
-
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import {
|
|
7
|
-
GenerateClassName
|
|
8
|
-
} from "../@utils/_";
|
|
9
|
-
const P = (params) => {
|
|
10
|
-
let _a = GenerateClassName(params), {
|
|
11
|
-
freeCSS
|
|
12
|
-
} = _a, Params = __objRest(_a, [
|
|
13
|
-
"freeCSS"
|
|
14
|
-
]);
|
|
15
|
-
return /* @__PURE__ */ jsx("p", __spreadValues({}, Params));
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
P,
|
|
19
|
-
P as default
|
|
20
|
-
};
|
|
1
|
+
import{b as t,d as a}from"../chunk-VY3566IV.js";import{jsx as o}from"react/jsx-runtime";import{GenerateClassName as n}from"../@utils/_";const r=p=>{let e=n(p),{freeCSS:l}=e,m=a(e,["freeCSS"]);return o("p",t({},m))};export{r as P,r as default};
|
|
@@ -1,44 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__objRest,
|
|
3
|
-
__spreadProps,
|
|
4
|
-
__spreadValues
|
|
5
|
-
} from "../chunk-JJ3PEWPN.js";
|
|
6
|
-
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
import Box from "./Box";
|
|
8
|
-
import { PlaceholderClasses } from "../@styles/componentClasses/_";
|
|
9
|
-
const Placeholder = (params) => {
|
|
10
|
-
let _a = params, {
|
|
11
|
-
color = "cloud"
|
|
12
|
-
} = _a, others = __objRest(_a, [
|
|
13
|
-
"color"
|
|
14
|
-
]);
|
|
15
|
-
return /* @__PURE__ */ jsx(
|
|
16
|
-
Box,
|
|
17
|
-
__spreadProps(__spreadValues({
|
|
18
|
-
className: [
|
|
19
|
-
PlaceholderClasses("Placeholder"),
|
|
20
|
-
params.className
|
|
21
|
-
].join(" "),
|
|
22
|
-
flexCenter: true,
|
|
23
|
-
position: "relative",
|
|
24
|
-
ssCardBox: true,
|
|
25
|
-
border: "unset",
|
|
26
|
-
overflow: "hidden",
|
|
27
|
-
backgroundColor: "3.layer.canvas"
|
|
28
|
-
}, others), {
|
|
29
|
-
children: /* @__PURE__ */ jsx(
|
|
30
|
-
Box,
|
|
31
|
-
{
|
|
32
|
-
className: [
|
|
33
|
-
PlaceholderClasses("Body"),
|
|
34
|
-
PlaceholderClasses("Color_" + color)
|
|
35
|
-
].join(" ")
|
|
36
|
-
}
|
|
37
|
-
)
|
|
38
|
-
})
|
|
39
|
-
);
|
|
40
|
-
};
|
|
41
|
-
export {
|
|
42
|
-
Placeholder,
|
|
43
|
-
Placeholder as default
|
|
44
|
-
};
|
|
1
|
+
import{b as r,c as a,d as t}from"../chunk-VY3566IV.js";import{jsx as d}from"react/jsx-runtime";import c from"./Box";import{PlaceholderClasses as o}from"../@styles/componentClasses/_";const s=e=>{let l=e,{color:n="cloud"}=l,p=t(l,["color"]);return d(c,a(r({className:[o("Placeholder"),e.className].join(" "),flexCenter:!0,position:"relative",ssCardBox:!0,border:"unset",overflow:"hidden",backgroundColor:"3.layer.canvas"},p),{children:d(c,{className:[o("Body"),o("Color_"+n)].join(" ")})}))};export{s as Placeholder,s as default};
|
package/dist/atoms/Span.js
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__objRest,
|
|
3
|
-
__spreadValues
|
|
4
|
-
} from "../chunk-JJ3PEWPN.js";
|
|
5
|
-
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import {
|
|
7
|
-
GenerateClassName
|
|
8
|
-
} from "../@utils/_";
|
|
9
|
-
const Span = (params) => {
|
|
10
|
-
let _a = GenerateClassName(params), {
|
|
11
|
-
freeCSS
|
|
12
|
-
} = _a, Params = __objRest(_a, [
|
|
13
|
-
"freeCSS"
|
|
14
|
-
]);
|
|
15
|
-
return /* @__PURE__ */ jsx("span", __spreadValues({}, Params));
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
Span,
|
|
19
|
-
Span as default
|
|
20
|
-
};
|
|
1
|
+
import{b as t,d as a}from"../chunk-VY3566IV.js";import{jsx as o}from"react/jsx-runtime";import{GenerateClassName as m}from"../@utils/_";const n=p=>{let e=m(p),{freeCSS:l}=e,r=a(e,["freeCSS"]);return o("span",t({},r))};export{n as Span,n as default};
|
package/dist/atoms/_.js
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export * from "./FAI";
|
|
3
|
-
export * from "./Flex";
|
|
4
|
-
export * from "./Grid";
|
|
5
|
-
export * from "./Img";
|
|
6
|
-
export * from "./Logo";
|
|
7
|
-
export * from "./P";
|
|
8
|
-
export * from "./Placeholder";
|
|
9
|
-
export * from "./Span";
|
|
1
|
+
export*from"./Box";export*from"./FAI";export*from"./Flex";export*from"./Grid";export*from"./Img";export*from"./Logo";export*from"./P";export*from"./Placeholder";export*from"./Span";
|