@steroidsjs/bootstrap 3.0.0-beta.1 → 3.0.0-beta.11
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/content/Alert/AlertView.d.ts +0 -1
- package/content/Alert/AlertView.js +12 -16
- package/content/Alert/AlertView.scss +43 -82
- package/content/Avatar/AvatarGroupView.d.ts +0 -1
- package/content/Avatar/AvatarView.d.ts +5 -2
- package/content/Avatar/AvatarView.js +7 -3
- package/content/Avatar/AvatarView.scss +153 -85
- package/content/Badge/BadgeView.d.ts +3 -0
- package/content/Badge/BadgeView.js +23 -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/Card/CardView.d.ts +0 -1
- package/content/Card/CardView.js +3 -2
- package/content/Collapse/CollapseItemView.d.ts +0 -1
- package/content/Collapse/CollapseItemView.js +2 -1
- package/content/Collapse/CollapseView.d.ts +0 -1
- package/content/Detail/DetailView.d.ts +0 -1
- package/content/DropDown/DropDownView.d.ts +0 -1
- package/{icon → content}/Icon/IconView.d.ts +1 -2
- package/{icon → content}/Icon/IconView.js +0 -0
- package/{icon → content}/Icon/IconView.scss +0 -0
- 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 +1 -1
- package/form/CheckboxField/CheckboxFieldView.d.ts +0 -1
- 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 +14 -13
- 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/NumberField/NumberFieldView.d.ts +0 -1
- package/form/PasswordField/PasswordFieldView.d.ts +0 -1
- package/form/PasswordField/PasswordFieldView.js +1 -1
- 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/format/DefaultFormatter/DefaultFormatterView.d.ts +2 -1
- package/{icon → icons}/fontawesome.d.ts +0 -0
- package/{icon → icons}/fontawesome.js +14 -6
- package/index.d.ts +6 -3
- package/index.js +6 -3
- package/index.scss +1 -1
- package/layout/Header/HeaderView.d.ts +0 -1
- package/layout/Header/HeaderView.js +1 -1
- 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/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/package.json +56 -52
- package/scss/mixins/button.scss +1 -1
- package/scss/mixins/index.scss +1 -1
- package/scss/variables/common/colors.scss +153 -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 +39 -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 +56 -1
- package/scss/variables/components/ratefield.scss +1 -1
- package/scss/variables/index.scss +6 -3
- 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
|
@@ -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;
|