@das-fed/mframe 0.0.20 → 0.0.21

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/es5.js CHANGED
@@ -5026,7 +5026,7 @@ var bf = {
5026
5026
  return Jt(re)("mouseenter", O, "mount");
5027
5027
  })
5028
5028
  }, [ne.value && P.value ? (Ot(), jt("div", Of, j[7] || (j[7] = [dt("div", {
5029
- "class": "loader-container"
5029
+ "class": "main-loader-container"
5030
5030
  }, [dt("div", {
5031
5031
  "class": "loader"
5032
5032
  }), dt("span", null, "Loading...")], -1)]))) : zt("", true), dt("div", {
package/index.css CHANGED
@@ -1 +1 @@
1
- .loader-container{display:flex;align-items:center;justify-content:center}.loader-container .loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:24px;height:24px;margin-right:10px;animation:loaderAnimation 2s linear infinite}@keyframes loaderAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
1
+ @charset "UTF-8";.main-loader-container{display:flex;align-items:center;justify-content:center}.main-loader-container .loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:24px;height:24px;margin-right:10px;animation:mainLoaderAnimation 2s linear infinite}@keyframes mainLoaderAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
package/index.js CHANGED
@@ -4962,7 +4962,7 @@ const bf = { style: { flex: "1", display: "flex", "min-height": "0" } }, wf = {
4962
4962
  onMouseenter: j[6] || (j[6] = (O) => Jt(re)("mouseenter", O, "mount"))
4963
4963
  }, [
4964
4964
  ne.value && P.value ? (Ot(), jt("div", Of, j[7] || (j[7] = [
4965
- dt("div", { class: "loader-container" }, [
4965
+ dt("div", { class: "main-loader-container" }, [
4966
4966
  dt("div", { class: "loader" }),
4967
4967
  dt("span", null, "Loading...")
4968
4968
  ], -1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/mframe",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",