@mamindom/contracts 1.0.96 → 1.0.98
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/gen/banner.d.ts +14 -0
- package/dist/proto/banner.proto +14 -0
- package/gen/banner.ts +14 -0
- package/package.json +1 -1
- package/proto/banner.proto +14 -0
package/dist/gen/banner.d.ts
CHANGED
|
@@ -263,6 +263,13 @@ export interface BannerSlideButton {
|
|
|
263
263
|
};
|
|
264
264
|
href: string;
|
|
265
265
|
variant?: string | undefined;
|
|
266
|
+
backgroundColor?: string | undefined;
|
|
267
|
+
textColor?: string | undefined;
|
|
268
|
+
borderColor?: string | undefined;
|
|
269
|
+
borderRadius?: string | undefined;
|
|
270
|
+
fontSize?: string | undefined;
|
|
271
|
+
paddingX?: string | undefined;
|
|
272
|
+
paddingY?: string | undefined;
|
|
266
273
|
}
|
|
267
274
|
export interface BannerSlideButton_TextEntry {
|
|
268
275
|
key: string;
|
|
@@ -283,6 +290,13 @@ export interface PublicBannerSlideButton {
|
|
|
283
290
|
text: string;
|
|
284
291
|
href: string;
|
|
285
292
|
variant?: string | undefined;
|
|
293
|
+
backgroundColor?: string | undefined;
|
|
294
|
+
textColor?: string | undefined;
|
|
295
|
+
borderColor?: string | undefined;
|
|
296
|
+
borderRadius?: string | undefined;
|
|
297
|
+
fontSize?: string | undefined;
|
|
298
|
+
paddingX?: string | undefined;
|
|
299
|
+
paddingY?: string | undefined;
|
|
286
300
|
}
|
|
287
301
|
export interface PublicBannerSlideLink {
|
|
288
302
|
text: string;
|
package/dist/proto/banner.proto
CHANGED
|
@@ -247,6 +247,13 @@ message BannerSlideButton {
|
|
|
247
247
|
map<string, string> text = 1;
|
|
248
248
|
string href = 2;
|
|
249
249
|
optional string variant = 3;
|
|
250
|
+
optional string background_color = 4;
|
|
251
|
+
optional string text_color = 5;
|
|
252
|
+
optional string border_color = 6;
|
|
253
|
+
optional string border_radius = 7;
|
|
254
|
+
optional string font_size = 8;
|
|
255
|
+
optional string padding_x = 9;
|
|
256
|
+
optional string padding_y = 10;
|
|
250
257
|
}
|
|
251
258
|
|
|
252
259
|
message BannerSlideLink {
|
|
@@ -259,6 +266,13 @@ message PublicBannerSlideButton {
|
|
|
259
266
|
string text = 1;
|
|
260
267
|
string href = 2;
|
|
261
268
|
optional string variant = 3;
|
|
269
|
+
optional string background_color = 4;
|
|
270
|
+
optional string text_color = 5;
|
|
271
|
+
optional string border_color = 6;
|
|
272
|
+
optional string border_radius = 7;
|
|
273
|
+
optional string font_size = 8;
|
|
274
|
+
optional string padding_x = 9;
|
|
275
|
+
optional string padding_y = 10;
|
|
262
276
|
}
|
|
263
277
|
|
|
264
278
|
message PublicBannerSlideLink {
|
package/gen/banner.ts
CHANGED
|
@@ -280,6 +280,13 @@ export interface BannerSlideButton {
|
|
|
280
280
|
text: { [key: string]: string };
|
|
281
281
|
href: string;
|
|
282
282
|
variant?: string | undefined;
|
|
283
|
+
backgroundColor?: string | undefined;
|
|
284
|
+
textColor?: string | undefined;
|
|
285
|
+
borderColor?: string | undefined;
|
|
286
|
+
borderRadius?: string | undefined;
|
|
287
|
+
fontSize?: string | undefined;
|
|
288
|
+
paddingX?: string | undefined;
|
|
289
|
+
paddingY?: string | undefined;
|
|
283
290
|
}
|
|
284
291
|
|
|
285
292
|
export interface BannerSlideButton_TextEntry {
|
|
@@ -302,6 +309,13 @@ export interface PublicBannerSlideButton {
|
|
|
302
309
|
text: string;
|
|
303
310
|
href: string;
|
|
304
311
|
variant?: string | undefined;
|
|
312
|
+
backgroundColor?: string | undefined;
|
|
313
|
+
textColor?: string | undefined;
|
|
314
|
+
borderColor?: string | undefined;
|
|
315
|
+
borderRadius?: string | undefined;
|
|
316
|
+
fontSize?: string | undefined;
|
|
317
|
+
paddingX?: string | undefined;
|
|
318
|
+
paddingY?: string | undefined;
|
|
305
319
|
}
|
|
306
320
|
|
|
307
321
|
export interface PublicBannerSlideLink {
|
package/package.json
CHANGED
package/proto/banner.proto
CHANGED
|
@@ -247,6 +247,13 @@ message BannerSlideButton {
|
|
|
247
247
|
map<string, string> text = 1;
|
|
248
248
|
string href = 2;
|
|
249
249
|
optional string variant = 3;
|
|
250
|
+
optional string background_color = 4;
|
|
251
|
+
optional string text_color = 5;
|
|
252
|
+
optional string border_color = 6;
|
|
253
|
+
optional string border_radius = 7;
|
|
254
|
+
optional string font_size = 8;
|
|
255
|
+
optional string padding_x = 9;
|
|
256
|
+
optional string padding_y = 10;
|
|
250
257
|
}
|
|
251
258
|
|
|
252
259
|
message BannerSlideLink {
|
|
@@ -259,6 +266,13 @@ message PublicBannerSlideButton {
|
|
|
259
266
|
string text = 1;
|
|
260
267
|
string href = 2;
|
|
261
268
|
optional string variant = 3;
|
|
269
|
+
optional string background_color = 4;
|
|
270
|
+
optional string text_color = 5;
|
|
271
|
+
optional string border_color = 6;
|
|
272
|
+
optional string border_radius = 7;
|
|
273
|
+
optional string font_size = 8;
|
|
274
|
+
optional string padding_x = 9;
|
|
275
|
+
optional string padding_y = 10;
|
|
262
276
|
}
|
|
263
277
|
|
|
264
278
|
message PublicBannerSlideLink {
|