@animus-ui/system 0.1.0-next.16 → 0.1.0-next.17
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/groups/index.d.ts +27 -0
- package/dist/groups/index.d.ts.map +1 -1
- package/dist/groups/index.js +16 -1
- package/package.json +1 -1
package/dist/groups/index.d.ts
CHANGED
|
@@ -123,6 +123,11 @@ export declare const border: {
|
|
|
123
123
|
readonly scale: "radii";
|
|
124
124
|
readonly transform: import("../transforms").NamedTransform;
|
|
125
125
|
};
|
|
126
|
+
readonly rounded: {
|
|
127
|
+
readonly property: "borderRadius";
|
|
128
|
+
readonly scale: "radii";
|
|
129
|
+
readonly transform: import("../transforms").NamedTransform;
|
|
130
|
+
};
|
|
126
131
|
readonly borderLeftRadius: {
|
|
127
132
|
readonly property: "borderRadius";
|
|
128
133
|
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
@@ -243,6 +248,9 @@ export declare const flex: {
|
|
|
243
248
|
readonly flexDirection: {
|
|
244
249
|
readonly property: "flexDirection";
|
|
245
250
|
};
|
|
251
|
+
readonly flexDir: {
|
|
252
|
+
readonly property: "flexDirection";
|
|
253
|
+
};
|
|
246
254
|
readonly flexWrap: {
|
|
247
255
|
readonly property: "flexWrap";
|
|
248
256
|
};
|
|
@@ -363,20 +371,35 @@ export declare const background: {
|
|
|
363
371
|
readonly backgroundImage: {
|
|
364
372
|
readonly property: "backgroundImage";
|
|
365
373
|
};
|
|
374
|
+
readonly bgImage: {
|
|
375
|
+
readonly property: "backgroundImage";
|
|
376
|
+
};
|
|
366
377
|
readonly backgroundSize: {
|
|
367
378
|
readonly property: "backgroundSize";
|
|
368
379
|
};
|
|
380
|
+
readonly bgSize: {
|
|
381
|
+
readonly property: "backgroundSize";
|
|
382
|
+
};
|
|
369
383
|
readonly backgroundRepeat: {
|
|
370
384
|
readonly property: "backgroundRepeat";
|
|
371
385
|
};
|
|
386
|
+
readonly bgRepeat: {
|
|
387
|
+
readonly property: "backgroundRepeat";
|
|
388
|
+
};
|
|
372
389
|
readonly backgroundPosition: {
|
|
373
390
|
readonly property: "backgroundPosition";
|
|
374
391
|
};
|
|
392
|
+
readonly bgPos: {
|
|
393
|
+
readonly property: "backgroundPosition";
|
|
394
|
+
};
|
|
375
395
|
};
|
|
376
396
|
export declare const positioning: {
|
|
377
397
|
readonly position: {
|
|
378
398
|
readonly property: "position";
|
|
379
399
|
};
|
|
400
|
+
readonly pos: {
|
|
401
|
+
readonly property: "position";
|
|
402
|
+
};
|
|
380
403
|
readonly inset: {
|
|
381
404
|
readonly property: "inset";
|
|
382
405
|
readonly properties: readonly ["top", "right", "bottom", "left"];
|
|
@@ -412,6 +435,10 @@ export declare const shadows: {
|
|
|
412
435
|
readonly property: "boxShadow";
|
|
413
436
|
readonly scale: "shadows";
|
|
414
437
|
};
|
|
438
|
+
readonly shadow: {
|
|
439
|
+
readonly property: "boxShadow";
|
|
440
|
+
readonly scale: "shadows";
|
|
441
|
+
};
|
|
415
442
|
readonly textShadow: {
|
|
416
443
|
readonly property: "textShadow";
|
|
417
444
|
readonly scale: "shadows";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/groups/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBR,CAAC;AAEX,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/groups/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBR,CAAC;AAEX,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwHT,CAAC;AA8BX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQP,CAAC;AAWX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCP,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUb,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcd,CAAC;AAEX,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAIV,CAAC;AAEX,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CT,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBb,CAAC;AAsCX,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGR,CAAC;AAEX,eAAO,MAAM,WAAW;;;;;;;;;;;CAWd,CAAC;AAEX,eAAO,MAAM,IAAI;;;;;CAEP,CAAC;AAEX,eAAO,MAAM,IAAI;;;;CAEP,CAAC"}
|
package/dist/groups/index.js
CHANGED
|
@@ -125,6 +125,11 @@ const border = {
|
|
|
125
125
|
scale: "radii",
|
|
126
126
|
transform: size
|
|
127
127
|
},
|
|
128
|
+
rounded: {
|
|
129
|
+
property: "borderRadius",
|
|
130
|
+
scale: "radii",
|
|
131
|
+
transform: size
|
|
132
|
+
},
|
|
128
133
|
borderLeftRadius: {
|
|
129
134
|
property: "borderRadius",
|
|
130
135
|
properties: ["borderTopLeftRadius", "borderBottomLeftRadius"],
|
|
@@ -218,6 +223,7 @@ const flexItems = {
|
|
|
218
223
|
};
|
|
219
224
|
const flex = {
|
|
220
225
|
flexDirection: { property: "flexDirection" },
|
|
226
|
+
flexDir: { property: "flexDirection" },
|
|
221
227
|
flexWrap: { property: "flexWrap" },
|
|
222
228
|
flex: { property: "flex" },
|
|
223
229
|
...alignments,
|
|
@@ -272,12 +278,17 @@ const grid = {
|
|
|
272
278
|
const background = {
|
|
273
279
|
background: { property: "background" },
|
|
274
280
|
backgroundImage: { property: "backgroundImage" },
|
|
281
|
+
bgImage: { property: "backgroundImage" },
|
|
275
282
|
backgroundSize: { property: "backgroundSize" },
|
|
283
|
+
bgSize: { property: "backgroundSize" },
|
|
276
284
|
backgroundRepeat: { property: "backgroundRepeat" },
|
|
277
|
-
|
|
285
|
+
bgRepeat: { property: "backgroundRepeat" },
|
|
286
|
+
backgroundPosition: { property: "backgroundPosition" },
|
|
287
|
+
bgPos: { property: "backgroundPosition" }
|
|
278
288
|
};
|
|
279
289
|
const positioning = {
|
|
280
290
|
position: { property: "position" },
|
|
291
|
+
pos: { property: "position" },
|
|
281
292
|
inset: {
|
|
282
293
|
property: "inset",
|
|
283
294
|
properties: [
|
|
@@ -318,6 +329,10 @@ const shadows = {
|
|
|
318
329
|
property: "boxShadow",
|
|
319
330
|
scale: "shadows"
|
|
320
331
|
},
|
|
332
|
+
shadow: {
|
|
333
|
+
property: "boxShadow",
|
|
334
|
+
scale: "shadows"
|
|
335
|
+
},
|
|
321
336
|
textShadow: {
|
|
322
337
|
property: "textShadow",
|
|
323
338
|
scale: "shadows"
|
package/package.json
CHANGED