@bikdotai/bik-component-library 0.0.106 → 0.0.107

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 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("../../node_modules/lodash.debounce/index.js"),o=require("react"),t=require("./ColourInput.styled.js"),n=require("../TypographyStyle.js"),s=require("../../constants/Theme.js");exports.ColourInput=l=>{const u=o.useCallback(r.default(((e,r)=>{l.onValueChange(r)}),100),[]);return e.jsxs("div",Object.assign({className:"buttonColorCustom"},{children:[l.headingText&&e.jsx(n.BodySecondary,{children:l.headingText}),e.jsxs(t.ColorInputContainer,{children:[e.jsx("div",Object.assign({style:{fontWeight:400,fontSize:16,lineHeight:24,color:s.DEFAULT_THEME.colorsV2.content.primary}},{children:"Colour"})),e.jsx(t.StyledColorInput,{type:"color",onChange:e=>{u(e.target.value)},value:l.value})]})]}))};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("../../node_modules/lodash.debounce/index.js"),o=require("react"),t=require("./ColourInput.styled.js"),n=require("../TypographyStyle.js"),s=require("../../constants/Theme.js");exports.ColourInput=l=>{const u=o.useCallback(r.default((e=>{l.onValueChange(e)}),100),[]);return e.jsxs("div",Object.assign({className:"buttonColorCustom"},{children:[l.headingText&&e.jsx(n.BodySecondary,{children:l.headingText}),e.jsxs(t.ColorInputContainer,{children:[e.jsx("div",Object.assign({style:{fontWeight:400,fontSize:16,lineHeight:24,color:s.DEFAULT_THEME.colorsV2.content.primary}},{children:"Colour"})),e.jsx(t.StyledColorInput,{type:"color",onChange:e=>{u(e.target.value)},value:l.value})]})]}))};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputVariant } from '../input/Input';
2
3
  export interface SearchBarProps {
3
4
  width: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const WorkingStepper: () => JSX.Element;
2
3
  export declare enum STEPENUM {
3
4
  STEP1 = "STEP1",
@@ -1 +1 @@
1
- import{jsxs as o,jsx as e}from"react/jsx-runtime";import t from"../../node_modules/lodash.debounce/index.js";import{useCallback as r}from"react";import{ColorInputContainer as n,StyledColorInput as i}from"./ColourInput.styled.js";import{BodySecondary as l}from"../TypographyStyle.js";import{DEFAULT_THEME as s}from"../../constants/Theme.js";const a=a=>{const m=r(t(((o,e)=>{a.onValueChange(e)}),100),[]);return o("div",Object.assign({className:"buttonColorCustom"},{children:[a.headingText&&e(l,{children:a.headingText}),o(n,{children:[e("div",Object.assign({style:{fontWeight:400,fontSize:16,lineHeight:24,color:s.colorsV2.content.primary}},{children:"Colour"})),e(i,{type:"color",onChange:o=>{m(o.target.value)},value:a.value})]})]}))};export{a as ColourInput};
1
+ import{jsxs as o,jsx as e}from"react/jsx-runtime";import t from"../../node_modules/lodash.debounce/index.js";import{useCallback as r}from"react";import{ColorInputContainer as n,StyledColorInput as i}from"./ColourInput.styled.js";import{BodySecondary as l}from"../TypographyStyle.js";import{DEFAULT_THEME as s}from"../../constants/Theme.js";const a=a=>{const m=r(t((o=>{a.onValueChange(o)}),100),[]);return o("div",Object.assign({className:"buttonColorCustom"},{children:[a.headingText&&e(l,{children:a.headingText}),o(n,{children:[e("div",Object.assign({style:{fontWeight:400,fontSize:16,lineHeight:24,color:s.colorsV2.content.primary}},{children:"Colour"})),e(i,{type:"color",onChange:o=>{m(o.target.value)},value:a.value})]})]}))};export{a as ColourInput};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputVariant } from '../input/Input';
2
3
  export interface SearchBarProps {
3
4
  width: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const WorkingStepper: () => JSX.Element;
2
3
  export declare enum STEPENUM {
3
4
  STEP1 = "STEP1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",