@imposium-hub/components 2.11.6-0 → 2.11.7-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/cjs/components/advanced-number-field/AdvancedNumberField.d.ts +0 -8
- package/dist/cjs/components/advanced-number-field/AdvancedNumberField.js +2 -2
- package/dist/cjs/components/advanced-number-field/AdvancedNumberField.js.map +1 -1
- package/dist/cjs/components/button-group-field/ButtonGroupField.d.ts +0 -9
- package/dist/cjs/components/button-group-field/ButtonGroupField.js +20 -38
- package/dist/cjs/components/button-group-field/ButtonGroupField.js.map +1 -1
- package/dist/cjs/components/checkbox-field/CheckboxField.d.ts +0 -8
- package/dist/cjs/components/checkbox-field/CheckboxField.js +2 -2
- package/dist/cjs/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/cjs/components/color-field/ColorField.d.ts +0 -8
- package/dist/cjs/components/color-field/ColorField.js +2 -2
- package/dist/cjs/components/color-field/ColorField.js.map +1 -1
- package/dist/cjs/components/controlled-list/ControlledList.d.ts +2 -6
- package/dist/cjs/components/controlled-list/ControlledList.js +6 -22
- package/dist/cjs/components/controlled-list/ControlledList.js.map +1 -1
- package/dist/cjs/components/field-wrapper/FieldWrapper.d.ts +0 -11
- package/dist/cjs/components/field-wrapper/FieldWrapper.js +6 -25
- package/dist/cjs/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/cjs/components/number-field/NumberField.d.ts +0 -9
- package/dist/cjs/components/number-field/NumberField.js +5 -2
- package/dist/cjs/components/number-field/NumberField.js.map +1 -1
- package/dist/cjs/components/publish-wizard/PublishWizard.js +9 -1
- package/dist/cjs/components/publish-wizard/PublishWizard.js.map +1 -1
- package/dist/cjs/components/select-field/SelectField.d.ts +0 -8
- package/dist/cjs/components/select-field/SelectField.js +2 -2
- package/dist/cjs/components/select-field/SelectField.js.map +1 -1
- package/dist/cjs/constants/copy.d.ts +0 -3
- package/dist/cjs/constants/copy.js +1 -4
- package/dist/cjs/constants/copy.js.map +1 -1
- package/dist/cjs/constants/icons.d.ts +0 -2
- package/dist/cjs/constants/icons.js +1 -3
- package/dist/cjs/constants/icons.js.map +1 -1
- package/dist/cjs/constants/variables.d.ts +0 -4
- package/dist/cjs/constants/variables.js +1 -13
- package/dist/cjs/constants/variables.js.map +1 -1
- package/dist/cjs/index.d.ts +2 -6
- package/dist/cjs/index.js +1 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.d.ts +0 -8
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.js +2 -2
- package/dist/esm/components/advanced-number-field/AdvancedNumberField.js.map +1 -1
- package/dist/esm/components/button-group-field/ButtonGroupField.d.ts +0 -9
- package/dist/esm/components/button-group-field/ButtonGroupField.js +20 -38
- package/dist/esm/components/button-group-field/ButtonGroupField.js.map +1 -1
- package/dist/esm/components/checkbox-field/CheckboxField.d.ts +0 -8
- package/dist/esm/components/checkbox-field/CheckboxField.js +2 -2
- package/dist/esm/components/checkbox-field/CheckboxField.js.map +1 -1
- package/dist/esm/components/color-field/ColorField.d.ts +0 -8
- package/dist/esm/components/color-field/ColorField.js +2 -2
- package/dist/esm/components/color-field/ColorField.js.map +1 -1
- package/dist/esm/components/controlled-list/ControlledList.d.ts +2 -6
- package/dist/esm/components/controlled-list/ControlledList.js +7 -24
- package/dist/esm/components/controlled-list/ControlledList.js.map +1 -1
- package/dist/esm/components/field-wrapper/FieldWrapper.d.ts +0 -11
- package/dist/esm/components/field-wrapper/FieldWrapper.js +6 -24
- package/dist/esm/components/field-wrapper/FieldWrapper.js.map +1 -1
- package/dist/esm/components/number-field/NumberField.d.ts +0 -9
- package/dist/esm/components/number-field/NumberField.js +5 -2
- package/dist/esm/components/number-field/NumberField.js.map +1 -1
- package/dist/esm/components/publish-wizard/PublishWizard.js +9 -1
- package/dist/esm/components/publish-wizard/PublishWizard.js.map +1 -1
- package/dist/esm/components/select-field/SelectField.d.ts +0 -8
- package/dist/esm/components/select-field/SelectField.js +2 -2
- package/dist/esm/components/select-field/SelectField.js.map +1 -1
- package/dist/esm/constants/copy.d.ts +0 -3
- package/dist/esm/constants/copy.js +0 -3
- package/dist/esm/constants/copy.js.map +1 -1
- package/dist/esm/constants/icons.d.ts +0 -2
- package/dist/esm/constants/icons.js +2 -4
- package/dist/esm/constants/icons.js.map +1 -1
- package/dist/esm/constants/variables.d.ts +0 -4
- package/dist/esm/constants/variables.js +0 -11
- package/dist/esm/constants/variables.js.map +1 -1
- package/dist/esm/index.d.ts +2 -6
- package/dist/esm/index.js +1 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/styles.css +26 -131
- package/dist/styles.less +225 -374
- package/less/components/button.less +1 -5
- package/less/components/controlled-list.less +13 -118
- package/less/components/dropdown.less +0 -3
- package/less/components/font-picker.less +14 -18
- package/less/components/form-field.less +182 -224
- package/less/components/publish-wizard.less +16 -9
- package/package.json +1 -3
- package/src/components/advanced-number-field/AdvancedNumberField.tsx +4 -29
- package/src/components/button-group-field/ButtonGroupField.tsx +39 -110
- package/src/components/checkbox-field/CheckboxField.tsx +3 -36
- package/src/components/color-field/ColorField.tsx +4 -29
- package/src/components/controlled-list/ControlledList.tsx +14 -62
- package/src/components/field-wrapper/FieldWrapper.tsx +6 -80
- package/src/components/number-field/NumberField.tsx +8 -34
- package/src/components/publish-wizard/PublishWizard.tsx +10 -0
- package/src/components/select-field/SelectField.tsx +4 -29
- package/src/constants/copy.ts +0 -4
- package/src/constants/icons.tsx +1 -6
- package/src/constants/variables.ts +0 -16
- package/src/index.ts +2 -11
- package/src/components/config-variable-button/ConfigVariableButton.tsx +0 -141
- package/src/components/font-field/FontField.tsx +0 -78
- package/src/components/icon-toggle/IconToggle.tsx +0 -63
- package/src/components/text-area-autocomplete/TextAreaAutocomplete.tsx +0 -78
- package/src/components/variables-dropdown/VariableDropdown.tsx +0 -98
- package/src/constants/fonts.ts +0 -296
package/dist/styles.less
CHANGED
|
@@ -732,7 +732,7 @@ body{
|
|
|
732
732
|
@buttonMargin:2px;
|
|
733
733
|
|
|
734
734
|
.imposium-btn{
|
|
735
|
-
|
|
735
|
+
|
|
736
736
|
display: inline-block;
|
|
737
737
|
box-sizing: border-box;
|
|
738
738
|
border-radius:2px;
|
|
@@ -769,10 +769,6 @@ body{
|
|
|
769
769
|
pointer-events:none;
|
|
770
770
|
}
|
|
771
771
|
|
|
772
|
-
&.icon-toggle {
|
|
773
|
-
padding-top: 4px;
|
|
774
|
-
}
|
|
775
|
-
|
|
776
772
|
.loading-icon{
|
|
777
773
|
|
|
778
774
|
svg{
|
|
@@ -1024,133 +1020,28 @@ body{
|
|
|
1024
1020
|
}
|
|
1025
1021
|
}
|
|
1026
1022
|
}
|
|
1027
|
-
.override_variable {
|
|
1028
|
-
|
|
1029
|
-
&.color,
|
|
1030
|
-
&.text,
|
|
1031
|
-
&.number {
|
|
1032
|
-
.controlled-list {
|
|
1033
|
-
.item {
|
|
1034
|
-
margin-top: unset;
|
|
1035
|
-
margin-bottom: unset;
|
|
1036
|
-
color: rgba(223, 223, 223, 0.4);
|
|
1037
|
-
width: 100%;
|
|
1038
|
-
.buttons {
|
|
1039
|
-
right: 0px;
|
|
1040
|
-
top: 0px !important;
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
&.text, &.number {
|
|
1047
|
-
.item {
|
|
1048
|
-
width: fit-content;
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
&.boolean {
|
|
1053
|
-
min-width: unset !important;
|
|
1054
|
-
|
|
1055
|
-
.item.checkbox {
|
|
1056
|
-
margin-top: unset;
|
|
1057
|
-
margin-bottom: unset;
|
|
1058
|
-
background: #1d1d1d;
|
|
1059
|
-
color: rgba(223, 223, 223, 0.4);
|
|
1060
|
-
font-size: 12px;
|
|
1061
|
-
box-sizing: border-box;
|
|
1062
|
-
vertical-align: top;
|
|
1063
|
-
font-family: 'Roboto Condensed', sans-serif;
|
|
1064
|
-
appearance: none;
|
|
1065
|
-
display: flex;
|
|
1066
|
-
border: 1px solid #353535;
|
|
1067
|
-
border-radius: 2px;
|
|
1068
|
-
width: 18px;
|
|
1069
|
-
height: 18px;
|
|
1070
|
-
padding: 2px;
|
|
1071
|
-
|
|
1072
|
-
svg {
|
|
1073
|
-
margin-left: 1px;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.buttons svg {
|
|
1077
|
-
margin-left: 2px;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
&:hover {
|
|
1081
|
-
.buttons {
|
|
1082
|
-
top: -2px;
|
|
1083
|
-
right: -3px;
|
|
1084
|
-
background: unset;
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
&.textarea {
|
|
1091
|
-
.item {
|
|
1092
|
-
margin: 0;
|
|
1093
|
-
|
|
1094
|
-
.buttons {
|
|
1095
|
-
right: 0px;
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
&.number,
|
|
1101
|
-
&.text,
|
|
1102
|
-
&.color {
|
|
1103
|
-
.item {
|
|
1104
|
-
background-color: @backgroundDark;
|
|
1105
|
-
|
|
1106
|
-
p {
|
|
1107
|
-
padding: 0 4px;
|
|
1108
|
-
white-space: nowrap;
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
}
|
|
1115
1023
|
|
|
1116
|
-
.controlled-list
|
|
1024
|
+
.controlled-list{
|
|
1117
1025
|
|
|
1118
|
-
width:
|
|
1119
|
-
|
|
1120
|
-
.item {
|
|
1121
|
-
position: relative;
|
|
1122
|
-
width: 100%;
|
|
1123
|
-
height: @inputHeight;
|
|
1124
|
-
margin-top: @fieldMargin / 2;
|
|
1125
|
-
margin-bottom: @fieldMargin / 2;
|
|
1126
|
-
|
|
1127
|
-
&.icon-toggle {
|
|
1128
|
-
color: rgba(223, 223, 223, 0.4);
|
|
1129
|
-
position: absolute !important;
|
|
1130
|
-
width: 100% !important;
|
|
1131
|
-
height: 96% !important;
|
|
1132
|
-
margin-top: unset;
|
|
1133
|
-
svg {
|
|
1134
|
-
padding-bottom: 1px;
|
|
1135
|
-
}
|
|
1136
|
-
.buttons {
|
|
1137
|
-
right: -1px;
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1026
|
+
width:100%;
|
|
1140
1027
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1028
|
+
.item{
|
|
1029
|
+
position:relative;
|
|
1030
|
+
width:100%;
|
|
1031
|
+
height:@inputHeight;
|
|
1032
|
+
margin-top:@fieldMargin / 2;
|
|
1033
|
+
margin-bottom:@fieldMargin / 2;
|
|
1145
1034
|
|
|
1146
|
-
|
|
1035
|
+
&:hover{
|
|
1036
|
+
background:@background;
|
|
1037
|
+
.buttons{
|
|
1147
1038
|
display: block;
|
|
1148
1039
|
}
|
|
1149
1040
|
}
|
|
1150
1041
|
|
|
1151
|
-
.buttons
|
|
1042
|
+
.buttons{
|
|
1152
1043
|
display: none;
|
|
1153
|
-
position:
|
|
1044
|
+
position:absolute;
|
|
1154
1045
|
right: 10px;
|
|
1155
1046
|
top: 2px;
|
|
1156
1047
|
}
|
|
@@ -1430,9 +1321,6 @@ body{
|
|
|
1430
1321
|
border-radius: 2px;
|
|
1431
1322
|
transition: transform 190ms @easeOutQuint, opacity 160ms @easeOutQuart;
|
|
1432
1323
|
z-index: 2147483647;
|
|
1433
|
-
&.variables {
|
|
1434
|
-
border: unset;
|
|
1435
|
-
}
|
|
1436
1324
|
}
|
|
1437
1325
|
|
|
1438
1326
|
|
|
@@ -1444,160 +1332,158 @@ body{
|
|
|
1444
1332
|
font-weight: normal;
|
|
1445
1333
|
font-size:80px;
|
|
1446
1334
|
}
|
|
1447
|
-
@labelWidth: 100px;
|
|
1448
|
-
@inputHeight: 20px;
|
|
1449
|
-
@labelHeight: 20px;
|
|
1450
|
-
@fieldMargin: 4px;
|
|
1451
|
-
@labelPadding: 4px;
|
|
1452
|
-
@inputPadding: 30px;
|
|
1453
1335
|
|
|
1454
|
-
|
|
1336
|
+
@labelWidth:100px;
|
|
1337
|
+
@inputHeight:20px;
|
|
1338
|
+
@labelHeight:20px;
|
|
1339
|
+
@fieldMargin:4px;
|
|
1340
|
+
@labelPadding:5px;
|
|
1341
|
+
@inputPadding:30px;
|
|
1342
|
+
|
|
1343
|
+
.inputMixin{
|
|
1455
1344
|
display: inline-block;
|
|
1456
|
-
background
|
|
1457
|
-
border:
|
|
1458
|
-
color
|
|
1459
|
-
font-size
|
|
1460
|
-
box-sizing:
|
|
1345
|
+
background:@inputBackground;
|
|
1346
|
+
border:none;
|
|
1347
|
+
color:@textDefault;
|
|
1348
|
+
font-size:@fontSizeSmall;
|
|
1349
|
+
box-sizing:border-box;
|
|
1461
1350
|
vertical-align: top;
|
|
1462
|
-
height
|
|
1463
|
-
width:
|
|
1351
|
+
height:@inputHeight;
|
|
1352
|
+
width:100%;
|
|
1464
1353
|
font-family: 'Roboto Condensed', sans-serif;
|
|
1465
1354
|
border-radius: 0;
|
|
1466
|
-
appearance:
|
|
1467
|
-
|
|
1468
|
-
&:hover
|
|
1469
|
-
background:
|
|
1355
|
+
appearance:none;
|
|
1356
|
+
|
|
1357
|
+
&:hover{
|
|
1358
|
+
background:darken(@inputBackground, 3%);
|
|
1470
1359
|
}
|
|
1471
1360
|
|
|
1472
|
-
&:focus
|
|
1473
|
-
background:
|
|
1361
|
+
&:focus{
|
|
1362
|
+
background:darken(@inputBackground, 3%);
|
|
1474
1363
|
}
|
|
1475
1364
|
|
|
1476
|
-
&:disabled
|
|
1477
|
-
|
|
1478
|
-
color:
|
|
1479
|
-
background
|
|
1365
|
+
&:disabled{
|
|
1366
|
+
|
|
1367
|
+
color:fadeout(@textDefault, 60%);
|
|
1368
|
+
background:@inputBackground;
|
|
1480
1369
|
pointer-events: none;
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
background: @inputBackground;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
&:hover {
|
|
1487
|
-
background: @inputBackground;
|
|
1370
|
+
&:focus{
|
|
1371
|
+
background:@inputBackground;
|
|
1488
1372
|
}
|
|
1373
|
+
&:hover{
|
|
1374
|
+
background:@inputBackground;
|
|
1375
|
+
}
|
|
1489
1376
|
}
|
|
1490
1377
|
}
|
|
1491
1378
|
|
|
1492
|
-
.form-field
|
|
1493
|
-
|
|
1494
|
-
width:
|
|
1495
|
-
position:
|
|
1379
|
+
.form-field{
|
|
1380
|
+
|
|
1381
|
+
width:100%;
|
|
1382
|
+
position:relative;
|
|
1496
1383
|
display: inline-block;
|
|
1497
1384
|
vertical-align: top;
|
|
1498
|
-
margin-bottom
|
|
1499
|
-
|
|
1500
|
-
input,
|
|
1501
|
-
textarea {
|
|
1385
|
+
margin-bottom:@fieldMargin;
|
|
1386
|
+
|
|
1387
|
+
input, textarea{
|
|
1502
1388
|
.inputMixin;
|
|
1503
|
-
padding:
|
|
1389
|
+
padding:4px;
|
|
1504
1390
|
}
|
|
1505
1391
|
|
|
1506
1392
|
.caret {
|
|
1507
|
-
|
|
1508
|
-
|
|
1393
|
+
top: -2px;
|
|
1394
|
+
}
|
|
1509
1395
|
|
|
1510
1396
|
select {
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1397
|
+
.inputMixin;
|
|
1398
|
+
padding: 4px 15px 4px 4px;
|
|
1399
|
+
}
|
|
1514
1400
|
|
|
1515
1401
|
input[type=number] {
|
|
1516
1402
|
-moz-appearance: textfield;
|
|
1517
1403
|
}
|
|
1518
|
-
|
|
1519
|
-
textarea
|
|
1520
|
-
height
|
|
1521
|
-
resize:
|
|
1522
|
-
padding-right:
|
|
1404
|
+
|
|
1405
|
+
textarea{
|
|
1406
|
+
height:@inputHeight * 3;
|
|
1407
|
+
resize:none;
|
|
1408
|
+
padding-right:25px;
|
|
1523
1409
|
}
|
|
1524
1410
|
|
|
1525
|
-
&.invalid
|
|
1411
|
+
&.invalid{
|
|
1526
1412
|
color: @danger;
|
|
1527
1413
|
}
|
|
1528
1414
|
|
|
1529
|
-
label
|
|
1530
|
-
font-size
|
|
1531
|
-
line-height:
|
|
1415
|
+
label{
|
|
1416
|
+
font-size:@fontSizeSmall;
|
|
1417
|
+
line-height:21px;
|
|
1532
1418
|
display: inline-block;
|
|
1533
1419
|
vertical-align: top;
|
|
1534
|
-
height
|
|
1535
|
-
text-align:
|
|
1536
|
-
padding-right
|
|
1420
|
+
height:@labelHeight;
|
|
1421
|
+
text-align:right;
|
|
1422
|
+
padding-right:@labelPadding;
|
|
1537
1423
|
box-sizing: border-box;
|
|
1538
1424
|
width: @labelWidth;
|
|
1539
|
-
|
|
1540
|
-
&.label-top
|
|
1541
|
-
width:
|
|
1425
|
+
|
|
1426
|
+
&.label-top{
|
|
1427
|
+
width:unset;
|
|
1542
1428
|
text-align: left;
|
|
1543
|
-
padding-right
|
|
1544
|
-
padding-left
|
|
1429
|
+
padding-right:@labelPadding/2;
|
|
1430
|
+
padding-left:@labelPadding/2;
|
|
1545
1431
|
}
|
|
1546
1432
|
}
|
|
1547
1433
|
|
|
1548
|
-
.form-field-content
|
|
1549
|
-
width:
|
|
1434
|
+
.form-field-content{
|
|
1435
|
+
width:calc(100% - @labelWidth);
|
|
1550
1436
|
display: inline-block;
|
|
1551
1437
|
vertical-align: top;
|
|
1552
|
-
box-sizing:
|
|
1438
|
+
box-sizing:border-box;
|
|
1553
1439
|
|
|
1554
|
-
&.label-top
|
|
1555
|
-
padding-left
|
|
1556
|
-
padding-right
|
|
1557
|
-
width:
|
|
1440
|
+
&.label-top{
|
|
1441
|
+
padding-left:@labelPadding/2;
|
|
1442
|
+
padding-right:@labelPadding/2;
|
|
1443
|
+
width:100%;
|
|
1558
1444
|
|
|
1559
|
-
.form-field-buttons
|
|
1560
|
-
top
|
|
1445
|
+
.form-field-buttons{
|
|
1446
|
+
top:@labelHeight;
|
|
1561
1447
|
}
|
|
1562
1448
|
}
|
|
1563
1449
|
}
|
|
1564
1450
|
|
|
1565
|
-
.form-field-buttons
|
|
1566
|
-
position:
|
|
1567
|
-
height
|
|
1568
|
-
top:
|
|
1569
|
-
right:
|
|
1570
|
-
background
|
|
1451
|
+
.form-field-buttons{
|
|
1452
|
+
position:absolute;
|
|
1453
|
+
height:@inputHeight;
|
|
1454
|
+
top:0px;
|
|
1455
|
+
right:0px;
|
|
1456
|
+
background:@inputBackground;
|
|
1571
1457
|
z-index: 1000;
|
|
1572
1458
|
}
|
|
1573
1459
|
|
|
1574
|
-
&.no-label
|
|
1575
|
-
.form-field-content
|
|
1576
|
-
width:
|
|
1577
|
-
margin-left
|
|
1460
|
+
&.no-label{
|
|
1461
|
+
.form-field-content{
|
|
1462
|
+
width:calc(100% - @labelPadding);
|
|
1463
|
+
margin-left:@labelPadding;
|
|
1578
1464
|
}
|
|
1579
1465
|
}
|
|
1580
1466
|
}
|
|
1581
1467
|
|
|
1582
|
-
.filterable-cell-wrapper .form-field-buttons
|
|
1583
|
-
position:
|
|
1468
|
+
.filterable-cell-wrapper .form-field-buttons{
|
|
1469
|
+
position:absolute;
|
|
1584
1470
|
height: 18px;
|
|
1585
|
-
top:
|
|
1586
|
-
right:
|
|
1587
|
-
background
|
|
1471
|
+
top:4px;
|
|
1472
|
+
right:0px;
|
|
1473
|
+
background:@inputBackground;
|
|
1588
1474
|
z-index: 1000;
|
|
1589
1475
|
}
|
|
1590
1476
|
|
|
1591
|
-
.checkbox-field
|
|
1592
|
-
|
|
1593
|
-
.checkbox
|
|
1477
|
+
.checkbox-field{
|
|
1478
|
+
|
|
1479
|
+
.checkbox{
|
|
1594
1480
|
.inputMixin;
|
|
1595
|
-
display:
|
|
1481
|
+
display:flex;
|
|
1596
1482
|
border: 1px solid @backgroundLight;
|
|
1597
1483
|
border-radius: 2px;
|
|
1598
|
-
width:
|
|
1599
|
-
height:
|
|
1600
|
-
padding:
|
|
1484
|
+
width:18px;
|
|
1485
|
+
height:18px;
|
|
1486
|
+
padding:2px;
|
|
1601
1487
|
cursor: pointer;
|
|
1602
1488
|
|
|
1603
1489
|
.fa-check {
|
|
@@ -1606,139 +1492,100 @@ body{
|
|
|
1606
1492
|
}
|
|
1607
1493
|
}
|
|
1608
1494
|
|
|
1609
|
-
.button-group-field
|
|
1610
|
-
.override_variable {
|
|
1611
|
-
cursor: not-allowed;
|
|
1612
|
-
|
|
1613
|
-
&:hover {
|
|
1614
|
-
.item {
|
|
1615
|
-
.buttons {
|
|
1616
|
-
display: block;
|
|
1617
|
-
}
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
.item {
|
|
1622
|
-
top: 20px;
|
|
1623
|
-
position: absolute;
|
|
1624
|
-
background-color: transparent;
|
|
1625
|
-
width: 100%;
|
|
1626
|
-
|
|
1627
|
-
.buttons {
|
|
1628
|
-
display: none;
|
|
1629
|
-
height: 20px;
|
|
1630
|
-
float: right;
|
|
1631
|
-
padding-right: 5px;
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1495
|
+
.button-group-field{
|
|
1635
1496
|
|
|
1636
|
-
.button-group
|
|
1497
|
+
.button-group{
|
|
1637
1498
|
|
|
1638
1499
|
.inputMixin;
|
|
1639
1500
|
|
|
1640
|
-
&:hover
|
|
1641
|
-
background
|
|
1501
|
+
&:hover{
|
|
1502
|
+
background:@inputBackground;
|
|
1642
1503
|
}
|
|
1643
|
-
|
|
1644
|
-
.button-group-option
|
|
1645
|
-
height:
|
|
1504
|
+
|
|
1505
|
+
.button-group-option{
|
|
1506
|
+
height:100%;
|
|
1646
1507
|
user-select: none;
|
|
1647
1508
|
display: inline-block;
|
|
1648
|
-
text-align:
|
|
1509
|
+
text-align:center;
|
|
1649
1510
|
cursor: pointer;
|
|
1650
1511
|
padding-top: 1px;
|
|
1651
1512
|
box-sizing: border-box;
|
|
1652
|
-
color:
|
|
1513
|
+
color:darken(@textDefault, 30%);
|
|
1653
1514
|
background: #373737;
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
background: darken(@inputBackground, 5%);
|
|
1515
|
+
&:hover{
|
|
1516
|
+
background:darken(@inputBackground, 5%);
|
|
1657
1517
|
}
|
|
1658
1518
|
|
|
1659
|
-
&.active
|
|
1660
|
-
cursor:
|
|
1661
|
-
background:
|
|
1662
|
-
color:
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
&.disabled {
|
|
1666
|
-
cursor: not-allowed;
|
|
1667
|
-
background: unset;
|
|
1668
|
-
user-select: none;
|
|
1519
|
+
&.active{
|
|
1520
|
+
cursor:auto;
|
|
1521
|
+
background:unset;
|
|
1522
|
+
color:unset;
|
|
1669
1523
|
}
|
|
1670
1524
|
|
|
1525
|
+
&.disabled svg {
|
|
1526
|
+
color: gray;
|
|
1527
|
+
}
|
|
1671
1528
|
}
|
|
1672
1529
|
}
|
|
1673
1530
|
}
|
|
1674
1531
|
|
|
1675
|
-
.text-area-field
|
|
1532
|
+
.text-area-field{
|
|
1676
1533
|
|
|
1677
|
-
.form-field-buttons
|
|
1678
|
-
right:
|
|
1679
|
-
background:
|
|
1534
|
+
.form-field-buttons{
|
|
1535
|
+
right:10px;
|
|
1536
|
+
background:none;
|
|
1680
1537
|
}
|
|
1681
1538
|
}
|
|
1682
1539
|
|
|
1683
|
-
.select-field
|
|
1684
|
-
&.override_variable {
|
|
1685
|
-
.form-field-buttons {
|
|
1686
|
-
display: none;
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
.item {
|
|
1690
|
-
width: fit-content !important;
|
|
1691
|
-
}
|
|
1692
|
-
}
|
|
1540
|
+
.select-field{
|
|
1693
1541
|
|
|
1694
|
-
select
|
|
1542
|
+
select{
|
|
1695
1543
|
line-height: 12px;
|
|
1696
1544
|
}
|
|
1697
1545
|
}
|
|
1698
1546
|
|
|
1699
|
-
.text-field
|
|
1547
|
+
.text-field{
|
|
1700
1548
|
|
|
1701
|
-
.controlled-input
|
|
1702
|
-
padding-right:
|
|
1549
|
+
.controlled-input{
|
|
1550
|
+
padding-right:25px;
|
|
1703
1551
|
}
|
|
1704
1552
|
}
|
|
1705
1553
|
|
|
1706
|
-
@sliderValWidth:
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
margin: 0px;
|
|
1554
|
+
@sliderValWidth:30px;
|
|
1555
|
+
.slider-field{
|
|
1556
|
+
|
|
1557
|
+
input{
|
|
1558
|
+
width:calc(100% - @sliderValWidth);
|
|
1559
|
+
margin:0px;
|
|
1713
1560
|
|
|
1714
|
-
&.toggle
|
|
1715
|
-
width:
|
|
1561
|
+
&.toggle{
|
|
1562
|
+
width:calc(100% - @sliderValWidth - 18px);
|
|
1716
1563
|
}
|
|
1717
1564
|
}
|
|
1718
1565
|
|
|
1719
|
-
.val
|
|
1566
|
+
.val{
|
|
1720
1567
|
display: inline-block;
|
|
1721
1568
|
vertical-align: top;
|
|
1722
|
-
width
|
|
1723
|
-
text-align:
|
|
1724
|
-
padding:
|
|
1569
|
+
width:@sliderValWidth;
|
|
1570
|
+
text-align:right;
|
|
1571
|
+
padding:2px;
|
|
1725
1572
|
line-height: 14px;
|
|
1726
|
-
border-top:
|
|
1727
|
-
border-right:
|
|
1728
|
-
border-bottom:
|
|
1729
|
-
height
|
|
1730
|
-
box-sizing:
|
|
1731
|
-
background:
|
|
1573
|
+
border-top:2px solid @inputBackground;
|
|
1574
|
+
border-right:2px solid @inputBackground;
|
|
1575
|
+
border-bottom:2px solid @inputBackground;
|
|
1576
|
+
height:@inputHeight;
|
|
1577
|
+
box-sizing:border-box;
|
|
1578
|
+
background:lighten(@inputBackground, 4%);
|
|
1732
1579
|
}
|
|
1733
1580
|
|
|
1734
|
-
.checkbox
|
|
1581
|
+
.checkbox{
|
|
1735
1582
|
.inputMixin;
|
|
1736
1583
|
line-height: 10px;
|
|
1737
1584
|
border: 1px solid @backgroundLight;
|
|
1738
1585
|
border-radius: 2px;
|
|
1739
|
-
width:
|
|
1740
|
-
height:
|
|
1741
|
-
padding:
|
|
1586
|
+
width:18px;
|
|
1587
|
+
height:18px;
|
|
1588
|
+
padding:2px;
|
|
1742
1589
|
cursor: pointer;
|
|
1743
1590
|
|
|
1744
1591
|
.fa-check {
|
|
@@ -1747,71 +1594,70 @@ body{
|
|
|
1747
1594
|
}
|
|
1748
1595
|
}
|
|
1749
1596
|
|
|
1750
|
-
.color-field
|
|
1751
|
-
|
|
1752
|
-
.form-field-content
|
|
1753
|
-
|
|
1754
|
-
&.label-top
|
|
1755
|
-
|
|
1756
|
-
.picker
|
|
1757
|
-
top
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
left: 0px;
|
|
1597
|
+
.color-field{
|
|
1598
|
+
|
|
1599
|
+
.form-field-content{
|
|
1600
|
+
|
|
1601
|
+
&.label-top{
|
|
1602
|
+
|
|
1603
|
+
.picker{
|
|
1604
|
+
top:@inputHeight + @labelHeight;
|
|
1605
|
+
&.picker-left{
|
|
1606
|
+
left:0px;
|
|
1761
1607
|
top: -200px;
|
|
1762
1608
|
}
|
|
1763
1609
|
|
|
1764
|
-
&.picker-right
|
|
1765
|
-
right:
|
|
1610
|
+
&.picker-right{
|
|
1611
|
+
right:0px;
|
|
1766
1612
|
top: -200px;
|
|
1767
1613
|
}
|
|
1768
1614
|
}
|
|
1769
1615
|
}
|
|
1770
1616
|
|
|
1771
|
-
.swatch
|
|
1617
|
+
.swatch{
|
|
1772
1618
|
display: inline-block;
|
|
1773
|
-
height
|
|
1774
|
-
width:
|
|
1619
|
+
height:@inputHeight;
|
|
1620
|
+
width:100%;
|
|
1775
1621
|
}
|
|
1622
|
+
|
|
1623
|
+
.picker{
|
|
1624
|
+
position:absolute;
|
|
1625
|
+
top:@inputHeight + 3px;
|
|
1626
|
+
z-index:15000;
|
|
1776
1627
|
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
top: @inputHeight + 3px;
|
|
1780
|
-
z-index: 15000;
|
|
1781
|
-
|
|
1782
|
-
&.picker-left {
|
|
1783
|
-
left: @labelWidth
|
|
1628
|
+
&.picker-left{
|
|
1629
|
+
left:@labelWidth
|
|
1784
1630
|
}
|
|
1785
1631
|
|
|
1786
|
-
&.picker-right
|
|
1787
|
-
right:
|
|
1632
|
+
&.picker-right{
|
|
1633
|
+
right:0px;
|
|
1788
1634
|
}
|
|
1789
1635
|
|
|
1790
|
-
.sketch-picker
|
|
1636
|
+
.sketch-picker{
|
|
1637
|
+
|
|
1638
|
+
background:@backgroundLight !important;
|
|
1791
1639
|
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
input {
|
|
1795
|
-
box-shadow: none !important;
|
|
1640
|
+
input{
|
|
1641
|
+
box-shadow:none !important;
|
|
1796
1642
|
}
|
|
1797
|
-
|
|
1798
|
-
span
|
|
1799
|
-
color
|
|
1643
|
+
|
|
1644
|
+
span{
|
|
1645
|
+
color:@textDefault !important;
|
|
1800
1646
|
}
|
|
1801
1647
|
|
|
1802
|
-
label
|
|
1803
|
-
width:
|
|
1648
|
+
label{
|
|
1649
|
+
width:unset;
|
|
1804
1650
|
}
|
|
1805
1651
|
|
|
1806
|
-
.flexbox-fix
|
|
1807
|
-
border-top:
|
|
1652
|
+
.flexbox-fix{
|
|
1653
|
+
border-top:none !important;
|
|
1808
1654
|
}
|
|
1809
1655
|
}
|
|
1810
1656
|
}
|
|
1811
1657
|
}
|
|
1812
1658
|
}
|
|
1813
1659
|
|
|
1814
|
-
.caret
|
|
1660
|
+
.caret{
|
|
1815
1661
|
display: block;
|
|
1816
1662
|
width: 18px;
|
|
1817
1663
|
height: 100%;
|
|
@@ -1820,10 +1666,11 @@ body{
|
|
|
1820
1666
|
box-sizing: border-box;
|
|
1821
1667
|
user-select: none;
|
|
1822
1668
|
pointer-events: none;
|
|
1823
|
-
color:
|
|
1824
|
-
|
|
1825
|
-
|
|
1669
|
+
color:lighten(@inputBackground, 10%);
|
|
1670
|
+
position: absolute;
|
|
1671
|
+
left: -18px;
|
|
1826
1672
|
}
|
|
1673
|
+
|
|
1827
1674
|
@headerHeight: 50px;
|
|
1828
1675
|
@defaultBGColor: #212124;
|
|
1829
1676
|
@defaultBorderColor: #494949;
|
|
@@ -2389,8 +2236,22 @@ body{
|
|
|
2389
2236
|
|
|
2390
2237
|
|
|
2391
2238
|
.publish-wizard{
|
|
2392
|
-
|
|
2393
|
-
|
|
2239
|
+
display: flex;
|
|
2240
|
+
flex-direction: column;
|
|
2241
|
+
height: 100%;
|
|
2242
|
+
padding-top: 30px;
|
|
2243
|
+
box-sizing: border-box;
|
|
2244
|
+
|
|
2245
|
+
> div:first-of-type {
|
|
2246
|
+
flex: 1;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.lower-buttons {
|
|
2250
|
+
margin-top: auto;
|
|
2251
|
+
padding-bottom: 5px;
|
|
2252
|
+
width: 100%;
|
|
2253
|
+
text-align: center;
|
|
2254
|
+
}
|
|
2394
2255
|
|
|
2395
2256
|
.missingColumns{
|
|
2396
2257
|
margin: 15px;
|
|
@@ -2463,13 +2324,6 @@ body{
|
|
|
2463
2324
|
background-color: @backgroundLight;
|
|
2464
2325
|
}
|
|
2465
2326
|
|
|
2466
|
-
.lower-buttons{
|
|
2467
|
-
margin-top:10px;
|
|
2468
|
-
left:0px;
|
|
2469
|
-
width:100%;
|
|
2470
|
-
text-align: center;
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
2327
|
.link-wrapper{
|
|
2474
2328
|
display: flex;
|
|
2475
2329
|
flex-wrap: wrap;
|
|
@@ -3366,19 +3220,18 @@ h3{
|
|
|
3366
3220
|
// }
|
|
3367
3221
|
}
|
|
3368
3222
|
}
|
|
3223
|
+
|
|
3369
3224
|
#font-picker {
|
|
3370
3225
|
position: relative;
|
|
3371
3226
|
display: inline-block;
|
|
3372
|
-
width:
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
width: inherit !important;
|
|
3381
|
-
}
|
|
3227
|
+
width: 200px;
|
|
3228
|
+
width: 100%;
|
|
3229
|
+
box-sizing: border-box;
|
|
3230
|
+
-webkit-appearance: none;
|
|
3231
|
+
-moz-appearance: none;
|
|
3232
|
+
appearance: none;
|
|
3233
|
+
padding: 0 2px;
|
|
3234
|
+
box-shadow: none;
|
|
3382
3235
|
|
|
3383
3236
|
* {
|
|
3384
3237
|
box-sizing: border-box;
|
|
@@ -3406,9 +3259,8 @@ h3{
|
|
|
3406
3259
|
height: 20px;
|
|
3407
3260
|
padding: 0 4px;
|
|
3408
3261
|
background: #1d1d1d;
|
|
3409
|
-
|
|
3410
|
-
&:hover,
|
|
3411
|
-
&:focus {
|
|
3262
|
+
|
|
3263
|
+
&:hover, &:focus {
|
|
3412
3264
|
background: #151515;
|
|
3413
3265
|
}
|
|
3414
3266
|
|
|
@@ -3479,10 +3331,8 @@ h3{
|
|
|
3479
3331
|
height: 100%;
|
|
3480
3332
|
padding-left: 3px;
|
|
3481
3333
|
white-space: nowrap;
|
|
3482
|
-
|
|
3483
|
-
&:hover,
|
|
3484
|
-
&:focus,
|
|
3485
|
-
&.active-font {
|
|
3334
|
+
|
|
3335
|
+
&:hover, &:focus, &.active-font {
|
|
3486
3336
|
background: #2d8ceb;
|
|
3487
3337
|
}
|
|
3488
3338
|
}
|
|
@@ -3501,6 +3351,7 @@ h3{
|
|
|
3501
3351
|
max-height: 200px;
|
|
3502
3352
|
}
|
|
3503
3353
|
}
|
|
3354
|
+
|
|
3504
3355
|
.contextmenu {
|
|
3505
3356
|
background: #161616;
|
|
3506
3357
|
position: absolute;
|