@julien-wiegandt/open-ui 0.1.13 → 0.1.14

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/open-ui.js CHANGED
@@ -1801,6 +1801,7 @@ const Wn = te.input`
1801
1801
  font-size: 13px;
1802
1802
  display: flex;
1803
1803
  align-items: center;
1804
+ text-align: left;
1804
1805
 
1805
1806
  color: ${({ theme: e, color: t }) => e.palette[t ?? "default"].main};
1806
1807
 
@@ -185,6 +185,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Je]+=1);const O=e=>typeof e==
185
185
  font-size: 13px;
186
186
  display: flex;
187
187
  align-items: center;
188
+ text-align: left;
188
189
 
189
190
  color: ${({theme:e,color:t})=>e.palette[t??"default"].main};
190
191
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@julien-wiegandt/open-ui",
3
3
  "private": false,
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "description": "The best open source react UI library",
6
6
  "type": "module",
7
7
  "main": "./dist/open-ui.umd.cjs",