rw-elements-tools 1.3.1 → 1.3.2

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.
@@ -145,19 +145,19 @@ const ButtonFontAndTextStyles = [
145
145
  }
146
146
  },
147
147
  {
148
- title: "Line Height",
149
- id: "globalButtonFontAndTextStylesLineHeight",
150
- format: "leading-{{value}}",
148
+ title: "Spacing",
149
+ id: "globalButtonFontAndTextStylesLetterSpacing",
150
+ format: "tracking-{{value}}",
151
151
  slider: {
152
- use: "LineHeight",
152
+ use: "LetterSpacing",
153
153
  }
154
154
  },
155
155
  {
156
- title: "Letter Spacing",
157
- id: "globalButtonFontAndTextStylesLetterSpacing",
158
- format: "tracking-{{value}}",
156
+ title: "Line Height",
157
+ id: "globalButtonFontAndTextStylesLineHeight",
158
+ format: "leading-{{value}}",
159
159
  slider: {
160
- use: "LetterSpacing",
160
+ use: "LineHeight",
161
161
  }
162
162
  },
163
163
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rw-elements-tools",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Build tools for RapidWeaver Elements packs - generates properties.json and hooks.js files",
5
5
  "author": "Elements Platform",
6
6
  "license": "MIT",