@awell-health/ui-library 0.1.142 → 0.1.143

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -8259,11 +8259,11 @@ html {
8259
8259
  }
8260
8260
 
8261
8261
  .awell__form_traditional_form {
8262
- padding-bottom: calc(var(--awell-mobile-footer-height) + var(--awell-spacing-24));
8262
+ padding-bottom: calc(var(--awell-mobile-footer-height) + var(--awell-spacing-36));
8263
8263
  }
8264
8264
  @media (min-width: 640px) {
8265
8265
  .awell__form_traditional_form {
8266
- padding-bottom: calc(var(--awell-footer-height) + var(--awell-spacing-24));
8266
+ padding-bottom: calc(var(--awell-footer-height) + var(--awell-spacing-36));
8267
8267
  }
8268
8268
  }
8269
8269
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.142",
3
+ "version": "0.1.143",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",