@salesforcedevs/dx-components 1.3.272 → 1.3.274

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.272",
3
+ "version": "1.3.274",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -46,5 +46,5 @@
46
46
  "volta": {
47
47
  "node": "16.19.1"
48
48
  },
49
- "gitHead": "68caa41a114cdb1a156f8766011ff321530f54aa"
49
+ "gitHead": "5f242115a09ae035c81a03b67ac3eff5b45ff73b"
50
50
  }
@@ -5,13 +5,14 @@
5
5
  --dx-c-track-custom-light-gray: rgba(235 235 236 / 100%);
6
6
  --dx-c-track-thumb-size: 10px;
7
7
  --dx-c-threedot-menu-item-padding: 14px;
8
+ --dx-c-audio-player-padding: 6px 13px 13px;
8
9
  }
9
10
 
10
11
  /* Outermost container/border */
11
12
  .custom-audio-player {
12
13
  background-color: var(--dx-g-indigo-vibrant-90, #e0e5f8);
13
14
  border-radius: 12px;
14
- padding: 6px 13px 13px;
15
+ padding: var(--dx-c-audio-player-padding);
15
16
  }
16
17
 
17
18
  .listen-icon {
@@ -254,4 +255,4 @@
254
255
  .player-threedot-menu button:hover {
255
256
  background: var(--sds-g-gray-4);
256
257
  }
257
- }
258
+ }
@@ -58,7 +58,7 @@
58
58
  <span class="label dx-text-body-3">{label}</span>
59
59
  <p class="body dx-text-body-2 static-font">{body}</p>
60
60
  <span class="terms dx-text-body-3 static-font">{terms}</span>
61
- <dx-hr if:false={hasButtons} spacing="lg"></dx-hr>
61
+ <dx-hr lwc:if={hasButtons} spacing="lg"></dx-hr>
62
62
  <dx-button
63
63
  if:true={hasOneButton}
64
64
  class="button-one"