@sc-360-v2/storefront-cms-library 0.5.63 → 0.5.65
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/allocationDetails.scss +34 -53
- package/dist/builder.js +1 -1
- package/dist/countdown.scss +47 -4
- package/dist/filters.scss +344 -83
- package/dist/icons-builder.js +1 -1
- package/dist/icons-website.js +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/login.scss +6 -2
- package/dist/product-actions.scss +2872 -2585
- package/dist/product-highlights.scss +48 -50
- package/dist/product-image-allocation.scss +35 -59
- package/dist/quotes.scss +84 -3
- package/dist/table.scss +141 -39
- package/dist/types/builder/elements/bundle-categories/index.d.ts +35 -0
- package/dist/types/builder/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/bundleCategories.d.ts +30 -0
- package/dist/types/builder/tools/element-edit/countdown.d.ts +8 -2
- package/dist/types/builder/tools/element-edit/filters.d.ts +3 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/productActions.d.ts +3 -0
- package/dist/types/builder/tools/element-edit/quotes.d.ts +50 -0
- package/dist/types/builder/tools/element-edit/table.d.ts +14 -0
- package/dist/uploadMedia.js +1 -1
- package/package.json +1 -1
package/dist/login.scss
CHANGED
|
@@ -1664,7 +1664,9 @@
|
|
|
1664
1664
|
.title {
|
|
1665
1665
|
font-size: 14px;
|
|
1666
1666
|
font-weight: 600;
|
|
1667
|
-
color: var(--
|
|
1667
|
+
color: var(--_thm-ty-p1-tt-cr);
|
|
1668
|
+
line-height: 150%;
|
|
1669
|
+
font-family: var(--_thm-ty-p1-ft-fy);
|
|
1668
1670
|
margin-bottom: 16px;
|
|
1669
1671
|
}
|
|
1670
1672
|
|
|
@@ -1672,7 +1674,9 @@
|
|
|
1672
1674
|
list-style: none;
|
|
1673
1675
|
|
|
1674
1676
|
li {
|
|
1675
|
-
color: var(--
|
|
1677
|
+
color: var(--_thm-ty-p2-tt-cr);
|
|
1678
|
+
line-height: 150%;
|
|
1679
|
+
font-family: var(--_thm-ty-p2-ft-fy);
|
|
1676
1680
|
font-size: 14px;
|
|
1677
1681
|
display: flex;
|
|
1678
1682
|
align-items: center;
|