@sc-360-v2/storefront-cms-library 0.4.41 → 0.4.45
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/builder.js +1 -1
- package/dist/bundleDetails.scss +231 -0
- package/dist/checkout.scss +74 -0
- package/dist/embroider-template-1-v2.scss +81 -0
- package/dist/emtpy-templates.scss +4 -9
- package/dist/filters.scss +14 -16
- package/dist/flex-text-editor.scss +4 -2
- package/dist/image-for-product.scss +3 -3
- package/dist/language-selector.scss +6 -2
- package/dist/product-highlights copy.scss +217 -0
- package/dist/product-highlights.scss +193 -65
- package/dist/product-image.scss +3 -0
- package/dist/search.scss +49 -35
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +227 -0
- package/dist/types/builder/tools/element-edit/iconInstace.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/productHighlights.d.ts +5 -2
- package/dist/variant-picker.scss +0 -1
- package/package.json +1 -1
|
@@ -1347,6 +1347,233 @@ export declare const getDefaultData: () => {
|
|
|
1347
1347
|
variantDesign: any;
|
|
1348
1348
|
};
|
|
1349
1349
|
};
|
|
1350
|
+
errorMessage: {
|
|
1351
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
1352
|
+
showIcon: CMSIBCommonInterface | undefined;
|
|
1353
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1354
|
+
iconColor: CMSIBCommonInterface;
|
|
1355
|
+
theme: {
|
|
1356
|
+
value: string;
|
|
1357
|
+
property: string;
|
|
1358
|
+
propertyType: CMSElementEditTypes;
|
|
1359
|
+
};
|
|
1360
|
+
font: {
|
|
1361
|
+
value: string;
|
|
1362
|
+
property: string;
|
|
1363
|
+
propertyType: CMSElementEditTypes;
|
|
1364
|
+
parentRef: string;
|
|
1365
|
+
};
|
|
1366
|
+
fontSize: {
|
|
1367
|
+
value: number;
|
|
1368
|
+
unit: number;
|
|
1369
|
+
property: string;
|
|
1370
|
+
propertyType: CMSElementEditTypes;
|
|
1371
|
+
parentRef: string;
|
|
1372
|
+
};
|
|
1373
|
+
textColor: {
|
|
1374
|
+
value: {
|
|
1375
|
+
hex: string;
|
|
1376
|
+
rgb: {
|
|
1377
|
+
r: string;
|
|
1378
|
+
g: string;
|
|
1379
|
+
b: string;
|
|
1380
|
+
a: number;
|
|
1381
|
+
};
|
|
1382
|
+
};
|
|
1383
|
+
property: string;
|
|
1384
|
+
propertyType: CMSElementEditTypes;
|
|
1385
|
+
parentRef: string;
|
|
1386
|
+
};
|
|
1387
|
+
textHighlight: {
|
|
1388
|
+
value: {
|
|
1389
|
+
hex: string;
|
|
1390
|
+
rgb: {
|
|
1391
|
+
r: string;
|
|
1392
|
+
g: string;
|
|
1393
|
+
b: string;
|
|
1394
|
+
a: number;
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
property: string;
|
|
1398
|
+
propertyType: CMSElementEditTypes;
|
|
1399
|
+
};
|
|
1400
|
+
bold: {
|
|
1401
|
+
value: string;
|
|
1402
|
+
property: string;
|
|
1403
|
+
propertyType: CMSElementEditTypes;
|
|
1404
|
+
parentRef: string;
|
|
1405
|
+
};
|
|
1406
|
+
italic: {
|
|
1407
|
+
value: string;
|
|
1408
|
+
property: string;
|
|
1409
|
+
propertyType: CMSElementEditTypes;
|
|
1410
|
+
parentRef: string;
|
|
1411
|
+
};
|
|
1412
|
+
linethrough: {
|
|
1413
|
+
value: string;
|
|
1414
|
+
property: string;
|
|
1415
|
+
propertyType: CMSElementEditTypes;
|
|
1416
|
+
parentRef: string;
|
|
1417
|
+
};
|
|
1418
|
+
underline: {
|
|
1419
|
+
value: string;
|
|
1420
|
+
property: string;
|
|
1421
|
+
propertyType: CMSElementEditTypes;
|
|
1422
|
+
parentRef: string;
|
|
1423
|
+
};
|
|
1424
|
+
textAlign: {
|
|
1425
|
+
value: string;
|
|
1426
|
+
property: string;
|
|
1427
|
+
propertyType: CMSElementEditTypes;
|
|
1428
|
+
parentRef: string;
|
|
1429
|
+
};
|
|
1430
|
+
characterSpacing: {
|
|
1431
|
+
value: number;
|
|
1432
|
+
unit: number;
|
|
1433
|
+
property: string;
|
|
1434
|
+
propertyType: CMSElementEditTypes;
|
|
1435
|
+
parentRef: string;
|
|
1436
|
+
};
|
|
1437
|
+
lineHeight: {
|
|
1438
|
+
value: number;
|
|
1439
|
+
unit: number;
|
|
1440
|
+
property: string;
|
|
1441
|
+
propertyType: CMSElementEditTypes;
|
|
1442
|
+
parentRef: string;
|
|
1443
|
+
};
|
|
1444
|
+
paragraphSpacing: {
|
|
1445
|
+
value: number;
|
|
1446
|
+
unit: number;
|
|
1447
|
+
property: string;
|
|
1448
|
+
propertyType: CMSElementEditTypes;
|
|
1449
|
+
parentRef: string;
|
|
1450
|
+
};
|
|
1451
|
+
selectorKey: SelectorKeysEnum;
|
|
1452
|
+
padding: any;
|
|
1453
|
+
backgroundColor: CMSIBCommonInterface;
|
|
1454
|
+
borderColor: CMSIBCommonInterface;
|
|
1455
|
+
borderStyle: CMSIBCommonInterface;
|
|
1456
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1457
|
+
showBorder: CMSIBCommonInterface;
|
|
1458
|
+
showShadow: CMSIBCommonInterface;
|
|
1459
|
+
shadowColor: CMSIBCommonInterface;
|
|
1460
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1461
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1462
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1463
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1464
|
+
};
|
|
1465
|
+
popoverStyle: {
|
|
1466
|
+
theme: {
|
|
1467
|
+
value: string;
|
|
1468
|
+
property: string;
|
|
1469
|
+
propertyType: CMSElementEditTypes;
|
|
1470
|
+
};
|
|
1471
|
+
font: {
|
|
1472
|
+
value: string;
|
|
1473
|
+
property: string;
|
|
1474
|
+
propertyType: CMSElementEditTypes;
|
|
1475
|
+
parentRef: string;
|
|
1476
|
+
};
|
|
1477
|
+
fontSize: {
|
|
1478
|
+
value: number;
|
|
1479
|
+
unit: number;
|
|
1480
|
+
property: string;
|
|
1481
|
+
propertyType: CMSElementEditTypes;
|
|
1482
|
+
parentRef: string;
|
|
1483
|
+
};
|
|
1484
|
+
textColor: {
|
|
1485
|
+
value: {
|
|
1486
|
+
hex: string;
|
|
1487
|
+
rgb: {
|
|
1488
|
+
r: string;
|
|
1489
|
+
g: string;
|
|
1490
|
+
b: string;
|
|
1491
|
+
a: number;
|
|
1492
|
+
};
|
|
1493
|
+
};
|
|
1494
|
+
property: string;
|
|
1495
|
+
propertyType: CMSElementEditTypes;
|
|
1496
|
+
parentRef: string;
|
|
1497
|
+
};
|
|
1498
|
+
textHighlight: {
|
|
1499
|
+
value: {
|
|
1500
|
+
hex: string;
|
|
1501
|
+
rgb: {
|
|
1502
|
+
r: string;
|
|
1503
|
+
g: string;
|
|
1504
|
+
b: string;
|
|
1505
|
+
a: number;
|
|
1506
|
+
};
|
|
1507
|
+
};
|
|
1508
|
+
property: string;
|
|
1509
|
+
propertyType: CMSElementEditTypes;
|
|
1510
|
+
};
|
|
1511
|
+
bold: {
|
|
1512
|
+
value: string;
|
|
1513
|
+
property: string;
|
|
1514
|
+
propertyType: CMSElementEditTypes;
|
|
1515
|
+
parentRef: string;
|
|
1516
|
+
};
|
|
1517
|
+
italic: {
|
|
1518
|
+
value: string;
|
|
1519
|
+
property: string;
|
|
1520
|
+
propertyType: CMSElementEditTypes;
|
|
1521
|
+
parentRef: string;
|
|
1522
|
+
};
|
|
1523
|
+
linethrough: {
|
|
1524
|
+
value: string;
|
|
1525
|
+
property: string;
|
|
1526
|
+
propertyType: CMSElementEditTypes;
|
|
1527
|
+
parentRef: string;
|
|
1528
|
+
};
|
|
1529
|
+
underline: {
|
|
1530
|
+
value: string;
|
|
1531
|
+
property: string;
|
|
1532
|
+
propertyType: CMSElementEditTypes;
|
|
1533
|
+
parentRef: string;
|
|
1534
|
+
};
|
|
1535
|
+
textAlign: {
|
|
1536
|
+
value: string;
|
|
1537
|
+
property: string;
|
|
1538
|
+
propertyType: CMSElementEditTypes;
|
|
1539
|
+
parentRef: string;
|
|
1540
|
+
};
|
|
1541
|
+
characterSpacing: {
|
|
1542
|
+
value: number;
|
|
1543
|
+
unit: number;
|
|
1544
|
+
property: string;
|
|
1545
|
+
propertyType: CMSElementEditTypes;
|
|
1546
|
+
parentRef: string;
|
|
1547
|
+
};
|
|
1548
|
+
lineHeight: {
|
|
1549
|
+
value: number;
|
|
1550
|
+
unit: number;
|
|
1551
|
+
property: string;
|
|
1552
|
+
propertyType: CMSElementEditTypes;
|
|
1553
|
+
parentRef: string;
|
|
1554
|
+
};
|
|
1555
|
+
paragraphSpacing: {
|
|
1556
|
+
value: number;
|
|
1557
|
+
unit: number;
|
|
1558
|
+
property: string;
|
|
1559
|
+
propertyType: CMSElementEditTypes;
|
|
1560
|
+
parentRef: string;
|
|
1561
|
+
};
|
|
1562
|
+
selectorKey: SelectorKeysEnum;
|
|
1563
|
+
backgroundColor: CMSIBCommonInterface;
|
|
1564
|
+
borderColor: CMSIBCommonInterface;
|
|
1565
|
+
borderStyle: CMSIBCommonInterface;
|
|
1566
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
1567
|
+
showBorder: CMSIBCommonInterface;
|
|
1568
|
+
showShadow: CMSIBCommonInterface;
|
|
1569
|
+
shadowColor: CMSIBCommonInterface;
|
|
1570
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1571
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1572
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1573
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
1574
|
+
padding: any;
|
|
1575
|
+
itemGap: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1576
|
+
};
|
|
1350
1577
|
};
|
|
1351
1578
|
content: {
|
|
1352
1579
|
selectorKey: SelectorKeysEnum;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const iconInstance: {
|
|
2
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
3
|
+
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
4
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
5
|
+
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
6
|
+
};
|
|
@@ -11,15 +11,18 @@ interface selfLayoutInterface {
|
|
|
11
11
|
maxItemsToDisplay: CMSIBCommonInterface;
|
|
12
12
|
imageBehavior: CMSIBCommonInterface;
|
|
13
13
|
itemsPerRow: CMSIBCommonInterface;
|
|
14
|
+
[key: string]: any;
|
|
14
15
|
}
|
|
15
16
|
interface selfDesignInterface {
|
|
16
17
|
selectorKey: string;
|
|
18
|
+
[key: string]: any;
|
|
17
19
|
}
|
|
18
|
-
export declare enum
|
|
20
|
+
export declare enum SelectorKeysEnum {
|
|
19
21
|
LAYOUT = "layout",
|
|
20
22
|
CONTENT = "content",
|
|
21
23
|
DESIGN = "design",
|
|
22
|
-
DATA_CONNECTOR = "dataConnector"
|
|
24
|
+
DATA_CONNECTOR = "dataConnector",
|
|
25
|
+
WIDGET_STYLE = "widgetStyle"
|
|
23
26
|
}
|
|
24
27
|
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
25
28
|
export {};
|
package/dist/variant-picker.scss
CHANGED