@bikdotai/bik-component-library 0.0.514-beta.112 → 0.0.514-beta.113

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.
@@ -1,2 +1,5 @@
1
1
  import React from 'react';
2
- export declare const ActivateBikAi: React.FC<{}>;
2
+ export declare const ActivateBikAi: React.FC<{
3
+ open: boolean;
4
+ onModalClose: () => {};
5
+ }>;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("../modals/Modal.js"),i=require("../../assets/icons/graph.svg.js"),s=require("../../assets/icons/sparkle.svg.js"),r=require("../TypographyStyle.js"),n=require("../button/Button.js"),a=require("../../constants/Theme.js");exports.ActivateBikAi=o=>e.jsx(t.Modal,{open:!0,centralContainerStyles:{height:"430px",width:"464px",borderRadius:"12px"},children:e.jsxs("div",{children:[e.jsxs("div",Object.assign({style:{height:"180px",width:"100%",backgroundColor:"rgba(142, 142, 142, 0.2)",display:"flex",justifyContent:"center",alignItems:"center",gap:"18px"}},{children:[e.jsx(i.default,{width:100,height:90}),e.jsx("div",Object.assign({style:{width:"302px"}},{children:e.jsx(r.TitleMedium,{children:"Experience reduced Average Handling Time of your tickets with Bik.AI!"})}))]})),e.jsxs("div",Object.assign({style:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:"16px",padding:"24px"}},{children:[e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",gap:"4px"}},{children:[e.jsx(r.TitleLarge,{children:"Activate BIK AI"}),e.jsx(s.default,{width:32,height:32})]})),e.jsx(r.BodyPrimary,Object.assign({color:"#888888"},{children:"Sync your Shopify Data to Bik.ai to supercharge it with your store’s data to start responding to customer queries right away!"}))]})),e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",alignItems:"center",gap:"12px",paddingBottom:"24px",paddingLeft:"24px",paddingRight:"24px"}},{children:[e.jsx(n.Button,{buttonText:"Learn More",buttonType:"text",size:"large"}),e.jsx(n.Button,{buttonText:"Sync Shopify Data",size:"large",style:{backgroundColor:a.COLORS.background.brand}})]}))]})});
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),t=require("../modals/Modal.js"),i=require("../../assets/icons/graph.svg.js"),s=require("../../assets/icons/sparkle.svg.js"),r=require("../TypographyStyle.js"),n=require("../button/Button.js"),a=require("../../constants/Theme.js");exports.ActivateBikAi=o=>{let{open:l,onModalClose:d}=o;return e.jsx(t.Modal,{open:l,centralContainerStyles:{height:"430px",width:"464px",borderRadius:"12px"},onClose:d,closeOnOutsideClick:!0,children:e.jsxs("div",{children:[e.jsxs("div",Object.assign({style:{height:"180px",width:"100%",backgroundColor:"rgba(142, 142, 142, 0.2)",display:"flex",justifyContent:"center",alignItems:"center",gap:"18px"}},{children:[e.jsx(i.default,{width:100,height:90}),e.jsx("div",Object.assign({style:{width:"302px"}},{children:e.jsx(r.TitleMedium,{children:"Experience reduced Average Handling Time of your tickets with Bik.AI!"})}))]})),e.jsxs("div",Object.assign({style:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:"16px",padding:"24px"}},{children:[e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",gap:"4px"}},{children:[e.jsx(r.TitleLarge,{children:"Activate BIK AI"}),e.jsx(s.default,{width:32,height:32})]})),e.jsx(r.BodyPrimary,Object.assign({color:"#888888"},{children:"Sync your Shopify Data to Bik.ai to supercharge it with your store’s data to start responding to customer queries right away!"}))]})),e.jsxs("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",alignItems:"center",gap:"12px",paddingBottom:"24px",paddingLeft:"24px",paddingRight:"24px"}},{children:[e.jsx(n.Button,{buttonText:"Learn More",buttonType:"text",size:"large"}),e.jsx(n.Button,{buttonText:"Sync Shopify Data",size:"large",style:{backgroundColor:a.COLORS.background.brand}})]}))]})})};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Menus: ({
2
3
  displayName: string;
3
4
  key: number;
@@ -1,2 +1,5 @@
1
1
  import React from 'react';
2
- export declare const ActivateBikAi: React.FC<{}>;
2
+ export declare const ActivateBikAi: React.FC<{
3
+ open: boolean;
4
+ onModalClose: () => {};
5
+ }>;
@@ -1 +1 @@
1
- import{jsx as t,jsxs as e}from"react/jsx-runtime";import{Modal as i}from"../modals/Modal.js";import r from"../../assets/icons/graph.svg.js";import n from"../../assets/icons/sparkle.svg.js";import{TitleMedium as o,TitleLarge as s,BodyPrimary as a}from"../TypographyStyle.js";import{Button as d}from"../button/Button.js";import{COLORS as l}from"../../constants/Theme.js";const p=p=>t(i,{open:!0,centralContainerStyles:{height:"430px",width:"464px",borderRadius:"12px"},children:e("div",{children:[e("div",Object.assign({style:{height:"180px",width:"100%",backgroundColor:"rgba(142, 142, 142, 0.2)",display:"flex",justifyContent:"center",alignItems:"center",gap:"18px"}},{children:[t(r,{width:100,height:90}),t("div",Object.assign({style:{width:"302px"}},{children:t(o,{children:"Experience reduced Average Handling Time of your tickets with Bik.AI!"})}))]})),e("div",Object.assign({style:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:"16px",padding:"24px"}},{children:[e("div",Object.assign({style:{display:"flex",flexDirection:"row",gap:"4px"}},{children:[t(s,{children:"Activate BIK AI"}),t(n,{width:32,height:32})]})),t(a,Object.assign({color:"#888888"},{children:"Sync your Shopify Data to Bik.ai to supercharge it with your store’s data to start responding to customer queries right away!"}))]})),e("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",alignItems:"center",gap:"12px",paddingBottom:"24px",paddingLeft:"24px",paddingRight:"24px"}},{children:[t(d,{buttonText:"Learn More",buttonType:"text",size:"large"}),t(d,{buttonText:"Sync Shopify Data",size:"large",style:{backgroundColor:l.background.brand}})]}))]})});export{p as ActivateBikAi};
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import{Modal as i}from"../modals/Modal.js";import r from"../../assets/icons/graph.svg.js";import n from"../../assets/icons/sparkle.svg.js";import{TitleMedium as o,TitleLarge as s,BodyPrimary as a}from"../TypographyStyle.js";import{Button as l}from"../button/Button.js";import{COLORS as d}from"../../constants/Theme.js";const c=c=>{let{open:p,onModalClose:g}=c;return e(i,{open:p,centralContainerStyles:{height:"430px",width:"464px",borderRadius:"12px"},onClose:g,closeOnOutsideClick:!0,children:t("div",{children:[t("div",Object.assign({style:{height:"180px",width:"100%",backgroundColor:"rgba(142, 142, 142, 0.2)",display:"flex",justifyContent:"center",alignItems:"center",gap:"18px"}},{children:[e(r,{width:100,height:90}),e("div",Object.assign({style:{width:"302px"}},{children:e(o,{children:"Experience reduced Average Handling Time of your tickets with Bik.AI!"})}))]})),t("div",Object.assign({style:{display:"flex",justifyContent:"center",alignItems:"center",flexDirection:"column",gap:"16px",padding:"24px"}},{children:[t("div",Object.assign({style:{display:"flex",flexDirection:"row",gap:"4px"}},{children:[e(s,{children:"Activate BIK AI"}),e(n,{width:32,height:32})]})),e(a,Object.assign({color:"#888888"},{children:"Sync your Shopify Data to Bik.ai to supercharge it with your store’s data to start responding to customer queries right away!"}))]})),t("div",Object.assign({style:{display:"flex",flexDirection:"row",justifyContent:"flex-end",alignItems:"center",gap:"12px",paddingBottom:"24px",paddingLeft:"24px",paddingRight:"24px"}},{children:[e(l,{buttonText:"Learn More",buttonType:"text",size:"large"}),e(l,{buttonText:"Sync Shopify Data",size:"large",style:{backgroundColor:d.background.brand}})]}))]})})};export{c as ActivateBikAi};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Menus: ({
2
3
  displayName: string;
3
4
  key: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.514-beta.112",
3
+ "version": "0.0.514-beta.113",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",