@dev-blinq/ui-systems 1.0.101 → 1.0.102

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
@@ -401,9 +401,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
401
401
  flex-direction: column;
402
402
  width: 100%;
403
403
  padding: 0px;
404
- align-items: center;
405
404
  justify-content: space-between;
406
-
407
405
  .MuiTabs-root {
408
406
  min-height: 32px;
409
407
  button {
package/dist/index.mjs CHANGED
@@ -7030,9 +7030,7 @@ const sf = X.div`
7030
7030
  flex-direction: column;
7031
7031
  width: 100%;
7032
7032
  padding: 0px;
7033
- align-items: center;
7034
7033
  justify-content: space-between;
7035
-
7036
7034
  .MuiTabs-root {
7037
7035
  min-height: 32px;
7038
7036
  button {
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.101",
4
+ "version": "1.0.102",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",