ui.shipaid.com 0.2.14-beta.1 → 0.2.14

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,6 +120,9 @@ If you need to change any of the widget colors to suit a specific theme, there a
120
120
  |----------|-------------|---------|
121
121
  | `--shipaid-text` | Changes the global text color. | `#000000` |
122
122
  | `--shipaid-text-muted` | Changes the global muted text color. | `#aaaaaa` |
123
+ | `--shipaid-prompt-margin` | Changes the margins of the main container element. | `2rem 0px 4rem auto` |
124
+ | `--shipaid-prompt-width` | Changes the width of the main container element. | `400px` |
125
+ | `--shipaid-prompt-width-mobile` | Changes the mobile width of the main container element. | `100%` |
123
126
  | `--shipaid-prompt-actions-price-color` | Changes the color of the price element. | `var(--shipaid-text-muted)` |
124
127
  | `--shipaid-prompt-actions-button-color` | Changes the color of the add/remove button element. | `var(--shipaid-primary)` |
125
128
  | `--shipaid-prompt-badge-background-color` | Changes the background color of the learn more button element. | `var(--shipaid-light-grey)` |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.2.14-beta.1",
4
+ "version": "0.2.14",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",