@salesforcedevs/dx-components 1.3.179 → 1.3.181

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": "@salesforcedevs/dx-components",
3
- "version": "1.3.179",
3
+ "version": "1.3.181",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "@coveo/headless": "^2.16.5",
13
+ "@coveo/headless": "2.16.5",
14
14
  "@floating-ui/dom": "1.5.1",
15
15
  "@sfdocs-internal/wires": "0.6.89",
16
16
  "@types/throttle-debounce": "^5.0.0",
@@ -41,5 +41,5 @@
41
41
  "eventsourcemock": "^2.0.0",
42
42
  "luxon": "^3.1.0"
43
43
  },
44
- "gitHead": "ef5efd7169e688009ba79bd74e69c42adb277e09"
44
+ "gitHead": "72f9a2f22e59954161ccd708d477b739117203f3"
45
45
  }
@@ -72,7 +72,6 @@
72
72
  flex-shrink: 0;
73
73
  height: fit-content;
74
74
  align-self: flex-end;
75
- transform: var(--dx-c-section-banner-image-transform);
76
75
  }
77
76
 
78
77
  .graphic {
@@ -144,12 +143,3 @@
144
143
  position: relative;
145
144
  }
146
145
  }
147
-
148
- @media screen and (max-width: 320px) {
149
- .image {
150
- /* Force the image to take the full width and be centered. Image max size is 320px, hence the media query. */
151
- align-self: center;
152
- transform: translateX(calc(var(--dx-g-page-padding-horizontal) / -2));
153
- width: calc(100% + var(--dx-g-page-padding-horizontal));
154
- }
155
- }
@@ -36,6 +36,6 @@
36
36
  </div>
37
37
  </div>
38
38
  </div>
39
- <img class="image" src={imgSrc} alt={imgAlt} />
39
+ <img class="image" src={imgSrc} alt={imgAlt} part="banner-image" />
40
40
  </div>
41
41
  </template>