@justfixnyc/component-library 0.25.11 → 0.25.12

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.
@@ -226,7 +226,7 @@ var variantStyles = function variantStyles(p) {
226
226
  var StyledButton = styled.button.withConfig({
227
227
  displayName: "styles__StyledButton",
228
228
  componentId: "sc-17d8tll-2"
229
- })(["cursor:pointer;user-select:none;height:fit-content;display:flex;align-items:center;flex:none;max-width:100%;white-space:normal;word-wrap:break-word;vertical-align:middle;", ""], variantStyles);
229
+ })(["cursor:pointer;user-select:none;height:fit-content;display:flex;align-items:center;justify-content:center;flex:none;white-space:normal;word-wrap:break-word;vertical-align:middle;width:fit-content;@include for-phone-only(){width:-webkit-fill-available;}", ""], variantStyles);
230
230
 
231
231
  var _excluded = ["children", "variant", "size", "loading", "hasIcon"];
232
232
  /**
package/dist/src/index.js CHANGED
@@ -238,7 +238,7 @@ var variantStyles = function variantStyles(p) {
238
238
  var StyledButton = styled__default["default"].button.withConfig({
239
239
  displayName: "styles__StyledButton",
240
240
  componentId: "sc-17d8tll-2"
241
- })(["cursor:pointer;user-select:none;height:fit-content;display:flex;align-items:center;flex:none;max-width:100%;white-space:normal;word-wrap:break-word;vertical-align:middle;", ""], variantStyles);
241
+ })(["cursor:pointer;user-select:none;height:fit-content;display:flex;align-items:center;justify-content:center;flex:none;white-space:normal;word-wrap:break-word;vertical-align:middle;width:fit-content;@include for-phone-only(){width:-webkit-fill-available;}", ""], variantStyles);
242
242
 
243
243
  var _excluded = ["children", "variant", "size", "loading", "hasIcon"];
244
244
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.25.11",
5
+ "version": "0.25.12",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.d.ts",
8
8
  "files": [