@pure-ds/core 0.4.21 → 0.4.22
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pds.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pds.d.ts","sourceRoot":"","sources":["../../../../../public/assets/js/pds.js"],"names":[],"mappings":"AAwpG6nS;;;;EAAQ;AAAsnF;;;;;;;;;;;;;;;EAA8sE"}
|
package/package.json
CHANGED
package/public/assets/js/app.js
CHANGED
|
@@ -1011,7 +1011,7 @@ fieldset[role="group"].buttons {
|
|
|
1011
1011
|
justify-content: center;
|
|
1012
1012
|
min-height: calc(${b}px * 0.75);
|
|
1013
1013
|
padding: calc(var(--spacing-1) * ${p*.6}) calc(var(--spacing-4) * 0.85);
|
|
1014
|
-
border:
|
|
1014
|
+
border: 2px solid var(--color-border);
|
|
1015
1015
|
border-radius: var(--radius-md);
|
|
1016
1016
|
font-family: var(--font-family-body);
|
|
1017
1017
|
font-size: var(--font-size-sm);
|
package/public/assets/js/pds.js
CHANGED
|
@@ -1009,7 +1009,7 @@ fieldset[role="group"].buttons {
|
|
|
1009
1009
|
justify-content: center;
|
|
1010
1010
|
min-height: calc(${m}px * 0.75);
|
|
1011
1011
|
padding: calc(var(--spacing-1) * ${p*.6}) calc(var(--spacing-4) * 0.85);
|
|
1012
|
-
border:
|
|
1012
|
+
border: 2px solid var(--color-border);
|
|
1013
1013
|
border-radius: var(--radius-md);
|
|
1014
1014
|
font-family: var(--font-family-body);
|
|
1015
1015
|
font-size: var(--font-size-sm);
|
|
@@ -2214,7 +2214,7 @@ fieldset[role="group"].buttons {
|
|
|
2214
2214
|
padding: calc(var(--spacing-1) * ${
|
|
2215
2215
|
buttonPaddingValue * 0.6
|
|
2216
2216
|
}) calc(var(--spacing-4) * 0.85);
|
|
2217
|
-
border:
|
|
2217
|
+
border: 2px solid var(--color-border);
|
|
2218
2218
|
border-radius: var(--radius-md);
|
|
2219
2219
|
font-family: var(--font-family-body);
|
|
2220
2220
|
font-size: var(--font-size-sm);
|