melonykit 0.1.0 → 0.1.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/index.js +2 -15
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1323,19 +1323,6 @@ var xt = { base: Y`
1323
1323
  border-radius: 8px;
1324
1324
  border-bottom: solid 1px ${X.colors.border};
1325
1325
  background-color: ${X.colors.back.secondary};
1326
- ` }, St = {
1327
- Bar: Ze,
1328
- Box: Qe,
1329
- Switch: gt,
1330
- Button: nt,
1331
- TextField: dt,
1332
- Layout: it,
1333
- Tag: vt,
1334
- Text: ot,
1335
- Headline: ct,
1336
- Space: ut,
1337
- Icon: Q,
1338
- IconButton: bt
1339
- };
1326
+ ` };
1340
1327
  //#endregion
1341
- export { St as Components, X as Theme };
1328
+ export { Ze as Bar, Qe as Box, nt as Button, ct as Headline, Q as Icon, bt as IconButton, it as Layout, ut as Space, gt as Switch, vt as Tag, ot as Text, dt as TextField, X as Theme };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Vadim Hermann",
3
3
  "name": "melonykit",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "description": "Preact based ui and utility functions toolkit",
7
7
  "main": "./dist/index.js",