hds-web 1.41.5 → 1.41.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.41.5",
3
+ "version": "1.41.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -10,7 +10,7 @@ export default function DropdownA(props) {
10
10
  <div className="tb-l:flex mb-2 tb-l:mb-0 flex w-full tb-l:bg-neutral-150 flex-col tb-l:flex-row max-w-7xl tb-l:gap-2 rounded-2xl ">
11
11
  {props.primaryCard && (
12
12
  <div className="">
13
- <div className={`bg-neutral-0 rounded-2xl h-full w-full ${props.primaryCard.cardDetailsArray ? 'min-w-[505px]' : ' min-w-[250px]'}`}>
13
+ <div className={`bg-neutral-0 rounded-2xl h-full w-full ${props.primaryCard.cardDetailsArray ? 'tb-l:min-w-[505px]' : ' min-w-[250px]'}`}>
14
14
  <FlyoutB {...props.primaryCard} />
15
15
  </div>
16
16
  </div>
@@ -2108,8 +2108,8 @@ select{
2108
2108
  min-width: 48px;
2109
2109
  }
2110
2110
 
2111
- .min-w-\[500px\]{
2112
- min-width: 500px;
2111
+ .min-w-\[505px\]{
2112
+ min-width: 505px;
2113
2113
  }
2114
2114
 
2115
2115
  .min-w-\[56px\]{
@@ -2138,10 +2138,6 @@ select{
2138
2138
  min-width: 100%;
2139
2139
  }
2140
2140
 
2141
- .min-w-\[505px\]{
2142
- min-width: 505px;
2143
- }
2144
-
2145
2141
  .max-w-2xl{
2146
2142
  max-width: 42rem;
2147
2143
  }
@@ -12139,6 +12135,10 @@ select{
12139
12135
  min-width: 700px;
12140
12136
  }
12141
12137
 
12138
+ .tb-l\:min-w-\[505px\]{
12139
+ min-width: 505px;
12140
+ }
12141
+
12142
12142
  .tb-l\:max-w-7xl{
12143
12143
  max-width: 80rem;
12144
12144
  }