@blerp/design 1.0.65 → 1.0.66

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/index.cjs.js CHANGED
@@ -1299,7 +1299,9 @@ var Blerp$1 = function Blerp(_ref) {
1299
1299
  };
1300
1300
 
1301
1301
  if (!variantSize) {
1302
- if (size.width <= 400) {
1302
+ if (size.width <= 340) {
1303
+ sizeParams = tinySize;
1304
+ } else if (size.width <= 600) {
1303
1305
  sizeParams = smallSize;
1304
1306
  } else if (size.width <= 900) {
1305
1307
  sizeParams = mediumSize;
package/dist/index.esm.js CHANGED
@@ -1231,7 +1231,9 @@ var Blerp$1 = function Blerp(_ref) {
1231
1231
  };
1232
1232
 
1233
1233
  if (!variantSize) {
1234
- if (size.width <= 400) {
1234
+ if (size.width <= 340) {
1235
+ sizeParams = tinySize;
1236
+ } else if (size.width <= 600) {
1235
1237
  sizeParams = smallSize;
1236
1238
  } else if (size.width <= 900) {
1237
1239
  sizeParams = mediumSize;
package/dist/index.umd.js CHANGED
@@ -1252,7 +1252,9 @@
1252
1252
  };
1253
1253
 
1254
1254
  if (!variantSize) {
1255
- if (size.width <= 400) {
1255
+ if (size.width <= 340) {
1256
+ sizeParams = tinySize;
1257
+ } else if (size.width <= 600) {
1256
1258
  sizeParams = smallSize;
1257
1259
  } else if (size.width <= 900) {
1258
1260
  sizeParams = mediumSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {