form-builder-pro 1.2.2 → 1.2.4
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/index.css +82 -38
- package/dist/index.js +86 -72
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +86 -72
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -691,12 +691,20 @@ video {
|
|
|
691
691
|
}
|
|
692
692
|
.form-builder-config-wrapper input,
|
|
693
693
|
.form-builder-config-wrapper select {
|
|
694
|
-
font-size:
|
|
694
|
+
font-size: 12px;
|
|
695
695
|
background-color: #fff;
|
|
696
|
+
color: #6a6a6a;
|
|
697
|
+
font-weight: 400;
|
|
698
|
+
}
|
|
699
|
+
.layout-span-group{
|
|
700
|
+
border-top: 1px solid #e5e7eb;
|
|
701
|
+
border-bottom: 1px solid #e5e7eb;
|
|
702
|
+
padding: 10px;
|
|
703
|
+
margin: 15px -10px 10px;
|
|
696
704
|
}
|
|
697
705
|
.form-builder-config-wrapper label {
|
|
698
706
|
font-size: 13px;
|
|
699
|
-
font-weight:
|
|
707
|
+
font-weight: 500;
|
|
700
708
|
color: #111827;
|
|
701
709
|
}
|
|
702
710
|
.form-row input,
|
|
@@ -1179,6 +1187,10 @@ body {
|
|
|
1179
1187
|
.border-dashed {
|
|
1180
1188
|
border-style: dashed;
|
|
1181
1189
|
}
|
|
1190
|
+
.border-\[\#e7e7ff\] {
|
|
1191
|
+
--tw-border-opacity: 1;
|
|
1192
|
+
border-color: rgb(231 231 255 / var(--tw-border-opacity, 1));
|
|
1193
|
+
}
|
|
1182
1194
|
.border-\[\#e9e9e9\] {
|
|
1183
1195
|
--tw-border-opacity: 1;
|
|
1184
1196
|
border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
|
|
@@ -1228,6 +1240,13 @@ body {
|
|
|
1228
1240
|
.bg-\[\#847dff1a\] {
|
|
1229
1241
|
background-color: #847dff1a;
|
|
1230
1242
|
}
|
|
1243
|
+
.bg-\[\#e7e7ff\] {
|
|
1244
|
+
--tw-bg-opacity: 1;
|
|
1245
|
+
background-color: rgb(231 231 255 / var(--tw-bg-opacity, 1));
|
|
1246
|
+
}
|
|
1247
|
+
.bg-\[\#f7a1a14d\] {
|
|
1248
|
+
background-color: #f7a1a14d;
|
|
1249
|
+
}
|
|
1231
1250
|
.bg-background {
|
|
1232
1251
|
background-color: hsl(var(--background));
|
|
1233
1252
|
}
|
|
@@ -1242,10 +1261,6 @@ body {
|
|
|
1242
1261
|
--tw-bg-opacity: 1;
|
|
1243
1262
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
|
1244
1263
|
}
|
|
1245
|
-
.bg-blue-600 {
|
|
1246
|
-
--tw-bg-opacity: 1;
|
|
1247
|
-
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
1248
|
-
}
|
|
1249
1264
|
.bg-gray-100 {
|
|
1250
1265
|
--tw-bg-opacity: 1;
|
|
1251
1266
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
|
@@ -1258,10 +1273,6 @@ body {
|
|
|
1258
1273
|
--tw-bg-opacity: 1;
|
|
1259
1274
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
1260
1275
|
}
|
|
1261
|
-
.bg-red-500 {
|
|
1262
|
-
--tw-bg-opacity: 1;
|
|
1263
|
-
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
1264
|
-
}
|
|
1265
1276
|
.bg-transparent {
|
|
1266
1277
|
background-color: transparent;
|
|
1267
1278
|
}
|
|
@@ -1290,6 +1301,10 @@ body {
|
|
|
1290
1301
|
.p-\[0\.5px\] {
|
|
1291
1302
|
padding: 0.5px;
|
|
1292
1303
|
}
|
|
1304
|
+
.px-1 {
|
|
1305
|
+
padding-left: 0.25rem;
|
|
1306
|
+
padding-right: 0.25rem;
|
|
1307
|
+
}
|
|
1293
1308
|
.px-2 {
|
|
1294
1309
|
padding-left: 0.5rem;
|
|
1295
1310
|
padding-right: 0.5rem;
|
|
@@ -1322,10 +1337,6 @@ body {
|
|
|
1322
1337
|
padding-top: 0.5rem;
|
|
1323
1338
|
padding-bottom: 0.5rem;
|
|
1324
1339
|
}
|
|
1325
|
-
.py-2\.5 {
|
|
1326
|
-
padding-top: 0.625rem;
|
|
1327
|
-
padding-bottom: 0.625rem;
|
|
1328
|
-
}
|
|
1329
1340
|
.py-3 {
|
|
1330
1341
|
padding-top: 0.75rem;
|
|
1331
1342
|
padding-bottom: 0.75rem;
|
|
@@ -1340,6 +1351,9 @@ body {
|
|
|
1340
1351
|
.pb-20 {
|
|
1341
1352
|
padding-bottom: 5rem;
|
|
1342
1353
|
}
|
|
1354
|
+
.pl-\[95px\] {
|
|
1355
|
+
padding-left: 95px;
|
|
1356
|
+
}
|
|
1343
1357
|
.pt-2 {
|
|
1344
1358
|
padding-top: 0.5rem;
|
|
1345
1359
|
}
|
|
@@ -1379,6 +1393,9 @@ body {
|
|
|
1379
1393
|
.font-medium {
|
|
1380
1394
|
font-weight: 500;
|
|
1381
1395
|
}
|
|
1396
|
+
.font-normal {
|
|
1397
|
+
font-weight: 400;
|
|
1398
|
+
}
|
|
1382
1399
|
.font-semibold {
|
|
1383
1400
|
font-weight: 600;
|
|
1384
1401
|
}
|
|
@@ -1398,6 +1415,10 @@ body {
|
|
|
1398
1415
|
--tw-text-opacity: 1;
|
|
1399
1416
|
color: rgb(59 73 126 / var(--tw-text-opacity, 1));
|
|
1400
1417
|
}
|
|
1418
|
+
.text-\[\#635bff\] {
|
|
1419
|
+
--tw-text-opacity: 1;
|
|
1420
|
+
color: rgb(99 91 255 / var(--tw-text-opacity, 1));
|
|
1421
|
+
}
|
|
1401
1422
|
.text-blue-600 {
|
|
1402
1423
|
--tw-text-opacity: 1;
|
|
1403
1424
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
|
@@ -1462,11 +1483,6 @@ body {
|
|
|
1462
1483
|
.opacity-50 {
|
|
1463
1484
|
opacity: 0.5;
|
|
1464
1485
|
}
|
|
1465
|
-
.shadow-\[0_17px_20px_-8px_rgba\(77\2c 91\2c 236\2c 0\.231372549\)\] {
|
|
1466
|
-
--tw-shadow: 0 17px 20px -8px rgba(77,91,236,0.231372549);
|
|
1467
|
-
--tw-shadow-colored: 0 17px 20px -8px var(--tw-shadow-color);
|
|
1468
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1469
|
-
}
|
|
1470
1486
|
.shadow-none {
|
|
1471
1487
|
--tw-shadow: 0 0 #0000;
|
|
1472
1488
|
--tw-shadow-colored: 0 0 #0000;
|
|
@@ -1518,6 +1534,29 @@ body {
|
|
|
1518
1534
|
transition-duration: 150ms;
|
|
1519
1535
|
}
|
|
1520
1536
|
|
|
1537
|
+
/* Width */
|
|
1538
|
+
::-webkit-scrollbar {
|
|
1539
|
+
width: 3px;
|
|
1540
|
+
height: 8px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
/* Track */
|
|
1544
|
+
::-webkit-scrollbar-track {
|
|
1545
|
+
background: #fff; /* dark track */
|
|
1546
|
+
border-radius: 10px;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
/* Thumb */
|
|
1550
|
+
::-webkit-scrollbar-thumb {
|
|
1551
|
+
background: #ececec;
|
|
1552
|
+
border-radius: 10px;
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
/* Hover */
|
|
1556
|
+
::-webkit-scrollbar-thumb:hover {
|
|
1557
|
+
background: linear-gradient(180deg, #22d3ee, #60a5fa);
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1521
1560
|
/* Form Builder Specific Styles - High Specificity */
|
|
1522
1561
|
|
|
1523
1562
|
|
|
@@ -1527,28 +1566,30 @@ input[type="checkbox"] {
|
|
|
1527
1566
|
-webkit-appearance: none;
|
|
1528
1567
|
width: 20px;
|
|
1529
1568
|
height: 20px;
|
|
1530
|
-
border:
|
|
1569
|
+
border: 1px solid #e2e2ed;
|
|
1531
1570
|
border-radius: 4px;
|
|
1532
|
-
background-color: #
|
|
1571
|
+
background-color: #fff;
|
|
1533
1572
|
cursor: pointer;
|
|
1534
1573
|
min-height: 20px;
|
|
1535
|
-
|
|
1574
|
+
|
|
1536
1575
|
|
|
1537
1576
|
}
|
|
1538
1577
|
|
|
1539
1578
|
input[type="checkbox"]:checked {
|
|
1540
|
-
background-color: #
|
|
1579
|
+
background-color: #fff;
|
|
1541
1580
|
border-color: #635bff;
|
|
1542
|
-
|
|
1581
|
+
|
|
1543
1582
|
}
|
|
1544
1583
|
|
|
1545
1584
|
input[type="checkbox"]:checked::after {
|
|
1546
1585
|
content: "✔";
|
|
1547
|
-
color:
|
|
1586
|
+
color: #635bff;
|
|
1548
1587
|
font-size: 11px;
|
|
1549
1588
|
display: flex;
|
|
1550
1589
|
align-items: center;
|
|
1551
1590
|
justify-content: center;
|
|
1591
|
+
position: relative;
|
|
1592
|
+
top: 2px;
|
|
1552
1593
|
}
|
|
1553
1594
|
|
|
1554
1595
|
input[type="radio"] {
|
|
@@ -1557,16 +1598,16 @@ input[type="radio"] {
|
|
|
1557
1598
|
-webkit-appearance: none;
|
|
1558
1599
|
width: 18px;
|
|
1559
1600
|
height: 18px;
|
|
1560
|
-
border:
|
|
1601
|
+
border: 1px solid #e7e7ff;
|
|
1561
1602
|
border-radius: 50%;
|
|
1562
1603
|
background-color: #fff;
|
|
1563
1604
|
cursor: pointer;
|
|
1564
|
-
|
|
1605
|
+
|
|
1565
1606
|
}
|
|
1566
1607
|
|
|
1567
1608
|
input[type="radio"]:checked {
|
|
1568
1609
|
border-color: #635bff;
|
|
1569
|
-
|
|
1610
|
+
|
|
1570
1611
|
}
|
|
1571
1612
|
|
|
1572
1613
|
input[type="radio"]:checked::after {
|
|
@@ -1577,7 +1618,7 @@ input[type="radio"]:checked::after {
|
|
|
1577
1618
|
border-radius: 50%;
|
|
1578
1619
|
display: block;
|
|
1579
1620
|
margin: 2px auto;
|
|
1580
|
-
|
|
1621
|
+
|
|
1581
1622
|
}
|
|
1582
1623
|
|
|
1583
1624
|
.file\:border-0::file-selector-button {
|
|
@@ -1683,11 +1724,6 @@ input[type="radio"]:checked::after {
|
|
|
1683
1724
|
background-color: rgb(1 138 141 / var(--tw-bg-opacity, 1));
|
|
1684
1725
|
}
|
|
1685
1726
|
|
|
1686
|
-
.hover\:bg-\[\#2d3a62\]:hover {
|
|
1687
|
-
--tw-bg-opacity: 1;
|
|
1688
|
-
background-color: rgb(45 58 98 / var(--tw-bg-opacity, 1));
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
1727
|
.hover\:bg-blue-200:hover {
|
|
1692
1728
|
--tw-bg-opacity: 1;
|
|
1693
1729
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
|
|
@@ -1961,6 +1997,10 @@ input[type="radio"]:checked::after {
|
|
|
1961
1997
|
|
|
1962
1998
|
@media (min-width: 640px) {
|
|
1963
1999
|
|
|
2000
|
+
.sm\:inline-block {
|
|
2001
|
+
display: inline-block;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
1964
2004
|
.sm\:h-5 {
|
|
1965
2005
|
height: 1.25rem;
|
|
1966
2006
|
}
|
|
@@ -1998,8 +2038,12 @@ input[type="radio"]:checked::after {
|
|
|
1998
2038
|
|
|
1999
2039
|
@media (min-width: 768px) {
|
|
2000
2040
|
|
|
2001
|
-
.md\:w
|
|
2002
|
-
width:
|
|
2041
|
+
.md\:w-\[14rem\] {
|
|
2042
|
+
width: 14rem;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.md\:w-\[17rem\] {
|
|
2046
|
+
width: 17rem;
|
|
2003
2047
|
}
|
|
2004
2048
|
|
|
2005
2049
|
.md\:flex-row {
|
|
@@ -2034,7 +2078,7 @@ input[type="radio"]:checked::after {
|
|
|
2034
2078
|
border-top-width: 0px;
|
|
2035
2079
|
}
|
|
2036
2080
|
|
|
2037
|
-
.md\:p-
|
|
2038
|
-
padding:
|
|
2081
|
+
.md\:p-4 {
|
|
2082
|
+
padding: 1rem;
|
|
2039
2083
|
}
|
|
2040
2084
|
}
|