@progressive-development/pd-forms 0.7.14-d → 0.8.1

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.
@@ -328,7 +328,7 @@ PdIconPanelButton.styles = [
328
328
  }
329
329
 
330
330
  .toggle-button {
331
- padding-left: 0.5rem;
331
+ padding-left: var(--pd-icon-button-gap, 0.5rem);
332
332
  }
333
333
 
334
334
  @keyframes spin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-forms",
3
- "version": "0.7.14-d",
3
+ "version": "0.8.1",
4
4
  "description": "Webcomponent pd-forms for rendering form input elements.",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "SEE LICENSE IN LICENSE",