@justfixnyc/component-library 0.25.11 → 0.25.13
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/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -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;
|
|
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;@media only (min-width:599px){width:fit-content;}", ""], 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;
|
|
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;@media only (min-width:599px){width:fit-content;}", ""], variantStyles);
|
|
242
242
|
|
|
243
243
|
var _excluded = ["children", "variant", "size", "loading", "hasIcon"];
|
|
244
244
|
/**
|