@sc-360-v2/storefront-cms-library 0.4.1 → 0.4.3

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/profile.scss CHANGED
@@ -198,6 +198,14 @@
198
198
  }
199
199
  }
200
200
  }
201
+ // svg {
202
+ // path {
203
+ // stroke: var(
204
+ // --_ctm-mob-dn-ct-in-in-cr,
205
+ // var(--_ctm-tab-dn-ct-in-in-cr, var(--_ctm-dn-ct-in-in-cr))
206
+ // );
207
+ // }
208
+ // }
201
209
 
202
210
  .profile__content {
203
211
  // font-size: 14px;
@@ -243,6 +243,10 @@
243
243
  align-items: center;
244
244
  justify-content: space-between;
245
245
  width: 100%;
246
+ overflow: hidden;
247
+ & > div {
248
+ width: 100%;
249
+ }
246
250
 
247
251
  position: relative;
248
252
  background-color: var(
package/dist/stack.scss CHANGED
@@ -33,7 +33,7 @@ body {
33
33
  &#{$ss} {
34
34
  // min-width: var(--_sf-sta-nw-wh) !important;
35
35
  // min-height: var(--_ctm-sta-lt-ht, 100px) !important;
36
- min-width: 100px;
36
+ min-width: 30px;
37
37
  // min-height: 100px;
38
38
  margin: prepareMediaVariable(--_ctm-sta-lt-mn);
39
39
  // display: var(--_d-grid);
@@ -58,7 +58,7 @@ body {
58
58
  // width: var(--_sf-sta-nw-wh, auto);
59
59
  min-height: 30px;
60
60
  width: calc(1% * #{prepareMediaVariable(--_ctm-sta-ele-nw-wh-vl)});
61
- min-width: 100px;
61
+ min-width: 30px;
62
62
  & > .wrapper {
63
63
  flex-direction: column;
64
64
  width: 100%;
package/dist/table.scss CHANGED
@@ -252,7 +252,7 @@
252
252
  }
253
253
  table {
254
254
  border-collapse: collapse;
255
- // border: none;
255
+ border: none;
256
256
  width: 100%;
257
257
  // height: 100%;
258
258
  text-align: var(--_ctm-mob-lt-ct-at, var(--_ctm-tab-lt-ct-at, var(--_ctm-lt-ct-at)));
@@ -115,6 +115,7 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
115
115
  transform: scaleY(-1);
116
116
  }
117
117
 
118
+ *,
118
119
  .et-tt {
119
120
  &,
120
121
  * {
@@ -703,6 +703,7 @@
703
703
  .right__side__content {
704
704
  display: flex;
705
705
  gap: 20px;
706
+ align-items: center;
706
707
  div {
707
708
  display: flex;
708
709
  gap: 1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {