@orca-pt/orca-components 1.0.1 → 1.0.2

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.ts CHANGED
@@ -7,7 +7,7 @@ import "./styles/tailwind.css";
7
7
  export { default as OrcaMarkdown } from "./components/OrcaMarkdown.vue";
8
8
  export type { AudioData, ButtonData, CardData, ContentPart, ContentPartType, GetFileNameFromUrlFn, GetYouTubeIdFn, IsImageFileFn, OrcaMarkdownEmits, OrcaMarkdownProps, LocationData, MapboxConfig, SendMessageData, TracingData, VideoPlayerOptions, } from "./types";
9
9
  export { cleanOrcaMarkers, generateMapId, getAppendIconStyle, getFileNameFromUrl, getGroupedButtons, getOutlinedButtonStyle, getOutlinedButtonTextStyle, getVuetifyColor, getYouTubeId, hasLoadingMarkers, isImageFile, } from "./utils/helpers";
10
- export declare const version = "1.0.1";
10
+ export declare const version = "1.0.2";
11
11
  export declare const packageInfo: {
12
12
  name: string;
13
13
  version: string;
@@ -1825,10 +1825,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1825
1825
  }
1826
1826
  });
1827
1827
  const OrcaMarkdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-619a1855"]]);
1828
- const version = "1.0.1";
1828
+ const version = "1.0.2";
1829
1829
  const packageInfo = {
1830
1830
  name: "@orca-pt/orca-components",
1831
- version: "1.0.1",
1831
+ version: "1.0.2",
1832
1832
  description: "Orca native components for rendering special content markers",
1833
1833
  author: "Orca Team"
1834
1834
  };