@evercam/ui 0.0.13 → 0.0.15

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,6 +1,7 @@
1
1
  import Vue from "vue";
2
2
  declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, {
3
- isSizePropertyValid(prop: boolean | string | number | undefined): boolean;
3
+ isSizePropAuto(prop: boolean | string | number | undefined, acceptUndefined?: boolean): boolean;
4
+ isSizePropertyNumeric(prop: boolean | string | number | undefined): boolean;
4
5
  }, {
5
6
  colClasses: Record<string, boolean>;
6
7
  }, {
@@ -12,8 +13,10 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
12
13
  offsetLg: string | number;
13
14
  offsetMd: string | number;
14
15
  offsetSm: string | number;
16
+ offsetXs: string | number;
15
17
  offsetXl: string | number;
16
18
  sm: string | number | boolean;
19
+ xs: string | number | boolean;
17
20
  xl: string | number | boolean;
18
21
  }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin>;
19
22
  export default _default;
package/dist/styles.css CHANGED
@@ -309,6 +309,42 @@
309
309
  .e-min-w-\[3rem\]{
310
310
  min-width: 3rem;
311
311
  }
312
+ .e-max-w-1\/12{
313
+ max-width: 8.333333333%;
314
+ }
315
+ .e-max-w-10\/12{
316
+ max-width: 83.333333334%;
317
+ }
318
+ .e-max-w-11\/12{
319
+ max-width: 91.666666666%;
320
+ }
321
+ .e-max-w-12\/12{
322
+ max-width: 100%;
323
+ }
324
+ .e-max-w-2\/12{
325
+ max-width: 16.666666666%;
326
+ }
327
+ .e-max-w-3\/12{
328
+ max-width: 25%;
329
+ }
330
+ .e-max-w-4\/12{
331
+ max-width: 33.333333333%;
332
+ }
333
+ .e-max-w-5\/12{
334
+ max-width: 41.666666667%;
335
+ }
336
+ .e-max-w-6\/12{
337
+ max-width: 50%;
338
+ }
339
+ .e-max-w-7\/12{
340
+ max-width: 58.333333334%;
341
+ }
342
+ .e-max-w-8\/12{
343
+ max-width: 66.666666666%;
344
+ }
345
+ .e-max-w-9\/12{
346
+ max-width: 75%;
347
+ }
312
348
  .e-max-w-\[4rem\]{
313
349
  max-width: 4rem;
314
350
  }
@@ -709,6 +745,54 @@
709
745
  width: 100%;
710
746
  }
711
747
 
748
+ .sm\:e-max-w-1\/12{
749
+ max-width: 8.333333333%;
750
+ }
751
+
752
+ .sm\:e-max-w-10\/12{
753
+ max-width: 83.333333334%;
754
+ }
755
+
756
+ .sm\:e-max-w-11\/12{
757
+ max-width: 91.666666666%;
758
+ }
759
+
760
+ .sm\:e-max-w-12\/12{
761
+ max-width: 100%;
762
+ }
763
+
764
+ .sm\:e-max-w-2\/12{
765
+ max-width: 16.666666666%;
766
+ }
767
+
768
+ .sm\:e-max-w-3\/12{
769
+ max-width: 25%;
770
+ }
771
+
772
+ .sm\:e-max-w-4\/12{
773
+ max-width: 33.333333333%;
774
+ }
775
+
776
+ .sm\:e-max-w-5\/12{
777
+ max-width: 41.666666667%;
778
+ }
779
+
780
+ .sm\:e-max-w-6\/12{
781
+ max-width: 50%;
782
+ }
783
+
784
+ .sm\:e-max-w-7\/12{
785
+ max-width: 58.333333334%;
786
+ }
787
+
788
+ .sm\:e-max-w-8\/12{
789
+ max-width: 66.666666666%;
790
+ }
791
+
792
+ .sm\:e-max-w-9\/12{
793
+ max-width: 75%;
794
+ }
795
+
712
796
  .sm\:e-grow{
713
797
  flex-grow: 1;
714
798
  }
@@ -907,6 +991,54 @@
907
991
  width: 100%;
908
992
  }
909
993
 
