@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 +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
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
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.
|
|
4
|
+
"version": "1.0.102",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|