@sc-360-v2/storefront-cms-library 0.5.16 → 0.5.22

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.
@@ -212,6 +212,11 @@ export declare const getDefaultData: () => {
212
212
  text: {
213
213
  selectorKey: SelectorKeysEnum;
214
214
  defaultState: {
215
+ textTransform: {
216
+ value: string;
217
+ property: string;
218
+ propertyType: CMSElementEditTypes;
219
+ };
215
220
  theme: CMSIBCommonInterface;
216
221
  font: CMSIBCommonInterface;
217
222
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -226,6 +231,11 @@ export declare const getDefaultData: () => {
226
231
  selectorKey: SelectorKeysEnum;
227
232
  };
228
233
  hoverState: {
234
+ textTransform: {
235
+ value: string;
236
+ property: string;
237
+ propertyType: CMSElementEditTypes;
238
+ };
229
239
  theme: CMSIBCommonInterface;
230
240
  font: CMSIBCommonInterface;
231
241
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -137,91 +137,9 @@ export declare const getDefaultData: () => {
137
137
  spread: import("../../interfaces/global").CMSIBSizeInterface;
138
138
  blur: import("../../interfaces/global").CMSIBSizeInterface;
139
139
  };
140
- lineCorners: {
141
- selectorKey: LineSelectorKeysEnum;
142
- leftIcon: {
143
- value: string;
144
- property: string;
145
- propertyType: CMSElementEditTypes;
146
- };
147
- rightIcon: {
148
- value: string;
149
- property: string;
150
- propertyType: CMSElementEditTypes;
151
- };
152
- size: {
153
- value: string;
154
- property: string;
155
- unit: number;
156
- propertyType: CMSElementEditTypes;
157
- };
158
- iconColor: CMSIBCommonInterface;
159
- backgroundShape: {
160
- value: string;
161
- property: string;
162
- unit: number;
163
- propertyType: CMSElementEditTypes;
164
- };
165
- backgroundColor: CMSIBCommonInterface;
166
- iconGap: {
167
- leftIcon: {
168
- value: string;
169
- property: string;
170
- propertyType: CMSElementEditTypes;
171
- };
172
- rightIcon: {
173
- value: string;
174
- property: string;
175
- propertyType: CMSElementEditTypes;
176
- };
177
- lineColor: {
178
- value: {
179
- hex: string;
180
- rgb: {
181
- r: string;
182
- g: string;
183
- b: string;
184
- a: number;
185
- };
186
- };
187
- propertyType: CMSElementEditTypes;
188
- parentRef: string;
189
- };
190
- size: {
191
- value: string;
192
- property: string;
193
- unit: number;
194
- propertyType: CMSElementEditTypes;
195
- };
196
- backgroundShape: {
197
- value: string;
198
- property: string;
199
- unit: number;
200
- propertyType: CMSElementEditTypes;
201
- };
202
- iconGap: {
203
- value: string;
204
- property: string;
205
- unit: number;
206
- propertyType: CMSElementEditTypes;
207
- };
208
- };
209
- };
210
140
  lineColor: {
211
141
  selectorKey: LineSelectorKeysEnum;
212
- lineColor: {
213
- value: {
214
- hex: string;
215
- rgb: {
216
- r: string;
217
- g: string;
218
- b: string;
219
- a: number;
220
- };
221
- };
222
- propertyType: CMSElementEditTypes;
223
- parentRef: string;
224
- };
142
+ backgroundColor: CMSIBCommonInterface;
225
143
  };
226
144
  };
227
145
  };
@@ -2,15 +2,20 @@
2
2
  Upload Media Component - BEM Scoped Styles
3
3
  Prefix: .sc-upload-media
4
4
  ============================================ */
5
+ $isPublish: "[data-is-publish='true']";
5
6
 
6
7
  .sc-upload-media {
7
8
  display: flex;
8
9
  flex-direction: column;
9
10
  font-family: inherit;
10
11
  color: #344054;
11
- padding: 16px 24px;
12
+ // padding: 16px 24px;
12
13
  height: 538px;
13
14
 
15
+ &:is(#{$isPublish} *) {
16
+ padding: 16px 24px;
17
+ }
18
+
14
19
  *,
15
20
  *::before,
16
21
  *::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.5.16",
3
+ "version": "0.5.22",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {