@kreftforeningen/web-react 1.0.24 → 1.0.25

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/main.cjs.js CHANGED
@@ -1018,6 +1018,9 @@ For more information, see https://radix-ui.com/primitives/docs/components/alert-
1018
1018
  @container banner-container (min-width: 40rem) {
1019
1019
  .kf-banner {
1020
1020
  grid-template-columns: repeat(2, minmax(0, 1fr));
1021
+ }
1022
+
1023
+ .kf-banner:has(.kf-banner__image) {
1021
1024
  min-height: 25rem;
1022
1025
  }
1023
1026
 
@@ -1027,11 +1030,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/alert-
1027
1030
 
1028
1031
  .kf-banner[data-variant="full"] {
1029
1032
  grid-template-columns: 1fr;
1030
- min-height: 25rem;
1031
- }
1032
-
1033
- .kf-banner[data-variant="full"] .kf-banner__image {
1034
- max-height: none;
1035
1033
  }
1036
1034
  }
1037
1035
 
package/dist/main.es.js CHANGED
@@ -4826,6 +4826,9 @@ const nI = ue`
4826
4826
  @container banner-container (min-width: 40rem) {
4827
4827
  .kf-banner {
4828
4828
  grid-template-columns: repeat(2, minmax(0, 1fr));
4829
+ }
4830
+
4831
+ .kf-banner:has(.kf-banner__image) {
4829
4832
  min-height: 25rem;
4830
4833
  }
4831
4834
 
@@ -4835,11 +4838,6 @@ const nI = ue`
4835
4838
 
4836
4839
  .kf-banner[data-variant="full"] {
4837
4840
  grid-template-columns: 1fr;
4838
- min-height: 25rem;
4839
- }
4840
-
4841
- .kf-banner[data-variant="full"] .kf-banner__image {
4842
- max-height: none;
4843
4841
  }
4844
4842
  }
4845
4843
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreftforeningen/web-react",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"