tabexseriescomponents 0.0.14 → 0.0.17
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +2 -2
- package/package.json +4 -5
package/dist/index.cjs.js
CHANGED
|
@@ -85,7 +85,7 @@ var AwesomeButton = function AwesomeButton(props) {
|
|
|
85
85
|
// className={`${asd.buttonComponent}`}
|
|
86
86
|
style: {// backgroundColor: 'red'
|
|
87
87
|
}
|
|
88
|
-
}, "
|
|
88
|
+
}, "123sdasdasdadsd", children.toUpperCase());
|
|
89
89
|
};
|
|
90
90
|
|
|
91
91
|
function styleInject(css, ref) {
|
package/dist/index.esm.js
CHANGED
|
@@ -67,7 +67,7 @@ var AwesomeButton = function AwesomeButton(props) {
|
|
|
67
67
|
// className={`${asd.buttonComponent}`}
|
|
68
68
|
style: {// backgroundColor: 'red'
|
|
69
69
|
}
|
|
70
|
-
}, "
|
|
70
|
+
}, "123sdasdasdadsd", children.toUpperCase());
|
|
71
71
|
};
|
|
72
72
|
|
|
73
73
|
function styleInject(css, ref) {
|
package/dist/index.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/defineProperty'), require('react-icons/ai'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('react-icons/fa'), require('react-horizontal-scrolling-menu'), require('react-image-gallery'), require('react-icons/md'), require('react-show-more-text'), require('react-router'), require('imagekitio-react'), require('react-icons/fi'), require('react-icons/hi'), require('react-icons/ri'), require('react-icons/cg'), require('react-icons/bs'), require('react-icons/io5'), require('@babel/runtime/helpers/toConsumableArray'), require('react-bootstrap'), require('react-icons/go'), require('react-icons/io'), require('react-textarea-autosize'), require('react-select'), require('react-notifications'), require('react-icons/gr'), require('react-accessible-accordion'), require('react-bootstrap/Dropdown'), require('react-intersection-observer'), require('axios'), require('react-background-slideshow'), require('react-slideshow-image'), require('@babel/runtime/helpers/extends'), require('react-router-dom'), require('react-icons/bi')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/defineProperty', 'react-icons/ai', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', 'react-icons/fa', 'react-horizontal-scrolling-menu', 'react-image-gallery', 'react-icons/md', 'react-show-more-text', 'react-router', 'imagekitio-react', 'react-icons/fi', 'react-icons/hi', 'react-icons/ri', 'react-icons/cg', 'react-icons/bs', 'react-icons/io5', '@babel/runtime/helpers/toConsumableArray', 'react-bootstrap', 'react-icons/go', 'react-icons/io', 'react-textarea-autosize', 'react-select', 'react-notifications', 'react-icons/gr', 'react-accessible-accordion', 'react-bootstrap/Dropdown', 'react-intersection-observer', 'axios', 'react-background-slideshow', 'react-slideshow-image', '@babel/runtime/helpers/extends', 'react-router-dom', 'react-icons/bi'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._defineProperty, global.ai, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.fa, global.reactHorizontalScrollingMenu, global.ImageGallery, global.md, global.ShowMoreText, global.reactRouter, global.imagekitioReact, global.fi, global.hi, global.ri, global.cg, global.bs, global.io5, global._toConsumableArray, global.reactBootstrap, global.go, global.io, global.TextareaAutosize, global.Select, global.reactNotifications, global.gr, global.reactAccessibleAccordion, global.Dropdown, global.reactIntersectionObserver, null, global.BackgroundSlideshow, global.reactSlideshowImage, global._extends, global.reactRouterDom, global.bi));
|
|
5
5
|
})(this, (function (_slicedToArray, React, _defineProperty, ai, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, fa, reactHorizontalScrollingMenu, ImageGallery, md, ShowMoreText, reactRouter, imagekitioReact, fi, hi, ri, cg, bs, io5, _toConsumableArray, reactBootstrap, go, io, TextareaAutosize, Select, reactNotifications, gr, reactAccessibleAccordion, Dropdown, reactIntersectionObserver, axios, BackgroundSlideshow, reactSlideshowImage, _extends, reactRouterDom, bi) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
// className={`${asd.buttonComponent}`}
|
|
50
50
|
style: {// backgroundColor: 'red'
|
|
51
51
|
}
|
|
52
|
-
}, "
|
|
52
|
+
}, "123sdasdasdadsd", children.toUpperCase());
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
function styleInject(css, ref) {
|
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tabexseriescomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"description": "your description",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rollup -c",
|
|
8
8
|
"updater": "vite build --watch"
|
|
9
9
|
},
|
|
10
|
-
|
|
11
|
-
"react": "^17.0.1",
|
|
12
|
-
"react-dom": "^17.0.1"
|
|
13
|
-
},
|
|
10
|
+
|
|
14
11
|
"dependencies": {
|
|
12
|
+
"react": "^17.0.1",
|
|
13
|
+
"react-dom": "^17.0.1",
|
|
15
14
|
"@babel/runtime": "^7.12.5",
|
|
16
15
|
"@react-oauth/google": "^0.2.6",
|
|
17
16
|
"@rollup/plugin-node-resolve": "^13.3.0",
|