@streamoid/ui 0.6.6 → 0.6.7

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
@@ -419,7 +419,7 @@ function ScStreamoidMascot({
419
419
  "path",
420
420
  {
421
421
  d: "M29.6343 17V32H43.9997C44.0505 23.7314 37.6038 17 29.6343 17ZM36.0302 27.1237C35.3195 27.1237 34.7104 26.4876 34.7104 25.7456C34.7104 25.0035 35.3195 24.3675 36.0302 24.3675C36.7409 24.3675 37.35 25.0035 37.35 25.7456C37.4007 26.4876 36.7916 27.1237 36.0302 27.1237Z",
422
- fill: "white"
422
+ fill: "var(--alias-text---icons-primary, #f5f5f5)"
423
423
  }
424
424
  ),
425
425
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
package/dist/index.mjs CHANGED
@@ -299,7 +299,7 @@ function ScStreamoidMascot({
299
299
  "path",
300
300
  {
301
301
  d: "M29.6343 17V32H43.9997C44.0505 23.7314 37.6038 17 29.6343 17ZM36.0302 27.1237C35.3195 27.1237 34.7104 26.4876 34.7104 25.7456C34.7104 25.0035 35.3195 24.3675 36.0302 24.3675C36.7409 24.3675 37.35 25.0035 37.35 25.7456C37.4007 26.4876 36.7916 27.1237 36.0302 27.1237Z",
302
- fill: "white"
302
+ fill: "var(--alias-text---icons-primary, #f5f5f5)"
303
303
  }
304
304
  ),
305
305
  /* @__PURE__ */ jsx4("defs", { children: /* @__PURE__ */ jsxs4(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",