@app-studio/web 0.9.66 → 0.9.67

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.
package/dist/web.esm.js CHANGED
@@ -4835,17 +4835,17 @@ var Loader = LoaderComponent;
4835
4835
  */
4836
4836
  var ButtonFontSize = {
4837
4837
  xs: 10,
4838
- sm: 14,
4839
- md: 16,
4840
- lg: 18,
4838
+ sm: 12,
4839
+ md: 14,
4840
+ lg: 16,
4841
4841
  xl: 20
4842
4842
  };
4843
4843
  var ButtonLineHeight = {
4844
- xs: 14,
4845
- sm: 20,
4846
- md: 24,
4847
- lg: 28,
4848
- xl: 32
4844
+ xs: 12,
4845
+ sm: 16,
4846
+ md: 20,
4847
+ lg: 24,
4848
+ xl: 28
4849
4849
  };
4850
4850
  var getButtonSize = size => {
4851
4851
  return {