@salesforcedevs/dx-components 1.3.359 → 1.3.360
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.360",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"volta": {
|
|
47
47
|
"node": "18.18.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "359059437a3b75dc1f4fde44b77101b7e0497e47"
|
|
50
50
|
}
|
|
@@ -5,9 +5,12 @@
|
|
|
5
5
|
font-size: inherit;
|
|
6
6
|
|
|
7
7
|
--dx-c-button-background-color: transparent;
|
|
8
|
-
--dx-c-button-primary-color: var(--dx-g-
|
|
8
|
+
--dx-c-button-primary-color: var(--dx-g-button-primary-color);
|
|
9
|
+
--dx-c-button-secondary-color: var(--dx-g-button-secondary-color);
|
|
9
10
|
--dx-c-button-primary-color-hover: var(--dx-g-blue-vibrant-40);
|
|
10
|
-
--dx-c-button-secondary-color-hover: var(
|
|
11
|
+
--dx-c-button-secondary-color-hover: var(
|
|
12
|
+
--dx-g-button-secondary-color-hover
|
|
13
|
+
);
|
|
11
14
|
--dx-c-button-inline-color-hover: var(--dx-g-blue-vibrant-30);
|
|
12
15
|
--dx-c-button-justify-content: center;
|
|
13
16
|
--dx-c-button-opacity: 1;
|
|
@@ -147,8 +150,8 @@
|
|
|
147
150
|
|
|
148
151
|
.button.variant_secondary,
|
|
149
152
|
.button.variant_quaternary {
|
|
150
|
-
color: var(--dx-c-button-
|
|
151
|
-
border: 1px solid var(--dx-c-button-
|
|
153
|
+
color: var(--dx-c-button-secondary-color);
|
|
154
|
+
border: 1px solid var(--dx-c-button-secondary-color);
|
|
152
155
|
}
|
|
153
156
|
|
|
154
157
|
.button.variant_secondary:hover,
|
|
@@ -119,7 +119,7 @@ footer.signup-variant-no-signup {
|
|
|
119
119
|
width: 110px;
|
|
120
120
|
margin-right: var(--dx-g-spacing-lg);
|
|
121
121
|
background-image: url("https://a.sfdcstatic.com/developer-website/images/footer-graphic-trees.svg");
|
|
122
|
-
filter: var(--dx-
|
|
122
|
+
filter: var(--dx-g-svg-filter);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.graphic-mountains {
|
|
@@ -127,7 +127,7 @@ footer.signup-variant-no-signup {
|
|
|
127
127
|
width: 220px;
|
|
128
128
|
margin-right: var(--dx-g-spacing-lg);
|
|
129
129
|
background-image: url("https://a.sfdcstatic.com/developer-website/images/footer-graphic-mountains-2.svg");
|
|
130
|
-
filter: var(--dx-
|
|
130
|
+
filter: var(--dx-g-svg-filter);
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.graphic-mountains-mobile {
|
|
@@ -138,7 +138,7 @@ footer.signup-variant-no-signup {
|
|
|
138
138
|
height: 56px;
|
|
139
139
|
width: 100px;
|
|
140
140
|
background-image: url("https://a.sfdcstatic.com/developer-website/images/footer-graphic-mountains-small-2.svg");
|
|
141
|
-
filter: var(--dx-
|
|
141
|
+
filter: var(--dx-g-svg-filter);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.graphic-trees-small {
|
|
@@ -146,7 +146,7 @@ footer.signup-variant-no-signup {
|
|
|
146
146
|
width: 52px;
|
|
147
147
|
margin-left: var(--dx-g-spacing-lg);
|
|
148
148
|
background-image: url("https://a.sfdcstatic.com/developer-website/images/footer-graphic-trees-small.svg");
|
|
149
|
-
filter: var(--dx-
|
|
149
|
+
filter: var(--dx-g-svg-filter);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.graphic-large {
|