@kontextso/sdk-react-native 0.1.1-rc.0 → 0.1.1-rc.1

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.d.mts CHANGED
@@ -18,6 +18,7 @@ type InlineAdStyles = {
18
18
  imageContainer: StyleProp<ViewStyle>;
19
19
  contentContainer: StyleProp<TextStyle>;
20
20
  image: StyleProp<ImageStyle>;
21
+ adBadge: StyleProp<ViewStyle>;
21
22
  };
22
23
  type MarkdownStyles = {
23
24
  link: StyleProp<TextStyle>;
package/dist/index.d.ts CHANGED
@@ -18,6 +18,7 @@ type InlineAdStyles = {
18
18
  imageContainer: StyleProp<ViewStyle>;
19
19
  contentContainer: StyleProp<TextStyle>;
20
20
  image: StyleProp<ImageStyle>;
21
+ adBadge: StyleProp<ViewStyle>;
21
22
  };
22
23
  type MarkdownStyles = {
23
24
  link: StyleProp<TextStyle>;
package/dist/index.js CHANGED
@@ -3157,7 +3157,7 @@ var InlineAd = ({ code, messageId, wrapper }) => {
3157
3157
  }
3158
3158
  ),
3159
3159
  /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_react_native4.Text, { style: styles?.contentContainer, children: [
3160
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native4.View, { style: styles?.adBadgeContainer, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native4.Text, { style: styles?.adBadgeText, children: "Ad" }) }),
3160
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native4.View, { style: styles?.adBadgeContainer, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native4.View, { style: styles?.adBadge, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_react_native4.Text, { style: styles?.adBadgeText, children: "Ad" }) }) }),
3161
3161
  /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
3162
3162
  MarkdownText,
3163
3163
  {
package/dist/index.mjs CHANGED
@@ -3132,7 +3132,7 @@ var InlineAd = ({ code, messageId, wrapper }) => {
3132
3132
  }
3133
3133
  ),
3134
3134
  /* @__PURE__ */ jsxs2(Text3, { style: styles?.contentContainer, children: [
3135
- /* @__PURE__ */ jsx5(View3, { style: styles?.adBadgeContainer, children: /* @__PURE__ */ jsx5(Text3, { style: styles?.adBadgeText, children: "Ad" }) }),
3135
+ /* @__PURE__ */ jsx5(View3, { style: styles?.adBadgeContainer, children: /* @__PURE__ */ jsx5(View3, { style: styles?.adBadge, children: /* @__PURE__ */ jsx5(Text3, { style: styles?.adBadgeText, children: "Ad" }) }) }),
3136
3136
  /* @__PURE__ */ jsx5(
3137
3137
  MarkdownText,
3138
3138
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "0.1.1-rc.0",
3
+ "version": "0.1.1-rc.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",