ag-design 1.0.27 → 1.0.29

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/__merged__.css CHANGED
@@ -4,4 +4,5 @@
4
4
  @import "./mappage.css";
5
5
  @import "./property-card.css";
6
6
  @import "./quill-editor.css";
7
- @import "./var.css";
7
+ @import "./var.css";
8
+ @import "./webbuilder.css";
package/base.css CHANGED
@@ -217,33 +217,45 @@ img.ag-lazy:not(.ag-lazy-s){content: "";
217
217
  .m-r-0{margin-right: 0;}
218
218
  .m-t-0{margin-top: 0;}
219
219
  .m-b-0{margin-bottom: 0;}
220
+
220
221
  .m-4{margin: 4px;}
221
222
  .m-t-4{margin-top: 4px;}
222
223
  .m-b-4{margin-bottom: 4px;}
223
- .m-tb-4{margin-top: 4px;margin-bottom: 4px;}
224
224
  .m-l-4{margin-left: 4px;}
225
225
  .m-r-4{margin-right: 4px;}
226
+ .m-tb-4{margin-top: 4px;margin-bottom: 4px;}
226
227
  .m-lr-4{margin-left: 4px;margin-right: 4px;}
228
+
229
+ .m-6{margin: 6px;}
230
+ .m-t-6{margin-top: 6px;}
231
+ .m-b-6{margin-bottom: 6px;}
232
+ .m-l-6{margin-left: 6px;}
233
+ .m-r-6{margin-right: 6px;}
234
+ .m-tb-6{margin-top: 6px;margin-bottom: 6px;}
235
+ .m-lr-6{margin-left: 6px;margin-right: 6px;}
236
+
227
237
  .m-8{margin: 8px;}
228
238
  .m-t-8{margin-top: 8px;}
229
239
  .m-b-8{margin-bottom: 8px;}
230
- .m-tb-8{margin-top: 8px;margin-bottom: 8px;}
231
240
  .m-l-8{margin-left: 8px;}
232
241
  .m-r-8{margin-right: 8px;}
242
+ .m-tb-8{margin-top: 8px;margin-bottom: 8px;}
233
243
  .m-lr-8{margin-left: 8px;margin-right: 8px;}
244
+
234
245
  .m-12{margin: 12px;}
235
246
  .m-t-12{margin-top: 12px;}
236
247
  .m-b-12{margin-bottom: 12px;}
237
- .m-tb-12{margin-top: 12px;margin-bottom: 12px;}
238
248
  .m-l-12{margin-left: 12px;}
239
249
  .m-r-12{margin-right: 12px;}
250
+ .m-tb-12{margin-top: 12px;margin-bottom: 12px;}
240
251
  .m-lr-12{margin-left: 12px;margin-right: 12px;}
252
+
241
253
  .m-16{margin: 16px;}
242
254
  .m-t-16{margin-top: 16px;}
243
255
  .m-b-16{margin-bottom: 16px;}
244
- .m-tb-16{margin-top: 16px;margin-bottom: 16px;}
245
256
  .m-l-16{margin-left: 16px;}
246
257
  .m-r-16{margin-right: 16px;}
258
+ .m-tb-16{margin-top: 16px;margin-bottom: 16px;}
247
259
  .m-lr-16{margin-left: 16px;margin-right: 16px;}
248
260
 
249
261
  .m-20{margin: 20px;}
@@ -367,6 +379,17 @@ img.ag-lazy:not(.ag-lazy-s){content: "";
367
379
  .s-f-fs-ini{flex-shrink: initial;}
368
380
  .s-f-fs-u{flex-shrink: unset;}
369
381
 
382
+ .g-0{gap: 0px;}
383
+ .g-4{gap: 4px;}
384
+ .g-6{gap: 6px;}
385
+ .g-8{gap: 8px;}
386
+ .g-12{gap: 12px;}
387
+ .g-16{gap: 16px;}
388
+ .g-18{gap: 18px;}
389
+ .g-20{gap: 20px;}
390
+ .g-24{gap: 24px;}
391
+ .g-30{gap: 30px;}
392
+
370
393
  .visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
371
394
 
372
395
  .s-u-l{ --s: 2px;padding-bottom: var(--s);position: relative;z-index: 9;
@@ -613,10 +636,22 @@ img.ag-lazy:not(.ag-lazy-s){content: "";
613
636
 
614
637
  .m-0{--sp: 0px;}
615
638
  .m-4{--sp: 8px;}
639
+ .m-6{--sp: 12px;}
616
640
  .m-8{--sp: 16px;}
617
641
  .m-12{--sp: 24px;}
618
642
  .m-16{--sp: 32px;}
619
643
 
644
+ .g-0{--sp: 0px;}
645
+ .g-4{--sp: 4px;}
646
+ .g-6{--sp: 6px;}
647
+ .g-8{--sp: 8px;}
648
+ .g-12{--sp: 12px;}
649
+ .g-16{--sp: 16px;}
650
+ .g-18{--sp: 18px;}
651
+ .g-20{--sp: 20px;}
652
+ .g-24{--sp: 24px;}
653
+ .g-30{--sp: 30px;}
654
+
620
655
  .s-l-c-4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
621
656
 
622
657
  @media only screen and (max-width:1439px) and (min-width: 1025px){