@embeddable.com/sdk-react 4.0.6-next.0 → 4.0.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.
@@ -0,0 +1,5 @@
1
+ import { EntrypointModifier } from "./EntrypointModifier";
2
+ /**
3
+ * Imports '@emotion/css' if it's used, but no runtime wrapper needed.
4
+ */
5
+ export declare const emotionCssEntrypointModifier: EntrypointModifier;
@@ -0,0 +1,6 @@
1
+ import { EntrypointModifier } from "./EntrypointModifier";
2
+ /**
3
+ * Adds Emotion's CacheProvider targeting the shadow root if emotion is used.
4
+ * This ensures that dynamically generated styles are scoped correctly.
5
+ */
6
+ export declare const emotionEntrypointModifier: EntrypointModifier;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { EntrypointModifier } from "./EntrypointModifier";
2
+ /**
3
+ * Adds react-select styles into the entrypoint if 'react-select' is present.
4
+ * Assumes emotionEntrypointModifier is applied separately.
5
+ */
6
+ export declare const reactSelectEntrypointModifier: EntrypointModifier;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/sdk-react",
3
- "version": "4.0.6-next.0",
3
+ "version": "4.0.6",
4
4
  "description": "Embeddable SDK React plugin responsible for React components bundling.",
5
5
  "keywords": [
6
6
  "embeddable",
@@ -34,7 +34,7 @@
34
34
  "@babel/generator": "^7.23.0",
35
35
  "@babel/parser": "^7.26.2",
36
36
  "@babel/traverse": "^7.24.7",
37
- "@embeddable.com/sdk-core": "4.1.2-next.0",
37
+ "@embeddable.com/sdk-core": "4.1.2",
38
38
  "@embeddable.com/sdk-utils": "0.8.2",
39
39
  "@happy-dom/global-registrator": "^15.11.0",
40
40
  "@vitejs/plugin-react": "^4.3.2",