@dev-blinq/ui-systems 1.0.130 → 1.0.131

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.js CHANGED
@@ -445,7 +445,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
445
445
  }
446
446
  `,Fm=Y.div`
447
447
  display: flex;
448
- height: calc(100% - 28px);
448
+ height: calc(100% - 32px);
449
449
  `,Pm=Y($.Box)`
450
450
  display: flex;
451
451
  flex-direction: column;
package/dist/index.mjs CHANGED
@@ -7119,7 +7119,7 @@ const Jm = K.div`
7119
7119
  }
7120
7120
  `, Qm = K.div`
7121
7121
  display: flex;
7122
- height: calc(100% - 28px);
7122
+ height: calc(100% - 32px);
7123
7123
  `, eg = K(q)`
7124
7124
  display: flex;
7125
7125
  flex-direction: column;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dev-blinq/ui-systems",
3
3
  "description": "this package contains all ui components like button, input, checkbox, colors that blinq.io needs",
4
- "version": "1.0.130",
4
+ "version": "1.0.131",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",