@gem-sdk/styles 2.2.0-staging.52 → 2.6.0-staging.12

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/builder.css CHANGED
@@ -137,10 +137,7 @@
137
137
 
138
138
  #visual-content .fake-placeholder.visual-placeholder-error {
139
139
 
140
- font-family: Inter,
141
- sans-serif,
142
- ui-sans-serif,
143
- system-ui;
140
+ font-family: Inter, sans-serif, ui-sans-serif, system-ui;
144
141
  border: 1px dashed #f44336 !important;
145
142
  visibility: visible;
146
143
  color: #f44336 !important;
@@ -196,7 +193,9 @@
196
193
  background-color: #ebddf866;
197
194
  }
198
195
 
199
- #visual-content .fake-placeholder.visual-placeholder-theme-section.visual-placeholder-error.has-section:not([is-component-dragging='true']) {
196
+ #visual-content .fake-placeholder.visual-placeholder-theme-section.visual-placeholder-error.has-section:not(
197
+ [is-component-dragging='true']
198
+ ) {
200
199
  background-color: #f44336 !important;
201
200
  }
202
201
 
@@ -404,7 +403,8 @@
404
403
 
405
404
  .post-purchase-page {
406
405
  font-size: 14px;
407
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
406
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
407
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
408
408
  line-height: 15px;
409
409
  }
410
410
 
@@ -527,8 +527,6 @@
527
527
  animation-delay: var(--delay);
528
528
  -webkit-animation-direction: var(--direction);
529
529
  animation-direction: var(--direction);
530
-
531
-
532
530
  }
533
531
 
534
532
  @-webkit-keyframes scroll {
@@ -592,8 +590,8 @@
592
590
  }
593
591
 
594
592
  .interaction-select-mode [data-component-tag] * [data-toolbar] * {
595
- cursor: pointer !important;
596
- }
593
+ cursor: pointer !important;
594
+ }
597
595
 
598
596
  @media (max-width: 768px) {
599
597
  .gps-suggestion-item:hover .item-link {
@@ -603,4 +601,4 @@
603
601
  .gps-suggestion-item .item-link {
604
602
  width: 196px;
605
603
  }
606
- }
604
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/styles",
3
- "version": "2.2.0-staging.52",
3
+ "version": "2.6.0-staging.12",
4
4
  "description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -99,7 +99,6 @@ html {
99
99
  -webkit-padding-start: 40px;
100
100
  padding-left: 40px;
101
101
  }
102
-
103
102
  .gp-text strong {
104
103
  font-weight: bold;
105
104
  }
@@ -134,10 +134,7 @@
134
134
  display: none;
135
135
  }
136
136
 
137
- font-family: Inter,
138
- sans-serif,
139
- ui-sans-serif,
140
- system-ui;
137
+ font-family: Inter, sans-serif, ui-sans-serif, system-ui;
141
138
  border: 1px dashed #f44336 !important;
142
139
  /* border-radius: 3px; */
143
140
  visibility: visible;
@@ -194,7 +191,9 @@
194
191
  background-color: #ebddf866;
195
192
  }
196
193
 
197
- &.visual-placeholder-theme-section.visual-placeholder-error.has-section:not([is-component-dragging='true']) {
194
+ &.visual-placeholder-theme-section.visual-placeholder-error.has-section:not(
195
+ [is-component-dragging='true']
196
+ ) {
198
197
  background-color: #f44336 !important;
199
198
  }
200
199
 
@@ -415,7 +414,8 @@
415
414
 
416
415
  .post-purchase-page {
417
416
  font-size: 14px;
418
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
417
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
418
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
419
419
  line-height: 15px;
420
420
 
421
421
  select:focus {
@@ -433,6 +433,7 @@
433
433
  .gp-text.ck p {
434
434
  word-break: break-word;
435
435
  }
436
+
436
437
  .gp-text strong {
437
438
  font-weight: bold;
438
439
  }
@@ -529,8 +530,6 @@
529
530
  animation-play-state: var(--play);
530
531
  animation-delay: var(--delay);
531
532
  animation-direction: var(--direction);
532
-
533
-
534
533
  }
535
534
 
536
535
  @keyframes scroll {
@@ -543,7 +542,6 @@
543
542
  }
544
543
  }
545
544
 
546
-
547
545
  .rfm-initial-child-container {
548
546
  flex: 0 0 auto;
549
547
  display: flex;
@@ -566,7 +564,6 @@
566
564
  font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
567
565
  }
568
566
 
569
-
570
567
  [display-init='hide'] {
571
568
  visibility: hidden !important;
572
569
  max-height: 0 !important;
@@ -581,7 +578,7 @@
581
578
  .interaction-select-mode [data-component-tag] * {
582
579
  cursor: default !important;
583
580
 
584
- & [data-toolbar] * {
585
- cursor: pointer !important;
586
- }
587
- }
581
+ & [data-toolbar] * {
582
+ cursor: pointer !important;
583
+ }
584
+ }