be-hive 0.0.3 → 0.0.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/.gitignore ADDED
@@ -0,0 +1 @@
1
+ /node_modules
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # be-hive [TODO]
1
+ # be-hive
2
2
 
3
3
  ## Let it snow in August
4
4
 
5
- be-hive is the Queen Bee of the may-it-be (?) HTML frimework.
5
+ be-hive is the Queen Bee of the [may-it-be](https://github.com/bahrus/may-it-be) HTML frimework.
6
6
 
7
7
  Specify that ShadowDOM should inherit be-hiviors from parent Shadow DOM.
8
8
 
@@ -32,3 +32,5 @@ be-hive then determines which be-hiviors to inherit.
32
32
 
33
33
 
34
34
  However, be-hive supports a "overrides" attribute/property that allows overriding the parent inheritance.
35
+
36
+ [TODO] Expline this coherently.
package/be-hive.ts CHANGED
@@ -74,3 +74,5 @@ const xe = new XE<BeHiveProps, BeHiveActions>({
74
74
  });
75
75
 
76
76
  export const BeHive = xe.classDef!;
77
+
78
+