trepur_components 0.2.41 → 0.2.42
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/{components → lib/components}/Accordion/index.js +0 -0
- package/dist/{components → lib/components}/AlertBar/index.js +0 -0
- package/dist/{components → lib/components}/Breadcrumbs/index.js +0 -0
- package/dist/{components → lib/components}/BreadcrumbsBordered/index.js +0 -0
- package/dist/{components → lib/components}/BreadcrumbsItem/index.css +0 -0
- package/dist/{components → lib/components}/BreadcrumbsItem/index.js +0 -0
- package/dist/{components → lib/components}/Button/index.css +0 -0
- package/dist/{components → lib/components}/Button/index.js +0 -0
- package/dist/{components → lib/components}/Card/index.js +0 -0
- package/dist/{components → lib/components}/CardWithTopImage/index.css +0 -0
- package/dist/{components → lib/components}/CardWithTopImage/index.js +0 -0
- package/dist/{components → lib/components}/Carousel/index.js +0 -0
- package/dist/{components → lib/components}/ChevronCard/index.js +0 -0
- package/dist/{components → lib/components}/Collapsible/index.js +0 -0
- package/dist/{components → lib/components}/Column/index.js +0 -0
- package/dist/{components → lib/components}/Form/index.js +0 -0
- package/dist/{components → lib/components}/FyreCard/index.js +0 -0
- package/dist/{components → lib/components}/Icon/index.js +0 -0
- package/dist/{components → lib/components}/Image/index.js +0 -0
- package/dist/{components → lib/components}/ImageLink/index.js +0 -0
- package/dist/{components → lib/components}/ImageLinkList/index.js +0 -0
- package/dist/{components → lib/components}/InformationIcon/index.css +0 -0
- package/dist/{components → lib/components}/InformationIcon/index.js +0 -0
- package/dist/{components → lib/components}/Input/index.js +0 -0
- package/dist/{components → lib/components}/Jumbotron/index.js +0 -0
- package/dist/{components → lib/components}/Nav/index.js +0 -0
- package/dist/{components → lib/components}/NavItem/index.js +0 -0
- package/dist/{components → lib/components}/NewsCard/index.js +0 -0
- package/dist/{components → lib/components}/Profile/index.js +0 -0
- package/dist/{components → lib/components}/Row/index.js +0 -0
- package/dist/{components → lib/components}/Search/index.js +0 -0
- package/dist/{components → lib/components}/StarRating/index.css +0 -0
- package/dist/{components → lib/components}/StarRating/index.js +0 -0
- package/dist/{components → lib/components}/Testimonial/index.js +0 -0
- package/dist/{components → lib/components}/TextAndTitle/index.js +0 -0
- package/dist/{components → lib/components}/TextArea/index.js +0 -0
- package/dist/{components → lib/components}/Timeline/index.css +0 -0
- package/dist/{components → lib/components}/Timeline/index.js +0 -0
- package/dist/{components → lib/components}/Tubestops/index.css +0 -0
- package/dist/{components → lib/components}/Tubestops/index.js +0 -0
- package/dist/{components → lib/components}/UserIcon/index.js +0 -0
- package/dist/{components → lib/components}/Video/index.js +0 -0
- package/dist/{components → lib/components}/index.css +0 -0
- package/dist/{index.js → lib/index.js} +0 -2
- package/package.json +3 -2
- package/dist/components/Carousel/index.css +0 -34
- package/dist/components/Chevron Card/index.js +0 -58
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -284,6 +284,4 @@ var _UserIcon = _interopRequireDefault(require("./components/UserIcon"));
|
|
|
284
284
|
|
|
285
285
|
var _Video = _interopRequireDefault(require("./components/Video"));
|
|
286
286
|
|
|
287
|
-
require("../fonts/Sora/static/Sora-Bold.ttf");
|
|
288
|
-
|
|
289
287
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "trepur_components",
|
|
3
3
|
"description": "component lib",
|
|
4
4
|
"author": "trepur_ttenneb",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.42",
|
|
6
6
|
"private": false,
|
|
7
7
|
"keywords": [
|
|
8
8
|
"react",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build-old": "NODE_ENV=production babel src/lib --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets",
|
|
33
|
-
"build": "NODE_ENV=production babel src --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets && rm -rf dist/lib && rm -rf dist/typography",
|
|
33
|
+
"build-working": "NODE_ENV=production babel src --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets && rm -rf dist/lib && rm -rf dist/typography",
|
|
34
|
+
"build": "NODE_ENV=production babel src --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/lib/utils dist/lib/assets && rm -rf dist/lib/typography",
|
|
34
35
|
"eject": "react-scripts eject",
|
|
35
36
|
"storybook": "start-storybook -p 6006",
|
|
36
37
|
"build-storybook": "build-storybook -s public"
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.slick-prev {
|
|
2
|
-
left: -55px;
|
|
3
|
-
}
|
|
4
|
-
.slick-prev:before {
|
|
5
|
-
height: 50px;
|
|
6
|
-
color: #31a3dd;
|
|
7
|
-
font-family: "slick";
|
|
8
|
-
font-size: 50px;
|
|
9
|
-
line-height: 1;
|
|
10
|
-
opacity: 1;
|
|
11
|
-
z-index: 5;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.slick-next:before {
|
|
15
|
-
height: 50px;
|
|
16
|
-
color: #31a3dd;
|
|
17
|
-
font-family: "slick";
|
|
18
|
-
font-size: 50px;
|
|
19
|
-
line-height: 1;
|
|
20
|
-
opacity: 1;
|
|
21
|
-
z-index: 5;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.slick-dots li.slick-active button:before {
|
|
25
|
-
color: #31a3dd;
|
|
26
|
-
font-size: 12px;
|
|
27
|
-
opacity: 1;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.slick-dots li button:before {
|
|
31
|
-
color: pink;
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
opacity: 1;
|
|
34
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
require("../index.css");
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
const ChevronCard = _ref => {
|
|
15
|
-
let {
|
|
16
|
-
id,
|
|
17
|
-
imageClass,
|
|
18
|
-
classNames,
|
|
19
|
-
bordered
|
|
20
|
-
} = _ref;
|
|
21
|
-
let classList = 'border-l border-t border-b h-20 w-32 z-10 bg-white';
|
|
22
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
23
|
-
className: "flex"
|
|
24
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
25
|
-
id: id,
|
|
26
|
-
className: 'border-l border-t border-b h-20 w-32 z-10 bg-white'
|
|
27
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
28
|
-
id: "chevronLeft",
|
|
29
|
-
className: 'border h-14 w-14 -ml-7 mt-3 rotate-45'
|
|
30
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
31
|
-
className: "flex-col my-8"
|
|
32
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
33
|
-
id: id,
|
|
34
|
-
className: 'border-l border-t border-r h-32 w-20 z-20 bg-white'
|
|
35
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
36
|
-
id: "chevronLeft",
|
|
37
|
-
className: 'border h-14 w-14 -mt-7 ml-3 rotate-45 z-0'
|
|
38
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
39
|
-
className: "flex-col my-16"
|
|
40
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
41
|
-
id: "chevronLeft",
|
|
42
|
-
className: 'border h-14 w-14 -mb-7 ml-3 rotate-45 z-0'
|
|
43
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
44
|
-
id: id,
|
|
45
|
-
className: 'border-l border-b border-r h-32 w-20 z-20 bg-white'
|
|
46
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
47
|
-
className: "flex"
|
|
48
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
49
|
-
id: "chevronLeft",
|
|
50
|
-
className: 'border h-14 w-14 -mr-7 mt-3 rotate-45'
|
|
51
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
52
|
-
id: id,
|
|
53
|
-
className: 'border-r border-t border-b h-20 w-32 z-10 bg-white'
|
|
54
|
-
})));
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
var _default = ChevronCard;
|
|
58
|
-
exports.default = _default;
|