@open-condo/ui 2.2.0 → 2.2.2

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 18 May 2023 15:11:14 GMT
3
+ * Generated on Thu, 22 Jun 2023 06:02:13 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 18 May 2023 15:11:14 GMT
3
+ // Generated on Thu, 22 Jun 2023 06:02:13 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
package/dist/styles.css CHANGED
@@ -52,7 +52,7 @@
52
52
  font-weight: 400;
53
53
  font-stretch: normal;
54
54
  font-display: swap;
55
- src: url(https://fonts.gstatic.com/s/notosansmono/v26/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49o.ttf) format('truetype');
55
+ src: url(https://fonts.gstatic.com/s/notosansmono/v27/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49o.ttf) format('truetype');
56
56
  }
57
57
  :root {
58
58
  --condo-font-fallback: sans-serif;
@@ -692,14 +692,14 @@ span.condo-typography-ellipsis-single-line {
692
692
  height: fit-content !important;
693
693
  }
694
694
  .condo-affix-content-wrapper {
695
- position: relative;
696
- right: 16px;
697
695
  box-sizing: border-box;
698
- width: calc(100% + 16px * 2);
699
696
  padding: 16px;
700
697
  transition: box-shadow 0.15s ease-out;
701
698
  }
702
699
  @media screen and (min-width: 0px ) and (max-width: 767px ) {
700
+ .condo-affix-content-wrapper {
701
+ width: 100%;
702
+ }
703
703
  .condo-affix-content-wrapper > .condo-space-item {
704
704
  width: 100%;
705
705
  }
@@ -707,6 +707,13 @@ span.condo-typography-ellipsis-single-line {
707
707
  width: 100%;
708
708
  }
709
709
  }
710
+ @media screen and (min-width: 768px ) {
711
+ .condo-affix-content-wrapper {
712
+ position: relative;
713
+ right: 16px;
714
+ width: calc(100% + 16px * 2);
715
+ }
716
+ }
710
717
  .condo-affix {
711
718
  height: auto !important;
712
719
  }