@steroidsjs/bootstrap 3.0.0-beta.2 → 3.0.0-beta.21
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/README.md +1 -2
- package/content/Accordion/AccordionItemView.d.ts +2 -0
- package/content/Accordion/AccordionItemView.js +96 -0
- package/content/Accordion/AccordionItemView.scss +195 -0
- package/content/Accordion/AccordionView.d.ts +2 -0
- package/content/{Collapse/CollapseView.js → Accordion/AccordionView.js} +3 -3
- package/content/Accordion/AccordionView.scss +14 -0
- package/content/Alert/AlertView.d.ts +0 -1
- package/content/Alert/AlertView.js +12 -16
- package/content/Alert/AlertView.scss +46 -81
- package/content/Avatar/AvatarGroupView.d.ts +0 -1
- package/content/Avatar/AvatarView.d.ts +0 -1
- package/content/Avatar/AvatarView.js +4 -2
- package/content/Avatar/AvatarView.scss +139 -85
- package/content/Badge/BadgeView.d.ts +3 -0
- package/content/Badge/BadgeView.js +25 -0
- package/content/Badge/BadgeView.scss +107 -0
- package/content/Calendar/CalendarView.d.ts +0 -1
- package/content/Calendar/CaptionElement.d.ts +0 -1
- package/content/Calendar/CaptionElement.js +1 -1
- package/content/Calendar/CaptionElement.scss +2 -0
- package/content/Card/CardView.d.ts +0 -1
- package/content/Detail/DetailView.d.ts +0 -1
- package/content/DropDown/DropDownView.d.ts +0 -1
- package/content/DropDown/DropDownView.js +6 -3
- package/content/DropDown/DropDownView.scss +196 -27
- package/{icon → content}/Icon/IconView.d.ts +1 -2
- package/crud/Crud/CrudView.d.ts +0 -1
- package/form/AutoCompleteField/AutoCompleteFieldView.d.ts +0 -1
- package/form/Button/ButtonView.d.ts +0 -1
- package/form/Button/ButtonView.js +8 -8
- package/form/Button/ButtonView.scss +116 -78
- package/form/CheckboxField/CheckboxFieldView.d.ts +0 -1
- package/form/CheckboxField/CheckboxFieldView.js +3 -3
- package/form/CheckboxField/CheckboxFieldView.scss +121 -36
- package/form/CheckboxListField/CheckboxListFieldView.d.ts +0 -1
- package/form/DateField/DateFieldView.d.ts +0 -1
- package/form/DateField/DateFieldView.js +1 -1
- package/form/DateRangeField/DateRangeFieldView.d.ts +0 -1
- package/form/DateRangeField/DateRangeFieldView.js +1 -1
- package/form/DateTimeField/DateTimeFieldView.d.ts +0 -1
- package/form/DateTimeField/DateTimeFieldView.js +1 -1
- package/form/DateTimeRangeField/DateTimeRangeFieldView.d.ts +0 -1
- package/form/DateTimeRangeField/DateTimeRangeFieldView.js +1 -1
- package/form/DropDownField/DropDownFieldView.d.ts +0 -1
- package/form/DropDownField/DropDownFieldView.js +1 -1
- package/form/DropDownField/DropDownFieldView.scss +3 -0
- package/form/FieldLayout/FieldLayoutView.d.ts +0 -1
- package/form/FieldList/FieldListView.d.ts +0 -1
- package/form/FieldSet/FieldSetView.d.ts +0 -1
- package/form/FileField/FileFieldItemView.d.ts +0 -1
- package/form/FileField/FileFieldItemView.js +1 -1
- package/form/FileField/FileFieldView.d.ts +0 -1
- package/form/FileField/FileFieldView.js +1 -1
- package/form/HtmlField/HtmlFieldView.d.ts +0 -1
- package/form/ImageField/ImageFieldModalView.d.ts +0 -1
- package/form/ImageField/ImageFieldView.d.ts +1 -2
- package/form/ImageField/ImageFieldView.js +9 -9
- package/form/InputField/InputFieldView.d.ts +0 -1
- package/form/InputField/InputFieldView.scss +5 -4
- package/form/NumberField/NumberFieldView.d.ts +0 -1
- package/form/NumberField/NumberFieldView.scss +0 -1
- package/form/PasswordField/PasswordFieldView.d.ts +0 -1
- package/form/PasswordField/PasswordFieldView.js +11 -11
- package/form/PasswordField/PasswordFieldView.scss +221 -63
- package/form/RadioListField/RadioListFieldView.d.ts +0 -1
- package/form/RateField/RateFieldView.d.ts +0 -1
- package/form/RateField/RateFieldView.js +1 -1
- package/form/ReCaptchaField/ReCaptchaFieldView.d.ts +0 -1
- package/form/SliderField/SliderFieldView.d.ts +0 -1
- package/form/SwitcherField/SwitcherFieldView.d.ts +0 -1
- package/form/TextField/TextFieldView.d.ts +0 -1
- package/form/TimeField/TimeFieldView.d.ts +0 -1
- package/form/TimeField/TimeFieldView.js +1 -1
- package/form/TimeField/TimePanelView.d.ts +0 -1
- package/{icon/fontawesome.js → icons/index.js} +19 -6
- package/icons/svgs/accordion-chevron.svg +4 -0
- package/icons/svgs/badge-close.svg +3 -0
- package/icons/svgs/close.svg +4 -0
- package/icons/svgs/crossed-out-eye.svg +5 -0
- package/icons/svgs/default.svg +11 -0
- package/icons/svgs/error.svg +12 -0
- package/icons/svgs/info.svg +12 -0
- package/icons/svgs/loader.svg +3 -0
- package/icons/svgs/success.svg +4 -0
- package/icons/svgs/visible-eye.svg +4 -0
- package/icons/svgs/warning.svg +12 -0
- package/index.d.ts +14 -5
- package/index.js +16 -7
- package/index.scss +5 -3
- package/layout/Header/HeaderView.d.ts +0 -1
- package/layout/Header/HeaderView.js +1 -1
- package/layout/Header/HeaderView.scss +3 -3
- package/layout/Loader/LoaderView.d.ts +0 -1
- package/layout/Notifications/NotificationsItemView.d.ts +0 -1
- package/layout/Notifications/NotificationsView.d.ts +0 -1
- package/layout/ProgressBar/CircleProgressBarView.d.ts +0 -1
- package/layout/ProgressBar/CircleProgressBarView.js +5 -2
- package/layout/ProgressBar/LineProgressBarView.d.ts +0 -1
- package/layout/Skeleton/SkeletonView.d.ts +0 -1
- package/layout/Tooltip/TooltipView.d.ts +0 -1
- package/list/CheckboxColumn/CheckboxColumnView.d.ts +0 -1
- package/list/ControlsColumnView/ControlsColumnView.d.ts +0 -1
- package/list/Empty/EmptyView.d.ts +0 -1
- package/list/Grid/GridView.js +4 -4
- package/list/Grid/GridView.scss +28 -30
- package/list/List/ListItemView.d.ts +0 -1
- package/list/Pagination/PaginationButtonView.d.ts +0 -1
- package/list/Pagination/PaginationMoreView.d.ts +0 -1
- package/list/PaginationSize/PaginationSizeView.d.ts +0 -1
- package/list/Steps/StepItemView.d.ts +1 -2
- package/list/Steps/StepItemView.js +3 -3
- package/list/Steps/StepsView.d.ts +0 -1
- package/list/Steps/StepsView.js +1 -1
- package/modal/Modal/ModalView.d.ts +0 -1
- package/modal/TwoFactorModal/TwoFactorModalView.d.ts +0 -1
- package/nav/Breadcrubms/BreadcrumbsView.d.ts +0 -1
- package/nav/Controls/ControlsView.d.ts +0 -1
- package/nav/Nav/NavBarView.d.ts +0 -1
- package/nav/Nav/NavButtonView.d.ts +0 -1
- package/nav/Nav/NavIconView.d.ts +0 -1
- package/nav/Nav/NavLinkView.d.ts +0 -1
- package/nav/Nav/NavListView.d.ts +0 -1
- package/nav/Nav/NavTabsView.d.ts +0 -1
- package/nav/Tree/TreeView.d.ts +0 -1
- package/nav/Tree/TreeView.scss +9 -10
- package/package.json +55 -52
- package/scss/mixins/button.scss +50 -24
- package/scss/mixins/index.scss +2 -1
- package/scss/mixins/typography.scss +26 -0
- package/scss/variables/common/colors.scss +168 -0
- package/scss/variables/common/media.scss +2 -0
- package/scss/variables/common/old-variables.scss +24 -0
- package/scss/variables/common/radiuses.scss +5 -0
- package/scss/variables/common/spacing.scss +12 -0
- package/scss/variables/common/typography.scss +107 -0
- package/scss/variables/components/calendar.scss +1 -1
- package/scss/variables/components/card.scss +1 -1
- package/scss/variables/components/icon.scss +1 -1
- package/scss/variables/components/input.scss +3 -11
- package/scss/variables/components/ratefield.scss +1 -1
- package/scss/variables/index.scss +6 -3
- package/typography/Text/TextView.d.ts +3 -0
- package/typography/Text/TextView.js +46 -0
- package/typography/Text/TextView.scss +15 -0
- package/typography/Title/TitleView.d.ts +3 -0
- package/typography/Title/TitleView.js +50 -0
- package/typography/Title/TitleView.scss +15 -0
- package/content/Collapse/CollapseItemView.d.ts +0 -3
- package/content/Collapse/CollapseItemView.js +0 -64
- package/content/Collapse/CollapseItemView.scss +0 -88
- package/content/Collapse/CollapseView.d.ts +0 -3
- package/content/Collapse/CollapseView.scss +0 -15
- package/icon/Icon/IconView.scss +0 -25
- package/icon/Icon/index.d.ts +0 -1
- package/icon/Icon/index.js +0 -16
- package/scss/variables/colors.scss +0 -74
- package/scss/variables/components/alert.scss +0 -9
- package/scss/variables/components/avatar.scss +0 -17
- /package/{icon → content}/Icon/IconView.js +0 -0
- /package/{icon/fontawesome.d.ts → icons/index.d.ts} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.TextView {
|
|
2
|
+
font-family: $font-family-nunito;
|
|
3
|
+
|
|
4
|
+
@each $typeName, $typeMap in $text-types {
|
|
5
|
+
&_type_#{$typeName} {
|
|
6
|
+
@include typography-type($typeMap);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@each $colorName, $color in $typography-colors {
|
|
11
|
+
&_color_#{$colorName} {
|
|
12
|
+
color: $color;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
exports.__esModule = true;
|
|
26
|
+
var React = __importStar(require("react"));
|
|
27
|
+
var hooks_1 = require("@steroidsjs/core/hooks");
|
|
28
|
+
var TYPE_MAPPING = {
|
|
29
|
+
h1: 'h1',
|
|
30
|
+
h2: 'h2',
|
|
31
|
+
h3: 'h3',
|
|
32
|
+
h4: 'h4',
|
|
33
|
+
h5: 'h5',
|
|
34
|
+
h6: 'h6',
|
|
35
|
+
subtitle: 'h6'
|
|
36
|
+
};
|
|
37
|
+
function TitleView(props) {
|
|
38
|
+
var bem = (0, hooks_1.useBem)('TitleView');
|
|
39
|
+
var tag = props.tag || TYPE_MAPPING[props.type || ''] || 'h2';
|
|
40
|
+
return (React.createElement(tag, {
|
|
41
|
+
className: bem(bem.block({
|
|
42
|
+
type: props.type,
|
|
43
|
+
color: props.color
|
|
44
|
+
}), props.className),
|
|
45
|
+
style: props.style
|
|
46
|
+
}, React.createElement(React.Fragment, null,
|
|
47
|
+
props.content,
|
|
48
|
+
props.children)));
|
|
49
|
+
}
|
|
50
|
+
exports["default"] = TitleView;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.TitleView {
|
|
2
|
+
font-family: $font-family-nunito;
|
|
3
|
+
|
|
4
|
+
@each $typeName, $typeMap in $title-types {
|
|
5
|
+
&_type_#{$typeName} {
|
|
6
|
+
@include typography-type($typeMap);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@each $colorName, $color in $typography-colors {
|
|
11
|
+
&_color_#{$colorName} {
|
|
12
|
+
color: $color;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
|
-
exports.__esModule = true;
|
|
29
|
-
var React = __importStar(require("react"));
|
|
30
|
-
var Icon_1 = __importDefault(require("@steroidsjs/core/ui/icon/Icon"));
|
|
31
|
-
var hooks_1 = require("@steroidsjs/core/hooks");
|
|
32
|
-
function CollapseItemView(props) {
|
|
33
|
-
var bem = (0, hooks_1.useBem)('CollapseItemView');
|
|
34
|
-
React.useEffect(function () {
|
|
35
|
-
if (props.isAccordion) {
|
|
36
|
-
props.toggleAccordion(props.activeKey - 1);
|
|
37
|
-
}
|
|
38
|
-
else {
|
|
39
|
-
props.toggleCollapse(props.activeKey - 1);
|
|
40
|
-
}
|
|
41
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
42
|
-
}, [props.activeKey]);
|
|
43
|
-
return (React.createElement("div", { className: bem(bem.block({
|
|
44
|
-
disable: props.disabled,
|
|
45
|
-
borderless: props.borderless
|
|
46
|
-
}), props.className), style: props.style },
|
|
47
|
-
React.createElement("div", { className: bem.element('header-container', { revert: props.iconPosition === 'left' }), onClick: !props.disabled
|
|
48
|
-
? function () {
|
|
49
|
-
props.isAccordion
|
|
50
|
-
? props.toggleAccordion(props.childIndex)
|
|
51
|
-
: props.toggleCollapse(props.childIndex);
|
|
52
|
-
}
|
|
53
|
-
: null },
|
|
54
|
-
React.createElement("div", { className: bem.element('title-container') },
|
|
55
|
-
React.createElement("p", null, props.title)),
|
|
56
|
-
React.createElement("div", { className: bem.element('icon-wrapper', { not_visible: !props.showIcon }) }, props.icon
|
|
57
|
-
? (typeof props.icon === 'string' ? React.createElement(Icon_1["default"], { name: props.icon }) : props.icon)
|
|
58
|
-
: (React.createElement(Icon_1["default"], { className: bem.element('icon', {
|
|
59
|
-
active: !props.disabled && props.isShowMore,
|
|
60
|
-
disable_cursor: !props.showIcon
|
|
61
|
-
}), name: "chevron-down" })))),
|
|
62
|
-
React.createElement("div", { className: bem.element('content', { visible: !props.disabled && props.isShowMore }) }, props.children)));
|
|
63
|
-
}
|
|
64
|
-
exports["default"] = CollapseItemView;
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
.CollapseItemView {
|
|
2
|
-
display: grid;
|
|
3
|
-
align-items: center;
|
|
4
|
-
|
|
5
|
-
background-color: #fff;
|
|
6
|
-
border-bottom: 1px solid rgba(#000, .1);
|
|
7
|
-
box-shadow: 0 0 3px 0 rgba(34, 60, 80, 0.2);
|
|
8
|
-
min-height: 48px;
|
|
9
|
-
width: 100%;
|
|
10
|
-
height: fit-content;
|
|
11
|
-
|
|
12
|
-
&_disable {
|
|
13
|
-
opacity: .4;
|
|
14
|
-
background-color: #d7d7d7;
|
|
15
|
-
color: rgba(#212529, .7);
|
|
16
|
-
|
|
17
|
-
.IconView {
|
|
18
|
-
svg {
|
|
19
|
-
fill-opacity: .6;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&_borderless {
|
|
25
|
-
border-bottom: unset;
|
|
26
|
-
box-shadow: unset;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&_active {
|
|
30
|
-
margin-bottom: 16px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
p {
|
|
34
|
-
margin: 0;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
&__icon {
|
|
38
|
-
transform: rotate(0deg);
|
|
39
|
-
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
40
|
-
|
|
41
|
-
&_active {
|
|
42
|
-
transform: rotate(180deg);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&_disable_cursor {
|
|
46
|
-
cursor: auto;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
&__header-container {
|
|
51
|
-
display: flex;
|
|
52
|
-
&_revert {
|
|
53
|
-
flex-direction: row-reverse;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&__title-container {
|
|
58
|
-
width: 100%;
|
|
59
|
-
padding: 0 16px;
|
|
60
|
-
align-self: center;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
&__icon-wrapper {
|
|
64
|
-
width: 48px;
|
|
65
|
-
height: 48px;
|
|
66
|
-
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
justify-content: center;
|
|
70
|
-
|
|
71
|
-
&_not_visible {
|
|
72
|
-
width: 0;
|
|
73
|
-
opacity: 0;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&__content {
|
|
78
|
-
transition: all 200ms ease;
|
|
79
|
-
overflow: hidden;
|
|
80
|
-
max-height: 0;
|
|
81
|
-
padding: 0 16px;
|
|
82
|
-
|
|
83
|
-
&_visible {
|
|
84
|
-
max-height: 1024px;
|
|
85
|
-
padding: 0 16px 8px 16px
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
package/icon/Icon/IconView.scss
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
.IconView {
|
|
2
|
-
svg {
|
|
3
|
-
width: $icon-size;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
&_size_sm svg {
|
|
7
|
-
width: $icon-size-sm;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&_size_lg svg {
|
|
11
|
-
width: $icon-size-lg;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
img.IconView {
|
|
16
|
-
width: $icon-size;
|
|
17
|
-
|
|
18
|
-
&_size_sm {
|
|
19
|
-
width: $icon-size-sm;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&_size_lg {
|
|
23
|
-
width: $icon-size-lg;
|
|
24
|
-
}
|
|
25
|
-
}
|
package/icon/Icon/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './IconView';
|
package/icon/Icon/index.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
exports.__esModule = true;
|
|
14
|
-
exports["default"] = void 0;
|
|
15
|
-
var IconView_1 = require("./IconView");
|
|
16
|
-
__createBinding(exports, IconView_1, "default");
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
$primary: #651FFF !default;
|
|
2
|
-
$primary-dark: darken($primary, 25) !default;
|
|
3
|
-
$primary-light: lighten($primary, 50) !default;
|
|
4
|
-
|
|
5
|
-
$secondary: #97A7C8 !default;
|
|
6
|
-
$secondary-dark: darken($secondary, 25) !default;
|
|
7
|
-
$secondary-light: lighten($secondary, 50) !default;
|
|
8
|
-
|
|
9
|
-
$success: #64D03E !default;
|
|
10
|
-
$success-dark: darken($success, 25) !default;
|
|
11
|
-
$success-light: lighten($success, 50) !default;
|
|
12
|
-
|
|
13
|
-
$danger: #FF4557 !default;
|
|
14
|
-
$danger-dark: darken($danger, 25) !default;
|
|
15
|
-
$danger-light: lighten($danger, 50) !default;
|
|
16
|
-
|
|
17
|
-
$warning: #fad826 !default;
|
|
18
|
-
$warning-dark: darken($warning, 25) !default;
|
|
19
|
-
$warning-light: lighten($warning, 50) !default;
|
|
20
|
-
|
|
21
|
-
$info: #39bbd8 !default;
|
|
22
|
-
$info-dark: darken($info, 25) !default;
|
|
23
|
-
$info-light: lighten($info, 50) !default;
|
|
24
|
-
|
|
25
|
-
$light: #f8f9fa !default;
|
|
26
|
-
$light-dark: darken($light, 25) !default;
|
|
27
|
-
$light-light: lighten($light, 50) !default;
|
|
28
|
-
|
|
29
|
-
$dark: #343a40 !default;
|
|
30
|
-
$dark-dark: darken($dark, 25) !default;
|
|
31
|
-
$dark-light: lighten($dark, 50) !default;
|
|
32
|
-
|
|
33
|
-
$heading: #152536 !default;
|
|
34
|
-
$body: #68717A !default;
|
|
35
|
-
$white: #FFFFFF !default;
|
|
36
|
-
|
|
37
|
-
$color-themes: () !default;
|
|
38
|
-
$color-themes: map-merge(
|
|
39
|
-
(
|
|
40
|
-
"primary": ("color": $primary, "color-dark": $primary-dark, "color-light": $primary-light, "text-color": $white),
|
|
41
|
-
"secondary": ("color": $secondary, "color-dark": $secondary-dark, "color-light": $secondary-light, "text-color": $white),
|
|
42
|
-
"success": ("color": $success, "color-dark": $success-dark, "color-light": $success-light, "text-color": $white),
|
|
43
|
-
"danger": ("color": $danger, "color-dark": $danger-dark, "color-light": $danger-light, "text-color": $white),
|
|
44
|
-
"warning": ("color": $warning, "color-dark": $warning-dark, "color-light": $warning-light, "text-color": $dark),
|
|
45
|
-
"info": ("color": $info, "color-dark": $info-dark, "color-light": $info-light, "text-color": $white),
|
|
46
|
-
"light": ("color": $light, "color-dark": $light-dark, "color-light": $light-light, "text-color": $dark),
|
|
47
|
-
"dark": ("color": $dark, "color-dark": $dark-dark, "color-light": $dark-light, "text-color": $white)
|
|
48
|
-
),
|
|
49
|
-
$color-themes
|
|
50
|
-
);
|
|
51
|
-
|
|
52
|
-
$grey-light: #D9D9D9;
|
|
53
|
-
$grey-lighter: #F8F8F8;
|
|
54
|
-
$grey: #F8F9FA;
|
|
55
|
-
$grey-dark: #2D2D2D;
|
|
56
|
-
$grey-darker: #78848E;
|
|
57
|
-
$grey-disabled: #F1F1F1;
|
|
58
|
-
|
|
59
|
-
$additional: #0596FF;
|
|
60
|
-
|
|
61
|
-
$border-default: #CCCCCC;
|
|
62
|
-
$border-hover: #B0B0B0;
|
|
63
|
-
$border-action: #39BBD8;
|
|
64
|
-
$border-typing: #A7EFFF;
|
|
65
|
-
$back-disabled: #EBEBEB;
|
|
66
|
-
$back-success: #F1FFEC;
|
|
67
|
-
$border-success: #64D03E;
|
|
68
|
-
$back-error: #FCE7E7;
|
|
69
|
-
$border-error: #FF4557;
|
|
70
|
-
$back-info: #ECFCFF;
|
|
71
|
-
$back-warning: #FFFCEA;
|
|
72
|
-
|
|
73
|
-
$shadow-default: 0px 0px 30px rgba(0, 0, 0, 0.1);
|
|
74
|
-
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
$alert-padding-y: 12px !default;
|
|
2
|
-
$alert-padding-x: 16px !default;
|
|
3
|
-
|
|
4
|
-
$alert-border-radius: 4px !default;
|
|
5
|
-
$alert-description-font-size: 18px !default;
|
|
6
|
-
$alert-message-font-size: 16px !default;
|
|
7
|
-
|
|
8
|
-
$alert-icon-size: 24px !default;
|
|
9
|
-
$alert-close-icon-size: 15px !default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
$avatar-x-large-size: 64px !default;
|
|
2
|
-
$avatar-x-large-font-size: 20px !default;
|
|
3
|
-
|
|
4
|
-
$avatar-large-size: 46px !default;
|
|
5
|
-
$avatar-large-font-size: 16px !default;
|
|
6
|
-
|
|
7
|
-
$avatar-middle-size: 36px !default;
|
|
8
|
-
$avatar-middle-font-size: 14px !default;
|
|
9
|
-
|
|
10
|
-
$avatar-small-size: 28px !default;
|
|
11
|
-
$avatar-small-font-size: 14px !default;
|
|
12
|
-
|
|
13
|
-
$avatar-status-color: $success !default;
|
|
14
|
-
$avatar-status-border: 2px solid $white !default;
|
|
15
|
-
|
|
16
|
-
$avatar-background-color: $primary !default;
|
|
17
|
-
$avatar-text-color: $white !default;
|
|
File without changes
|
|
File without changes
|