994
+ .md\:e-max-w-1\/12{
995
+ max-width: 8.333333333%;
996
+ }
997
+
998
+ .md\:e-max-w-10\/12{
999
+ max-width: 83.333333334%;
1000
+ }
1001
+
1002
+ .md\:e-max-w-11\/12{
1003
+ max-width: 91.666666666%;
1004
+ }
1005
+
1006
+ .md\:e-max-w-12\/12{
1007
+ max-width: 100%;
1008
+ }
1009
+
1010
+ .md\:e-max-w-2\/12{
1011
+ max-width: 16.666666666%;
1012
+ }
1013
+
1014
+ .md\:e-max-w-3\/12{
1015
+ max-width: 25%;
1016
+ }
1017
+
1018
+ .md\:e-max-w-4\/12{
1019
+ max-width: 33.333333333%;
1020
+ }
1021
+
1022
+ .md\:e-max-w-5\/12{
1023
+ max-width: 41.666666667%;
1024
+ }
1025
+
1026
+ .md\:e-max-w-6\/12{
1027
+ max-width: 50%;
1028
+ }
1029
+
1030
+ .md\:e-max-w-7\/12{
1031
+ max-width: 58.333333334%;
1032
+ }
1033
+
1034
+ .md\:e-max-w-8\/12{
1035
+ max-width: 66.666666666%;
1036
+ }
1037
+
1038
+ .md\:e-max-w-9\/12{
1039
+ max-width: 75%;
1040
+ }
1041
+
910
1042
  .md\:e-grow{
911
1043
  flex-grow: 1;
912
1044
  }
@@ -1105,6 +1237,54 @@
1105
1237
  width: 100%;
1106
1238
  }
1107
1239
 
1240
+ .lg\:e-max-w-1\/12{
1241
+ max-width: 8.333333333%;
1242
+ }
1243
+
1244
+ .lg\:e-max-w-10\/12{
1245
+ max-width: 83.333333334%;
1246
+ }
1247
+
1248
+ .lg\:e-max-w-11\/12{
1249
+ max-width: 91.666666666%;
1250
+ }
1251
+
1252
+ .lg\:e-max-w-12\/12{
1253
+ max-width: 100%;
1254
+ }
1255
+
1256
+ .lg\:e-max-w-2\/12{
1257
+ max-width: 16.666666666%;
1258
+ }
1259
+
1260
+ .lg\:e-max-w-3\/12{
1261
+ max-width: 25%;
1262
+ }
1263
+
1264
+ .lg\:e-max-w-4\/12{
1265
+ max-width: 33.333333333%;
1266
+ }
1267
+
1268
+ .lg\:e-max-w-5\/12{
1269
+ max-width: 41.666666667%;
1270
+ }
1271
+
1272
+ .lg\:e-max-w-6\/12{
1273
+ max-width: 50%;
1274
+ }
1275
+
1276
+ .lg\:e-max-w-7\/12{
1277
+ max-width: 58.333333334%;
1278
+ }
1279
+
1280
+ .lg\:e-max-w-8\/12{
1281
+ max-width: 66.666666666%;
1282
+ }
1283
+
1284
+ .lg\:e-max-w-9\/12{
1285
+ max-width: 75%;
1286
+ }
1287
+
1108
1288
  .lg\:e-grow{
1109
1289
  flex-grow: 1;
1110
1290
  }
@@ -1303,6 +1483,54 @@
1303
1483
  width: 100%;
1304
1484
  }
1305
1485
 
1486
+ .xl\:e-max-w-1\/12{
1487
+ max-width: 8.333333333%;
1488
+ }
1489
+
1490
+ .xl\:e-max-w-10\/12{
1491
+ max-width: 83.333333334%;
1492
+ }
1493
+
1494
+ .xl\:e-max-w-11\/12{
1495
+ max-width: 91.666666666%;
1496
+ }
1497
+
1498
+ .xl\:e-max-w-12\/12{
1499
+ max-width: 100%;
1500
+ }
1501
+
1502
+ .xl\:e-max-w-2\/12{
1503
+ max-width: 16.666666666%;
1504
+ }
1505
+
1506
+ .xl\:e-max-w-3\/12{
1507
+ max-width: 25%;
1508
+ }
1509
+
1510
+ .xl\:e-max-w-4\/12{
1511
+ max-width: 33.333333333%;
1512
+ }
1513
+
1514
+ .xl\:e-max-w-5\/12{
1515
+ max-width: 41.666666667%;
1516
+ }
1517
+
1518
+ .xl\:e-max-w-6\/12{
1519
+ max-width: 50%;
1520
+ }
1521
+
1522
+ .xl\:e-max-w-7\/12{
1523
+ max-width: 58.333333334%;
1524
+ }
1525
+
1526
+ .xl\:e-max-w-8\/12{
1527
+ max-width: 66.666666666%;
1528
+ }
1529
+
1530
+ .xl\:e-max-w-9\/12{
1531
+ max-width: 75%;
1532
+ }
1533
+
1306
1534
  .xl\:e-grow{
1307
1535
  flex-grow: 1;
1308
1536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras",
@@ -1,5 +0,0 @@
1
- export declare const alignContentValidator: (value: string) => boolean;
2
- export declare const alignItemsValidator: (value: string) => boolean;
3
- export declare const alignSelfValidator: (value: string) => boolean;
4
- export declare const justifyContentValidator: (value: string) => boolean;
5
- export declare const colSizeValidator: (value: boolean | string | number) => boolean;