@hiver/connector-agent 4.22.5 → 4.22.6

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/index.umd.js CHANGED
@@ -688,14 +688,19 @@ Take a look at the reducer(s) handling this action type: ${x.type}.
688
688
  box-sizing: border-box;
689
689
  }
690
690
 
691
- *,
692
- *::before,
693
- *::after {
694
- -webkit-box-sizing: inherit;
695
- -moz-box-sizing: inherit;
696
- box-sizing: inherit;
697
- padding: 0px;
698
- margin: 0px;
691
+ /* Layered so component styles always win: this wrapper and its children use
692
+ different emotion caches, so unlayered source order depended on which
693
+ <style> tag the host created first. */
694
+ @layer connectorAgentReset {
695
+ *,
696
+ *::before,
697
+ *::after {
698
+ -webkit-box-sizing: inherit;
699
+ -moz-box-sizing: inherit;
700
+ box-sizing: inherit;
701
+ padding: 0px;
702
+ margin: 0px;
703
+ }
699
704
  }
700
705
 
701
706
  /* Sections
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "4.22.5",
3
+ "version": "4.22.6",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",