@salesforcedevs/dx-components 1.3.5 → 1.3.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": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@types/vimeo__player": "^2.16.2",
|
|
37
37
|
"eventsourcemock": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "416d279d33ba049e45018bd70cba1149a2426c88"
|
|
40
40
|
}
|
|
@@ -149,8 +149,8 @@ export default class TypeBadge extends LightningElement {
|
|
|
149
149
|
private get style(): string {
|
|
150
150
|
if (this.dark) {
|
|
151
151
|
return buildStyleColorVariables({
|
|
152
|
-
background:
|
|
153
|
-
color:
|
|
152
|
+
background: "--dx-g-purple-vibrant-40",
|
|
153
|
+
color: "--dx-g-brand-default-color-background"
|
|
154
154
|
});
|
|
155
155
|
}
|
|
156
156
|
if (this.variantColorScope) {
|