tabexseriescomponents 0.0.2 → 0.0.5
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.cjs.js +18 -6
- package/dist/index.esm.js +18 -6
- package/dist/index.umd.js +21 -9
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
4
3
|
var React = require('react');
|
|
4
|
+
var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
|
|
5
5
|
var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
|
|
6
6
|
var _defineProperty = require('@babel/runtime/helpers/defineProperty');
|
|
7
7
|
var reactRouterDom = require('react-router-dom');
|
|
@@ -18,8 +18,8 @@ var hi = require('react-icons/hi');
|
|
|
18
18
|
|
|
19
19
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
20
20
|
|
|
21
|
-
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
22
21
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
22
|
+
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
23
23
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
24
24
|
var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
|
|
25
25
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
@@ -54,7 +54,7 @@ var AwesomeButton = function AwesomeButton(props) {
|
|
|
54
54
|
style: {
|
|
55
55
|
backgroundColor: color
|
|
56
56
|
}
|
|
57
|
-
}, children.toUpperCase());
|
|
57
|
+
}, "ssdadadad", children.toUpperCase());
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -87,6 +87,7 @@ var Header8 = function Header8(props) {
|
|
|
87
87
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
88
88
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
89
89
|
var StaticPagesLinksContext = props.actions.StaticPagesLinkxwsContext;
|
|
90
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
90
91
|
|
|
91
92
|
var _useState = React.useState(''),
|
|
92
93
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -837,12 +838,23 @@ var Header8 = function Header8(props) {
|
|
|
837
838
|
}))));
|
|
838
839
|
};
|
|
839
840
|
|
|
840
|
-
var
|
|
841
|
+
var App = function App() {
|
|
841
842
|
return {
|
|
842
843
|
AwesomeButton: AwesomeButton,
|
|
843
|
-
Header8: Header8
|
|
844
|
+
Header8: Header8
|
|
845
|
+
}; // </>
|
|
846
|
+
// you can add here other components that you want to export
|
|
847
|
+
};
|
|
844
848
|
|
|
845
|
-
|
|
849
|
+
var App$1 = App();
|
|
850
|
+
|
|
851
|
+
var returnLibrary = function returnLibrary() {
|
|
852
|
+
return /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKContext, {
|
|
853
|
+
publicKey: "public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=",
|
|
854
|
+
urlEndpoint: "https://ik.imagekit.io/kcrbhhnh0",
|
|
855
|
+
transformationPosition: "path" // authenticationEndpoint="http://www.tab.com/auth"
|
|
856
|
+
|
|
857
|
+
}, /*#__PURE__*/React__default["default"].createElement(App$1, null));
|
|
846
858
|
};
|
|
847
859
|
|
|
848
860
|
var index = returnLibrary();
|
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
2
1
|
import React, { useState, useEffect } from 'react';
|
|
2
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
3
3
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
4
4
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
5
5
|
import { Link } from 'react-router-dom';
|
|
@@ -10,7 +10,7 @@ import { CgShoppingBag } from 'react-icons/cg';
|
|
|
10
10
|
import { BiUser, BiLogOutCircle } from 'react-icons/bi';
|
|
11
11
|
import { FiShoppingBag, FiShoppingCart } from 'react-icons/fi';
|
|
12
12
|
import { MdOutlineShoppingCart, MdOutlinePolicy } from 'react-icons/md';
|
|
13
|
-
import { IKImage } from 'imagekitio-react';
|
|
13
|
+
import { IKImage, IKContext } from 'imagekitio-react';
|
|
14
14
|
import { BsTelephone, BsSearch, BsBag, BsHandbag } from 'react-icons/bs';
|
|
15
15
|
import { HiMenuAlt4 } from 'react-icons/hi';
|
|
16
16
|
|
|
@@ -44,7 +44,7 @@ var AwesomeButton = function AwesomeButton(props) {
|
|
|
44
44
|
style: {
|
|
45
45
|
backgroundColor: color
|
|
46
46
|
}
|
|
47
|
-
}, children.toUpperCase());
|
|
47
|
+
}, "ssdadadad", children.toUpperCase());
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -77,6 +77,7 @@ var Header8 = function Header8(props) {
|
|
|
77
77
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
78
78
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
79
79
|
var StaticPagesLinksContext = props.actions.StaticPagesLinkxwsContext;
|
|
80
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
80
81
|
|
|
81
82
|
var _useState = useState(''),
|
|
82
83
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -827,12 +828,23 @@ var Header8 = function Header8(props) {
|
|
|
827
828
|
}))));
|
|
828
829
|
};
|
|
829
830
|
|
|
830
|
-
var
|
|
831
|
+
var App = function App() {
|
|
831
832
|
return {
|
|
832
833
|
AwesomeButton: AwesomeButton,
|
|
833
|
-
Header8: Header8
|
|
834
|
+
Header8: Header8
|
|
835
|
+
}; // </>
|
|
836
|
+
// you can add here other components that you want to export
|
|
837
|
+
};
|
|
834
838
|
|
|
835
|
-
|
|
839
|
+
var App$1 = App();
|
|
840
|
+
|
|
841
|
+
var returnLibrary = function returnLibrary() {
|
|
842
|
+
return /*#__PURE__*/React.createElement(IKContext, {
|
|
843
|
+
publicKey: "public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=",
|
|
844
|
+
urlEndpoint: "https://ik.imagekit.io/kcrbhhnh0",
|
|
845
|
+
transformationPosition: "path" // authenticationEndpoint="http://www.tab.com/auth"
|
|
846
|
+
|
|
847
|
+
}, /*#__PURE__*/React.createElement(App$1, null));
|
|
836
848
|
};
|
|
837
849
|
|
|
838
850
|
var index = returnLibrary();
|
package/dist/index.umd.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', '
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global["react-awesome-buttons"] = factory(global.
|
|
5
|
-
})(this, (function (
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react'), require('@babel/runtime/helpers/slicedToArray'), require('@babel/runtime/helpers/toConsumableArray'), require('@babel/runtime/helpers/defineProperty'), require('react-router-dom'), require('glamor'), require('react-bootstrap/Dropdown'), require('react-icons/ai'), require('react-icons/cg'), require('react-icons/bi'), require('react-icons/fi'), require('react-icons/md'), require('imagekitio-react'), require('react-icons/bs'), require('react-icons/hi')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['react', '@babel/runtime/helpers/slicedToArray', '@babel/runtime/helpers/toConsumableArray', '@babel/runtime/helpers/defineProperty', 'react-router-dom', 'glamor', 'react-bootstrap/Dropdown', 'react-icons/ai', 'react-icons/cg', 'react-icons/bi', 'react-icons/fi', 'react-icons/md', 'imagekitio-react', 'react-icons/bs', 'react-icons/hi'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global["react-awesome-buttons"] = factory(global.React, global._slicedToArray, global._toConsumableArray, global._defineProperty, global.reactRouterDom, global.glamor, global.Dropdown, global.ai, global.cg, global.bi, global.fi, global.md, global.imagekitioReact, global.bs, global.hi));
|
|
5
|
+
})(this, (function (React, _slicedToArray, _toConsumableArray, _defineProperty, reactRouterDom, glamor, Dropdown, ai, cg, bi, fi, md, imagekitioReact, bs, hi) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
9
|
-
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
10
9
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
|
|
11
11
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
12
12
|
var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
|
|
13
13
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
style: {
|
|
43
43
|
backgroundColor: color
|
|
44
44
|
}
|
|
45
|
-
}, children.toUpperCase());
|
|
45
|
+
}, "ssdadadad", children.toUpperCase());
|
|
46
46
|
};
|
|
47
47
|
|
|
48
48
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
76
76
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
77
77
|
var StaticPagesLinksContext = props.actions.StaticPagesLinkxwsContext;
|
|
78
|
+
var favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
78
79
|
|
|
79
80
|
var _useState = React.useState(''),
|
|
80
81
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
@@ -825,12 +826,23 @@
|
|
|
825
826
|
}))));
|
|
826
827
|
};
|
|
827
828
|
|
|
828
|
-
var
|
|
829
|
+
var App = function App() {
|
|
829
830
|
return {
|
|
830
831
|
AwesomeButton: AwesomeButton,
|
|
831
|
-
Header8: Header8
|
|
832
|
+
Header8: Header8
|
|
833
|
+
}; // </>
|
|
834
|
+
// you can add here other components that you want to export
|
|
835
|
+
};
|
|
832
836
|
|
|
833
|
-
|
|
837
|
+
var App$1 = App();
|
|
838
|
+
|
|
839
|
+
var returnLibrary = function returnLibrary() {
|
|
840
|
+
return /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKContext, {
|
|
841
|
+
publicKey: "public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=",
|
|
842
|
+
urlEndpoint: "https://ik.imagekit.io/kcrbhhnh0",
|
|
843
|
+
transformationPosition: "path" // authenticationEndpoint="http://www.tab.com/auth"
|
|
844
|
+
|
|
845
|
+
}, /*#__PURE__*/React__default["default"].createElement(App$1, null));
|
|
834
846
|
};
|
|
835
847
|
|
|
836
848
|
var index = returnLibrary();
|