@sc-360-v2/storefront-cms-library 0.5.55 → 0.5.58
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/add-order.scss +3 -4
- package/dist/builder.js +1 -1
- package/dist/bundle.scss +2584 -2567
- package/dist/button copy.scss +2 -2
- package/dist/button.scss +2 -1
- package/dist/hotspot.scss +13 -4
- package/dist/language-selector.scss +1 -1
- package/dist/mega-menu.scss +2 -8
- package/dist/menu-v2.scss +1 -5
- package/dist/order-status.scss +16 -5
- package/dist/profile.scss +113 -42
- package/dist/scroll.scss +24 -0
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +15 -15
- package/dist/types/builder/tools/element-edit/bundle.d.ts +20 -10
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +15 -15
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +225 -0
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +35 -35
- package/dist/types/builder/tools/element-edit/coupon.d.ts +10 -10
- package/dist/types/builder/tools/element-edit/kitDetails.d.ts +233 -31
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +33 -0
- package/dist/types/builder/tools/element-edit/profile.d.ts +7 -0
- package/dist/types/builder/tools/element-edit/scroll.d.ts +18 -0
- package/dist/types/builder/tools/element-edit/video.d.ts +15 -0
- package/package.json +131 -131
package/dist/add-order.scss
CHANGED
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
var(--_ctm-tab-dn-dt-se-in-c1, var(--_ctm-dn-dt-se-in-c1))
|
|
147
147
|
);
|
|
148
148
|
// Overrides the stroke-width presentation attribute baked into the icon markup.
|
|
149
|
-
//
|
|
150
|
-
//
|
|
151
|
-
stroke-width:
|
|
149
|
+
// Stroke width is authored on the default state only — the :hover block leaves
|
|
150
|
+
// it alone, so this declaration keeps applying while hovered.
|
|
151
|
+
stroke-width: prepareMediaVariable(--_ctm-dn-dt-se-se-wh, 1.25);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -195,7 +195,6 @@
|
|
|
195
195
|
--_ctm-mob-dn-hr-se-ue,
|
|
196
196
|
var(--_ctm-tab-dn-hr-se-ue, var(--_ctm-dn-hr-se-ue))
|
|
197
197
|
);
|
|
198
|
-
--_sf-hr-se-wh: prepareMediaVariable(--_ctm-dn-hr-se-se-wh, 1);
|
|
199
198
|
|
|
200
199
|
background-color: var(
|
|
201
200
|
--_ctm-mob-dn-hr-se-bd-cr,
|