@bikdotai/bik-component-library 0.0.711-beta.4 → 0.0.712

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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Menus: ({
2
3
  displayName: string;
3
4
  key: number;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.validateURL=function(t){if(console.log("--- EXECUTING NEW VALIDATOR ---",t),!t)return!1;if(/\s/.test(t))return!1;try{const e=new URL(t);return e.hostname.includes(".")&&e.protocol.startsWith("https")}catch(t){return!1}};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.validateURL=function(t){if(!t)return!1;if(/\s/.test(t))return!1;try{const e=new URL(t);return e.hostname.includes(".")&&e.protocol.startsWith("https")}catch(t){return!1}};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Menus: ({
2
3
  displayName: string;
3
4
  key: number;
@@ -1 +1 @@
1
- function t(t){if(console.log("--- EXECUTING NEW VALIDATOR ---",t),!t)return!1;if(/\s/.test(t))return!1;try{const r=new URL(t);return r.hostname.includes(".")&&r.protocol.startsWith("https")}catch(t){return!1}}export{t as validateURL};
1
+ function t(t){if(!t)return!1;if(/\s/.test(t))return!1;try{const r=new URL(t);return r.hostname.includes(".")&&r.protocol.startsWith("https")}catch(t){return!1}}export{t as validateURL};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikdotai/bik-component-library",
3
- "version": "0.0.711-beta.4",
3
+ "version": "0.0.712",
4
4
  "description": "Bik Component Library",
5
5
  "repository": {
6
6
  "type": "git",