sm-click-library-ui 0.0.76 → 0.0.78

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/tailwind.css CHANGED
@@ -653,6 +653,9 @@ video {
653
653
  .w-64 {
654
654
  width: 16rem;
655
655
  }
656
+ .w-\[30\%\] {
657
+ width: 30%;
658
+ }
656
659
  .w-\[470px\] {
657
660
  width: 470px;
658
661
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
- "version": "0.0.76",
7
+ "version": "0.0.78",
8
8
  "main": "dist/sm-click-library-ui.es.js",
9
9
  "module": "dist/sm-click-library-ui.umd.js",
10
10
  "private": false,