@touchtech/baselayer-ui 1.4.0 → 1.4.1

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -360,6 +360,7 @@
360
360
 
361
361
  .kkgHoBQhFPsKj_x1ZFdRH {
362
362
  padding: var(--theme-confirmation-modal-padding, 42px 21px 21px 21px);
363
+ min-width: 25vw;
363
364
  }
364
365
 
365
366
  ._1WuvHD-GdXLrtqwa04W1qy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {