aoye 0.0.65 → 0.0.67

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.umd.js CHANGED
@@ -1472,7 +1472,7 @@
1472
1472
  const isParentKey = (parentStore, expr) => expr in parentStore[Keys.Raw];
1473
1473
  class Store {
1474
1474
  static [IsStore] = true;
1475
- static [StoreIgnoreKeys] = ['ui', 'raw'];
1475
+ static [StoreIgnoreKeys] = ['ui', 'raw', 'styles'];
1476
1476
  static [Keys.ProxyFreeObject] = true;
1477
1477
  static Current = null;
1478
1478
  constructor() {