@bbki.ng/components 1.5.51 → 1.5.52

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/index.js CHANGED
@@ -1239,7 +1239,6 @@ var LoadingSpiral = (props) => {
1239
1239
  const phenomenon = new import_phenomenon.default({
1240
1240
  settings: createSettings({ canvas: canvasRef.current, step }),
1241
1241
  context: {
1242
- alpha: true,
1243
1242
  antialias: true
1244
1243
  }
1245
1244
  });
package/dist/index.mjs CHANGED
@@ -1180,7 +1180,6 @@ var LoadingSpiral = (props) => {
1180
1180
  const phenomenon = new Phenomenon({
1181
1181
  settings: createSettings({ canvas: canvasRef.current, step }),
1182
1182
  context: {
1183
- alpha: true,
1184
1183
  antialias: true
1185
1184
  }
1186
1185
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/components",
3
- "version": "1.5.51",
3
+ "version": "1.5.52",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",