mtrl 0.5.0 → 0.5.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mtrl",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A functional TypeScript/JavaScript component library with composable architecture based on Material Design 3",
5
5
  "author": "floor",
6
6
  "license": "MIT License",
package/dist/styles.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /* /**
2
- * mtrl v0.5.0
2
+ * mtrl v0.5.1
3
3
  * A functional TypeScript component library based on Material Design 3
4
4
  * @license MIT
5
5
  * /
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mtrl",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A functional TypeScript/JavaScript component library with composable architecture based on Material Design 3",
5
5
  "author": "floor",
6
6
  "license": "MIT License",