@codecademy/gamut-styles 17.12.0-alpha.e6658d.0 → 17.12.0-alpha.f66feb.0
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/ColorMode.d.ts +18 -99
- package/dist/variance/config.d.ts +12 -66
- package/dist/variance/config.js +6 -33
- package/dist/variance/props.d.ts +24 -132
- package/dist/variance/utils.d.ts +2 -2
- package/package.json +3 -3
package/dist/ColorMode.d.ts
CHANGED
|
@@ -71,59 +71,32 @@ export declare const providerProps: import("@codecademy/variance/dist/types/conf
|
|
|
71
71
|
readonly transform: (value: string | number) => string | 0;
|
|
72
72
|
};
|
|
73
73
|
readonly width: {
|
|
74
|
-
readonly property:
|
|
75
|
-
readonly physical: "width";
|
|
76
|
-
readonly logical: "inlineSize";
|
|
77
|
-
};
|
|
78
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
74
|
+
readonly property: "width";
|
|
79
75
|
readonly transform: (value: string | number) => string | 0;
|
|
80
76
|
};
|
|
81
77
|
readonly minWidth: {
|
|
82
|
-
readonly property:
|
|
83
|
-
readonly physical: "minWidth";
|
|
84
|
-
readonly logical: "minInlineSize";
|
|
85
|
-
};
|
|
86
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
78
|
+
readonly property: "minWidth";
|
|
87
79
|
readonly transform: (value: string | number) => string | 0;
|
|
88
80
|
};
|
|
89
81
|
readonly maxWidth: {
|
|
90
|
-
readonly property:
|
|
91
|
-
readonly physical: "maxWidth";
|
|
92
|
-
readonly logical: "maxInlineSize";
|
|
93
|
-
};
|
|
94
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
82
|
+
readonly property: "maxWidth";
|
|
95
83
|
readonly transform: (value: string | number) => string | 0;
|
|
96
84
|
};
|
|
97
85
|
readonly height: {
|
|
98
|
-
readonly property:
|
|
99
|
-
readonly physical: "height";
|
|
100
|
-
readonly logical: "blockSize";
|
|
101
|
-
};
|
|
102
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
86
|
+
readonly property: "height";
|
|
103
87
|
readonly transform: (value: string | number) => string | 0;
|
|
104
88
|
};
|
|
105
89
|
readonly minHeight: {
|
|
106
|
-
readonly property:
|
|
107
|
-
readonly physical: "minHeight";
|
|
108
|
-
readonly logical: "minBlockSize";
|
|
109
|
-
};
|
|
110
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
90
|
+
readonly property: "minHeight";
|
|
111
91
|
readonly transform: (value: string | number) => string | 0;
|
|
112
92
|
};
|
|
113
93
|
readonly maxHeight: {
|
|
114
|
-
readonly property:
|
|
115
|
-
readonly physical: "maxHeight";
|
|
116
|
-
readonly logical: "maxBlockSize";
|
|
117
|
-
};
|
|
118
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
94
|
+
readonly property: "maxHeight";
|
|
119
95
|
readonly transform: (value: string | number) => string | 0;
|
|
120
96
|
};
|
|
121
97
|
readonly verticalAlign: {
|
|
122
98
|
readonly property: "verticalAlign";
|
|
123
99
|
};
|
|
124
|
-
readonly direction: {
|
|
125
|
-
readonly property: "direction";
|
|
126
|
-
};
|
|
127
100
|
}>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
128
101
|
readonly color: {
|
|
129
102
|
readonly property: "color";
|
|
@@ -729,9 +702,6 @@ export declare const VariableProvider: import("@emotion/styled").StyledComponent
|
|
|
729
702
|
containerType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
730
703
|
readonly property: "containerType";
|
|
731
704
|
}>;
|
|
732
|
-
direction?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
733
|
-
readonly property: "direction";
|
|
734
|
-
}>;
|
|
735
705
|
display?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
736
706
|
readonly property: "display";
|
|
737
707
|
}>;
|
|
@@ -781,11 +751,7 @@ export declare const VariableProvider: import("@emotion/styled").StyledComponent
|
|
|
781
751
|
readonly property: "gridTemplateRows";
|
|
782
752
|
}>;
|
|
783
753
|
height?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
784
|
-
readonly property:
|
|
785
|
-
readonly physical: "height";
|
|
786
|
-
readonly logical: "blockSize";
|
|
787
|
-
};
|
|
788
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
754
|
+
readonly property: "height";
|
|
789
755
|
readonly transform: (value: string | number) => string | 0;
|
|
790
756
|
}>;
|
|
791
757
|
justifyContent?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -802,35 +768,19 @@ export declare const VariableProvider: import("@emotion/styled").StyledComponent
|
|
|
802
768
|
readonly transform: (value: string | number) => string | 0;
|
|
803
769
|
}>;
|
|
804
770
|
maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
805
|
-
readonly property:
|
|
806
|
-
readonly physical: "maxHeight";
|
|
807
|
-
readonly logical: "maxBlockSize";
|
|
808
|
-
};
|
|
809
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
771
|
+
readonly property: "maxHeight";
|
|
810
772
|
readonly transform: (value: string | number) => string | 0;
|
|
811
773
|
}>;
|
|
812
774
|
maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
813
|
-
readonly property:
|
|
814
|
-
readonly physical: "maxWidth";
|
|
815
|
-
readonly logical: "maxInlineSize";
|
|
816
|
-
};
|
|
817
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
775
|
+
readonly property: "maxWidth";
|
|
818
776
|
readonly transform: (value: string | number) => string | 0;
|
|
819
777
|
}>;
|
|
820
778
|
minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
821
|
-
readonly property:
|
|
822
|
-
readonly physical: "minHeight";
|
|
823
|
-
readonly logical: "minBlockSize";
|
|
824
|
-
};
|
|
825
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
779
|
+
readonly property: "minHeight";
|
|
826
780
|
readonly transform: (value: string | number) => string | 0;
|
|
827
781
|
}>;
|
|
828
782
|
minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
829
|
-
readonly property:
|
|
830
|
-
readonly physical: "minWidth";
|
|
831
|
-
readonly logical: "minInlineSize";
|
|
832
|
-
};
|
|
833
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
783
|
+
readonly property: "minWidth";
|
|
834
784
|
readonly transform: (value: string | number) => string | 0;
|
|
835
785
|
}>;
|
|
836
786
|
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -864,11 +814,7 @@ export declare const VariableProvider: import("@emotion/styled").StyledComponent
|
|
|
864
814
|
readonly property: "verticalAlign";
|
|
865
815
|
}>;
|
|
866
816
|
width?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
867
|
-
readonly property:
|
|
868
|
-
readonly physical: "width";
|
|
869
|
-
readonly logical: "inlineSize";
|
|
870
|
-
};
|
|
871
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
817
|
+
readonly property: "width";
|
|
872
818
|
readonly transform: (value: string | number) => string | 0;
|
|
873
819
|
}>;
|
|
874
820
|
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1330,9 +1276,6 @@ export declare const ColorMode: import("react").ForwardRefExoticComponent<Omit<O
|
|
|
1330
1276
|
containerType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1331
1277
|
readonly property: "containerType";
|
|
1332
1278
|
}>;
|
|
1333
|
-
direction?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1334
|
-
readonly property: "direction";
|
|
1335
|
-
}>;
|
|
1336
1279
|
display?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1337
1280
|
readonly property: "display";
|
|
1338
1281
|
}>;
|
|
@@ -1382,11 +1325,7 @@ export declare const ColorMode: import("react").ForwardRefExoticComponent<Omit<O
|
|
|
1382
1325
|
readonly property: "gridTemplateRows";
|
|
1383
1326
|
}>;
|
|
1384
1327
|
height?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1385
|
-
readonly property:
|
|
1386
|
-
readonly physical: "height";
|
|
1387
|
-
readonly logical: "blockSize";
|
|
1388
|
-
};
|
|
1389
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1328
|
+
readonly property: "height";
|
|
1390
1329
|
readonly transform: (value: string | number) => string | 0;
|
|
1391
1330
|
}>;
|
|
1392
1331
|
justifyContent?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1403,35 +1342,19 @@ export declare const ColorMode: import("react").ForwardRefExoticComponent<Omit<O
|
|
|
1403
1342
|
readonly transform: (value: string | number) => string | 0;
|
|
1404
1343
|
}>;
|
|
1405
1344
|
maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1406
|
-
readonly property:
|
|
1407
|
-
readonly physical: "maxHeight";
|
|
1408
|
-
readonly logical: "maxBlockSize";
|
|
1409
|
-
};
|
|
1410
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1345
|
+
readonly property: "maxHeight";
|
|
1411
1346
|
readonly transform: (value: string | number) => string | 0;
|
|
1412
1347
|
}>;
|
|
1413
1348
|
maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1414
|
-
readonly property:
|
|
1415
|
-
readonly physical: "maxWidth";
|
|
1416
|
-
readonly logical: "maxInlineSize";
|
|
1417
|
-
};
|
|
1418
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1349
|
+
readonly property: "maxWidth";
|
|
1419
1350
|
readonly transform: (value: string | number) => string | 0;
|
|
1420
1351
|
}>;
|
|
1421
1352
|
minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1422
|
-
readonly property:
|
|
1423
|
-
readonly physical: "minHeight";
|
|
1424
|
-
readonly logical: "minBlockSize";
|
|
1425
|
-
};
|
|
1426
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1353
|
+
readonly property: "minHeight";
|
|
1427
1354
|
readonly transform: (value: string | number) => string | 0;
|
|
1428
1355
|
}>;
|
|
1429
1356
|
minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1430
|
-
readonly property:
|
|
1431
|
-
readonly physical: "minWidth";
|
|
1432
|
-
readonly logical: "minInlineSize";
|
|
1433
|
-
};
|
|
1434
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1357
|
+
readonly property: "minWidth";
|
|
1435
1358
|
readonly transform: (value: string | number) => string | 0;
|
|
1436
1359
|
}>;
|
|
1437
1360
|
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -1465,11 +1388,7 @@ export declare const ColorMode: import("react").ForwardRefExoticComponent<Omit<O
|
|
|
1465
1388
|
readonly property: "verticalAlign";
|
|
1466
1389
|
}>;
|
|
1467
1390
|
width?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
1468
|
-
readonly property:
|
|
1469
|
-
readonly physical: "width";
|
|
1470
|
-
readonly logical: "inlineSize";
|
|
1471
|
-
};
|
|
1472
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1391
|
+
readonly property: "width";
|
|
1473
1392
|
readonly transform: (value: string | number) => string | 0;
|
|
1474
1393
|
}>;
|
|
1475
1394
|
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -509,59 +509,32 @@ export declare const layout: {
|
|
|
509
509
|
readonly transform: (value: string | number) => string | 0;
|
|
510
510
|
};
|
|
511
511
|
readonly width: {
|
|
512
|
-
readonly property:
|
|
513
|
-
readonly physical: "width";
|
|
514
|
-
readonly logical: "inlineSize";
|
|
515
|
-
};
|
|
516
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
512
|
+
readonly property: "width";
|
|
517
513
|
readonly transform: (value: string | number) => string | 0;
|
|
518
514
|
};
|
|
519
515
|
readonly minWidth: {
|
|
520
|
-
readonly property:
|
|
521
|
-
readonly physical: "minWidth";
|
|
522
|
-
readonly logical: "minInlineSize";
|
|
523
|
-
};
|
|
524
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
516
|
+
readonly property: "minWidth";
|
|
525
517
|
readonly transform: (value: string | number) => string | 0;
|
|
526
518
|
};
|
|
527
519
|
readonly maxWidth: {
|
|
528
|
-
readonly property:
|
|
529
|
-
readonly physical: "maxWidth";
|
|
530
|
-
readonly logical: "maxInlineSize";
|
|
531
|
-
};
|
|
532
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
520
|
+
readonly property: "maxWidth";
|
|
533
521
|
readonly transform: (value: string | number) => string | 0;
|
|
534
522
|
};
|
|
535
523
|
readonly height: {
|
|
536
|
-
readonly property:
|
|
537
|
-
readonly physical: "height";
|
|
538
|
-
readonly logical: "blockSize";
|
|
539
|
-
};
|
|
540
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
524
|
+
readonly property: "height";
|
|
541
525
|
readonly transform: (value: string | number) => string | 0;
|
|
542
526
|
};
|
|
543
527
|
readonly minHeight: {
|
|
544
|
-
readonly property:
|
|
545
|
-
readonly physical: "minHeight";
|
|
546
|
-
readonly logical: "minBlockSize";
|
|
547
|
-
};
|
|
548
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
528
|
+
readonly property: "minHeight";
|
|
549
529
|
readonly transform: (value: string | number) => string | 0;
|
|
550
530
|
};
|
|
551
531
|
readonly maxHeight: {
|
|
552
|
-
readonly property:
|
|
553
|
-
readonly physical: "maxHeight";
|
|
554
|
-
readonly logical: "maxBlockSize";
|
|
555
|
-
};
|
|
556
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
532
|
+
readonly property: "maxHeight";
|
|
557
533
|
readonly transform: (value: string | number) => string | 0;
|
|
558
534
|
};
|
|
559
535
|
readonly verticalAlign: {
|
|
560
536
|
readonly property: "verticalAlign";
|
|
561
537
|
};
|
|
562
|
-
readonly direction: {
|
|
563
|
-
readonly property: "direction";
|
|
564
|
-
};
|
|
565
538
|
};
|
|
566
539
|
export declare const list: {
|
|
567
540
|
readonly listStyle: {
|
|
@@ -1227,59 +1200,32 @@ export declare const all: {
|
|
|
1227
1200
|
readonly transform: (value: string | number) => string | 0;
|
|
1228
1201
|
};
|
|
1229
1202
|
width: {
|
|
1230
|
-
readonly property:
|
|
1231
|
-
readonly physical: "width";
|
|
1232
|
-
readonly logical: "inlineSize";
|
|
1233
|
-
};
|
|
1234
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1203
|
+
readonly property: "width";
|
|
1235
1204
|
readonly transform: (value: string | number) => string | 0;
|
|
1236
1205
|
};
|
|
1237
1206
|
minWidth: {
|
|
1238
|
-
readonly property:
|
|
1239
|
-
readonly physical: "minWidth";
|
|
1240
|
-
readonly logical: "minInlineSize";
|
|
1241
|
-
};
|
|
1242
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1207
|
+
readonly property: "minWidth";
|
|
1243
1208
|
readonly transform: (value: string | number) => string | 0;
|
|
1244
1209
|
};
|
|
1245
1210
|
maxWidth: {
|
|
1246
|
-
readonly property:
|
|
1247
|
-
readonly physical: "maxWidth";
|
|
1248
|
-
readonly logical: "maxInlineSize";
|
|
1249
|
-
};
|
|
1250
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1211
|
+
readonly property: "maxWidth";
|
|
1251
1212
|
readonly transform: (value: string | number) => string | 0;
|
|
1252
1213
|
};
|
|
1253
1214
|
height: {
|
|
1254
|
-
readonly property:
|
|
1255
|
-
readonly physical: "height";
|
|
1256
|
-
readonly logical: "blockSize";
|
|
1257
|
-
};
|
|
1258
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1215
|
+
readonly property: "height";
|
|
1259
1216
|
readonly transform: (value: string | number) => string | 0;
|
|
1260
1217
|
};
|
|
1261
1218
|
minHeight: {
|
|
1262
|
-
readonly property:
|
|
1263
|
-
readonly physical: "minHeight";
|
|
1264
|
-
readonly logical: "minBlockSize";
|
|
1265
|
-
};
|
|
1266
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1219
|
+
readonly property: "minHeight";
|
|
1267
1220
|
readonly transform: (value: string | number) => string | 0;
|
|
1268
1221
|
};
|
|
1269
1222
|
maxHeight: {
|
|
1270
|
-
readonly property:
|
|
1271
|
-
readonly physical: "maxHeight";
|
|
1272
|
-
readonly logical: "maxBlockSize";
|
|
1273
|
-
};
|
|
1274
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1223
|
+
readonly property: "maxHeight";
|
|
1275
1224
|
readonly transform: (value: string | number) => string | 0;
|
|
1276
1225
|
};
|
|
1277
1226
|
verticalAlign: {
|
|
1278
1227
|
readonly property: "verticalAlign";
|
|
1279
1228
|
};
|
|
1280
|
-
direction: {
|
|
1281
|
-
readonly property: "direction";
|
|
1282
|
-
};
|
|
1283
1229
|
justifyContent: {
|
|
1284
1230
|
readonly property: "justifyContent";
|
|
1285
1231
|
};
|
package/dist/variance/config.js
CHANGED
|
@@ -467,59 +467,32 @@ export const layout = {
|
|
|
467
467
|
transform: transformSize
|
|
468
468
|
},
|
|
469
469
|
width: {
|
|
470
|
-
property:
|
|
471
|
-
physical: 'width',
|
|
472
|
-
logical: 'inlineSize'
|
|
473
|
-
},
|
|
474
|
-
resolveProperty: getPropertyMode,
|
|
470
|
+
property: 'width',
|
|
475
471
|
transform: transformSize
|
|
476
472
|
},
|
|
477
473
|
minWidth: {
|
|
478
|
-
property:
|
|
479
|
-
physical: 'minWidth',
|
|
480
|
-
logical: 'minInlineSize'
|
|
481
|
-
},
|
|
482
|
-
resolveProperty: getPropertyMode,
|
|
474
|
+
property: 'minWidth',
|
|
483
475
|
transform: transformSize
|
|
484
476
|
},
|
|
485
477
|
maxWidth: {
|
|
486
|
-
property:
|
|
487
|
-
physical: 'maxWidth',
|
|
488
|
-
logical: 'maxInlineSize'
|
|
489
|
-
},
|
|
490
|
-
resolveProperty: getPropertyMode,
|
|
478
|
+
property: 'maxWidth',
|
|
491
479
|
transform: transformSize
|
|
492
480
|
},
|
|
493
481
|
height: {
|
|
494
|
-
property:
|
|
495
|
-
physical: 'height',
|
|
496
|
-
logical: 'blockSize'
|
|
497
|
-
},
|
|
498
|
-
resolveProperty: getPropertyMode,
|
|
482
|
+
property: 'height',
|
|
499
483
|
transform: transformSize
|
|
500
484
|
},
|
|
501
485
|
minHeight: {
|
|
502
|
-
property:
|
|
503
|
-
physical: 'minHeight',
|
|
504
|
-
logical: 'minBlockSize'
|
|
505
|
-
},
|
|
506
|
-
resolveProperty: getPropertyMode,
|
|
486
|
+
property: 'minHeight',
|
|
507
487
|
transform: transformSize
|
|
508
488
|
},
|
|
509
489
|
maxHeight: {
|
|
510
|
-
property:
|
|
511
|
-
physical: 'maxHeight',
|
|
512
|
-
logical: 'maxBlockSize'
|
|
513
|
-
},
|
|
514
|
-
resolveProperty: getPropertyMode,
|
|
490
|
+
property: 'maxHeight',
|
|
515
491
|
transform: transformSize
|
|
516
492
|
},
|
|
517
493
|
verticalAlign: {
|
|
518
494
|
property: 'verticalAlign'
|
|
519
495
|
},
|
|
520
|
-
direction: {
|
|
521
|
-
property: 'direction'
|
|
522
|
-
},
|
|
523
496
|
...selfAlignments,
|
|
524
497
|
...gridItems,
|
|
525
498
|
...flexItems
|
package/dist/variance/props.d.ts
CHANGED
|
@@ -211,59 +211,32 @@ export declare const layout: import("@codecademy/variance/dist/types/config").Pa
|
|
|
211
211
|
readonly transform: (value: string | number) => string | 0;
|
|
212
212
|
};
|
|
213
213
|
readonly width: {
|
|
214
|
-
readonly property:
|
|
215
|
-
readonly physical: "width";
|
|
216
|
-
readonly logical: "inlineSize";
|
|
217
|
-
};
|
|
218
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
214
|
+
readonly property: "width";
|
|
219
215
|
readonly transform: (value: string | number) => string | 0;
|
|
220
216
|
};
|
|
221
217
|
readonly minWidth: {
|
|
222
|
-
readonly property:
|
|
223
|
-
readonly physical: "minWidth";
|
|
224
|
-
readonly logical: "minInlineSize";
|
|
225
|
-
};
|
|
226
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
218
|
+
readonly property: "minWidth";
|
|
227
219
|
readonly transform: (value: string | number) => string | 0;
|
|
228
220
|
};
|
|
229
221
|
readonly maxWidth: {
|
|
230
|
-
readonly property:
|
|
231
|
-
readonly physical: "maxWidth";
|
|
232
|
-
readonly logical: "maxInlineSize";
|
|
233
|
-
};
|
|
234
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
222
|
+
readonly property: "maxWidth";
|
|
235
223
|
readonly transform: (value: string | number) => string | 0;
|
|
236
224
|
};
|
|
237
225
|
readonly height: {
|
|
238
|
-
readonly property:
|
|
239
|
-
readonly physical: "height";
|
|
240
|
-
readonly logical: "blockSize";
|
|
241
|
-
};
|
|
242
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
226
|
+
readonly property: "height";
|
|
243
227
|
readonly transform: (value: string | number) => string | 0;
|
|
244
228
|
};
|
|
245
229
|
readonly minHeight: {
|
|
246
|
-
readonly property:
|
|
247
|
-
readonly physical: "minHeight";
|
|
248
|
-
readonly logical: "minBlockSize";
|
|
249
|
-
};
|
|
250
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
230
|
+
readonly property: "minHeight";
|
|
251
231
|
readonly transform: (value: string | number) => string | 0;
|
|
252
232
|
};
|
|
253
233
|
readonly maxHeight: {
|
|
254
|
-
readonly property:
|
|
255
|
-
readonly physical: "maxHeight";
|
|
256
|
-
readonly logical: "maxBlockSize";
|
|
257
|
-
};
|
|
258
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
234
|
+
readonly property: "maxHeight";
|
|
259
235
|
readonly transform: (value: string | number) => string | 0;
|
|
260
236
|
};
|
|
261
237
|
readonly verticalAlign: {
|
|
262
238
|
readonly property: "verticalAlign";
|
|
263
239
|
};
|
|
264
|
-
readonly direction: {
|
|
265
|
-
readonly property: "direction";
|
|
266
|
-
};
|
|
267
240
|
}>>;
|
|
268
241
|
export declare const positioning: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
|
|
269
242
|
readonly position: {
|
|
@@ -1230,59 +1203,32 @@ export declare const css: import("@codecademy/variance/dist/types/config").CSS<i
|
|
|
1230
1203
|
readonly transform: (value: string | number) => string | 0;
|
|
1231
1204
|
};
|
|
1232
1205
|
width: {
|
|
1233
|
-
readonly property:
|
|
1234
|
-
readonly physical: "width";
|
|
1235
|
-
readonly logical: "inlineSize";
|
|
1236
|
-
};
|
|
1237
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1206
|
+
readonly property: "width";
|
|
1238
1207
|
readonly transform: (value: string | number) => string | 0;
|
|
1239
1208
|
};
|
|
1240
1209
|
minWidth: {
|
|
1241
|
-
readonly property:
|
|
1242
|
-
readonly physical: "minWidth";
|
|
1243
|
-
readonly logical: "minInlineSize";
|
|
1244
|
-
};
|
|
1245
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1210
|
+
readonly property: "minWidth";
|
|
1246
1211
|
readonly transform: (value: string | number) => string | 0;
|
|
1247
1212
|
};
|
|
1248
1213
|
maxWidth: {
|
|
1249
|
-
readonly property:
|
|
1250
|
-
readonly physical: "maxWidth";
|
|
1251
|
-
readonly logical: "maxInlineSize";
|
|
1252
|
-
};
|
|
1253
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1214
|
+
readonly property: "maxWidth";
|
|
1254
1215
|
readonly transform: (value: string | number) => string | 0;
|
|
1255
1216
|
};
|
|
1256
1217
|
height: {
|
|
1257
|
-
readonly property:
|
|
1258
|
-
readonly physical: "height";
|
|
1259
|
-
readonly logical: "blockSize";
|
|
1260
|
-
};
|
|
1261
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1218
|
+
readonly property: "height";
|
|
1262
1219
|
readonly transform: (value: string | number) => string | 0;
|
|
1263
1220
|
};
|
|
1264
1221
|
minHeight: {
|
|
1265
|
-
readonly property:
|
|
1266
|
-
readonly physical: "minHeight";
|
|
1267
|
-
readonly logical: "minBlockSize";
|
|
1268
|
-
};
|
|
1269
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1222
|
+
readonly property: "minHeight";
|
|
1270
1223
|
readonly transform: (value: string | number) => string | 0;
|
|
1271
1224
|
};
|
|
1272
1225
|
maxHeight: {
|
|
1273
|
-
readonly property:
|
|
1274
|
-
readonly physical: "maxHeight";
|
|
1275
|
-
readonly logical: "maxBlockSize";
|
|
1276
|
-
};
|
|
1277
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1226
|
+
readonly property: "maxHeight";
|
|
1278
1227
|
readonly transform: (value: string | number) => string | 0;
|
|
1279
1228
|
};
|
|
1280
1229
|
verticalAlign: {
|
|
1281
1230
|
readonly property: "verticalAlign";
|
|
1282
1231
|
};
|
|
1283
|
-
direction: {
|
|
1284
|
-
readonly property: "direction";
|
|
1285
|
-
};
|
|
1286
1232
|
justifyContent: {
|
|
1287
1233
|
readonly property: "justifyContent";
|
|
1288
1234
|
};
|
|
@@ -1875,59 +1821,32 @@ export declare const variant: import("@codecademy/variance/dist/types/config").V
|
|
|
1875
1821
|
readonly transform: (value: string | number) => string | 0;
|
|
1876
1822
|
};
|
|
1877
1823
|
width: {
|
|
1878
|
-
readonly property:
|
|
1879
|
-
readonly physical: "width";
|
|
1880
|
-
readonly logical: "inlineSize";
|
|
1881
|
-
};
|
|
1882
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1824
|
+
readonly property: "width";
|
|
1883
1825
|
readonly transform: (value: string | number) => string | 0;
|
|
1884
1826
|
};
|
|
1885
1827
|
minWidth: {
|
|
1886
|
-
readonly property:
|
|
1887
|
-
readonly physical: "minWidth";
|
|
1888
|
-
readonly logical: "minInlineSize";
|
|
1889
|
-
};
|
|
1890
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1828
|
+
readonly property: "minWidth";
|
|
1891
1829
|
readonly transform: (value: string | number) => string | 0;
|
|
1892
1830
|
};
|
|
1893
1831
|
maxWidth: {
|
|
1894
|
-
readonly property:
|
|
1895
|
-
readonly physical: "maxWidth";
|
|
1896
|
-
readonly logical: "maxInlineSize";
|
|
1897
|
-
};
|
|
1898
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1832
|
+
readonly property: "maxWidth";
|
|
1899
1833
|
readonly transform: (value: string | number) => string | 0;
|
|
1900
1834
|
};
|
|
1901
1835
|
height: {
|
|
1902
|
-
readonly property:
|
|
1903
|
-
readonly physical: "height";
|
|
1904
|
-
readonly logical: "blockSize";
|
|
1905
|
-
};
|
|
1906
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1836
|
+
readonly property: "height";
|
|
1907
1837
|
readonly transform: (value: string | number) => string | 0;
|
|
1908
1838
|
};
|
|
1909
1839
|
minHeight: {
|
|
1910
|
-
readonly property:
|
|
1911
|
-
readonly physical: "minHeight";
|
|
1912
|
-
readonly logical: "minBlockSize";
|
|
1913
|
-
};
|
|
1914
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1840
|
+
readonly property: "minHeight";
|
|
1915
1841
|
readonly transform: (value: string | number) => string | 0;
|
|
1916
1842
|
};
|
|
1917
1843
|
maxHeight: {
|
|
1918
|
-
readonly property:
|
|
1919
|
-
readonly physical: "maxHeight";
|
|
1920
|
-
readonly logical: "maxBlockSize";
|
|
1921
|
-
};
|
|
1922
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
1844
|
+
readonly property: "maxHeight";
|
|
1923
1845
|
readonly transform: (value: string | number) => string | 0;
|
|
1924
1846
|
};
|
|
1925
1847
|
verticalAlign: {
|
|
1926
1848
|
readonly property: "verticalAlign";
|
|
1927
1849
|
};
|
|
1928
|
-
direction: {
|
|
1929
|
-
readonly property: "direction";
|
|
1930
|
-
};
|
|
1931
1850
|
justifyContent: {
|
|
1932
1851
|
readonly property: "justifyContent";
|
|
1933
1852
|
};
|
|
@@ -2520,59 +2439,32 @@ export declare const states: import("@codecademy/variance/dist/types/config").St
|
|
|
2520
2439
|
readonly transform: (value: string | number) => string | 0;
|
|
2521
2440
|
};
|
|
2522
2441
|
width: {
|
|
2523
|
-
readonly property:
|
|
2524
|
-
readonly physical: "width";
|
|
2525
|
-
readonly logical: "inlineSize";
|
|
2526
|
-
};
|
|
2527
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2442
|
+
readonly property: "width";
|
|
2528
2443
|
readonly transform: (value: string | number) => string | 0;
|
|
2529
2444
|
};
|
|
2530
2445
|
minWidth: {
|
|
2531
|
-
readonly property:
|
|
2532
|
-
readonly physical: "minWidth";
|
|
2533
|
-
readonly logical: "minInlineSize";
|
|
2534
|
-
};
|
|
2535
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2446
|
+
readonly property: "minWidth";
|
|
2536
2447
|
readonly transform: (value: string | number) => string | 0;
|
|
2537
2448
|
};
|
|
2538
2449
|
maxWidth: {
|
|
2539
|
-
readonly property:
|
|
2540
|
-
readonly physical: "maxWidth";
|
|
2541
|
-
readonly logical: "maxInlineSize";
|
|
2542
|
-
};
|
|
2543
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2450
|
+
readonly property: "maxWidth";
|
|
2544
2451
|
readonly transform: (value: string | number) => string | 0;
|
|
2545
2452
|
};
|
|
2546
2453
|
height: {
|
|
2547
|
-
readonly property:
|
|
2548
|
-
readonly physical: "height";
|
|
2549
|
-
readonly logical: "blockSize";
|
|
2550
|
-
};
|
|
2551
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2454
|
+
readonly property: "height";
|
|
2552
2455
|
readonly transform: (value: string | number) => string | 0;
|
|
2553
2456
|
};
|
|
2554
2457
|
minHeight: {
|
|
2555
|
-
readonly property:
|
|
2556
|
-
readonly physical: "minHeight";
|
|
2557
|
-
readonly logical: "minBlockSize";
|
|
2558
|
-
};
|
|
2559
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2458
|
+
readonly property: "minHeight";
|
|
2560
2459
|
readonly transform: (value: string | number) => string | 0;
|
|
2561
2460
|
};
|
|
2562
2461
|
maxHeight: {
|
|
2563
|
-
readonly property:
|
|
2564
|
-
readonly physical: "maxHeight";
|
|
2565
|
-
readonly logical: "maxBlockSize";
|
|
2566
|
-
};
|
|
2567
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
2462
|
+
readonly property: "maxHeight";
|
|
2568
2463
|
readonly transform: (value: string | number) => string | 0;
|
|
2569
2464
|
};
|
|
2570
2465
|
verticalAlign: {
|
|
2571
2466
|
readonly property: "verticalAlign";
|
|
2572
2467
|
};
|
|
2573
|
-
direction: {
|
|
2574
|
-
readonly property: "direction";
|
|
2575
|
-
};
|
|
2576
2468
|
justifyContent: {
|
|
2577
2469
|
readonly property: "justifyContent";
|
|
2578
2470
|
};
|
package/dist/variance/utils.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ThemeProps } from '@codecademy/variance';
|
|
3
|
-
declare const allPropnames: ["mode", "variant", "fontStyle" | "fontWeight" | "fontSize" | "fontFamily" | "lineHeight" | "color" | "background" | "border" | "p" | "alignContent" | "alignItems" | "alignSelf" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "bottom" | "boxShadow" | "columnGap" | "containerType" | "
|
|
3
|
+
declare const allPropnames: ["mode", "variant", "fontStyle" | "fontWeight" | "fontSize" | "fontFamily" | "lineHeight" | "color" | "background" | "border" | "p" | "alignContent" | "alignItems" | "alignSelf" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "bottom" | "boxShadow" | "columnGap" | "containerType" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "listStyleImage" | "listStylePosition" | "listStyleType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "position" | "right" | "rowGap" | "textAlign" | "textShadow" | "textTransform" | "top" | "verticalAlign" | "whiteSpace" | "width" | "zIndex" | "backgroundPosition" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "inset" | "listStyle" | "overflow" | "textDecoration" | "dimensions" | "textColor" | "bg" | "borderColorX" | "borderColorY" | "borderColorLeft" | "borderColorRight" | "borderColorTop" | "borderColorBottom" | "px" | "py" | "pt" | "pb" | "pr" | "pl" | "m" | "mx" | "my" | "mt" | "mb" | "mr" | "ml" | "borderX" | "borderY" | "borderWidthX" | "borderWidthY" | "borderWidthLeft" | "borderWidthRight" | "borderWidthTop" | "borderWidthBottom" | "borderRadiusLeft" | "borderRadiusTop" | "borderRadiusBottom" | "borderRadiusRight" | "borderRadiusTopLeft" | "borderRadiusTopRight" | "borderRadiusBottomRight" | "borderRadiusBottomLeft" | "borderStyleX" | "borderStyleY" | "borderStyleLeft" | "borderStyleRight" | "borderStyleTop" | "borderStyleBottom"];
|
|
4
4
|
export type SystemPropNames = (typeof allPropnames)[number];
|
|
5
5
|
export type ElementOrProps = keyof JSX.IntrinsicElements | ThemeProps;
|
|
6
6
|
export type ForwardableProps<El extends ElementOrProps, Additional> = Exclude<El extends keyof JSX.IntrinsicElements ? keyof JSX.IntrinsicElements[El] : keyof Element, Additional | SystemPropNames>;
|
|
7
7
|
export declare function createStyledOptions<El extends ElementOrProps = 'div', Additional extends string = never>(additional?: readonly Additional[]): {
|
|
8
|
-
shouldForwardProp: (prop: PropertyKey) => prop is Exclude<El extends keyof JSX.IntrinsicElements ? keyof JSX.IntrinsicElements[El] : keyof Element, "fontStyle" | "fontWeight" | "fontSize" | "fontFamily" | "lineHeight" | "color" | "background" | "border" | "mode" | "p" | "alignContent" | "alignItems" | "alignSelf" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "bottom" | "boxShadow" | "columnGap" | "containerType" | "
|
|
8
|
+
shouldForwardProp: (prop: PropertyKey) => prop is Exclude<El extends keyof JSX.IntrinsicElements ? keyof JSX.IntrinsicElements[El] : keyof Element, "fontStyle" | "fontWeight" | "fontSize" | "fontFamily" | "lineHeight" | "color" | "background" | "border" | "mode" | "p" | "alignContent" | "alignItems" | "alignSelf" | "backgroundImage" | "backgroundRepeat" | "backgroundSize" | "bottom" | "boxShadow" | "columnGap" | "containerType" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "listStyleImage" | "listStylePosition" | "listStyleType" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "position" | "right" | "rowGap" | "textAlign" | "textShadow" | "textTransform" | "top" | "verticalAlign" | "whiteSpace" | "width" | "zIndex" | "backgroundPosition" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "inset" | "listStyle" | "overflow" | "textDecoration" | "dimensions" | "textColor" | "bg" | "borderColorX" | "borderColorY" | "borderColorLeft" | "borderColorRight" | "borderColorTop" | "borderColorBottom" | "px" | "py" | "pt" | "pb" | "pr" | "pl" | "m" | "mx" | "my" | "mt" | "mb" | "mr" | "ml" | "borderX" | "borderY" | "borderWidthX" | "borderWidthY" | "borderWidthLeft" | "borderWidthRight" | "borderWidthTop" | "borderWidthBottom" | "borderRadiusLeft" | "borderRadiusTop" | "borderRadiusBottom" | "borderRadiusRight" | "borderRadiusTopLeft" | "borderRadiusTopRight" | "borderRadiusBottomRight" | "borderRadiusBottomLeft" | "borderStyleX" | "borderStyleY" | "borderStyleLeft" | "borderStyleRight" | "borderStyleTop" | "borderStyleBottom" | "variant" | Additional>;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
11
11
|
* @description
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut-styles",
|
|
3
3
|
"description": "Styleguide & Component library for codecademy.com",
|
|
4
|
-
"version": "17.12.0-alpha.
|
|
4
|
+
"version": "17.12.0-alpha.f66feb.0",
|
|
5
5
|
"author": "Jake Hiller <jake@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/variance": "0.26.0-alpha.
|
|
7
|
+
"@codecademy/variance": "0.26.0-alpha.f66feb.0",
|
|
8
8
|
"@emotion/is-prop-valid": "^1.1.0",
|
|
9
9
|
"polished": "^4.1.2"
|
|
10
10
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "nx build @codecademy/gamut-styles"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "48caddfa6555eb3c8ea5ae0cf5b1b2602be21163"
|
|
38
38
|
}
|