monkey-style-guide 2.0.84 → 2.0.89
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 -1
- package/assets/scss/partials/components/_buttons.scss +5 -5
- package/assets/scss/partials/components/_date-range-picker.scss +203 -0
- package/assets/scss/partials/components/_index.scss +2 -0
- package/assets/scss/partials/components/_input-phone.scss +17 -0
- package/bundles/monkey-style-guide.umd.js +457 -5
- package/bundles/monkey-style-guide.umd.js.map +1 -1
- package/esm2015/lib/components/badge/badge.component.ngfactory.js +17 -0
- package/esm2015/lib/components/badge/badge.component.ngsummary.json +1 -0
- package/esm2015/lib/components/badge/badge.module.ngfactory.js +12 -0
- package/esm2015/lib/components/badge/badge.module.ngsummary.json +1 -0
- package/esm2015/lib/components/badge/index.ngsummary.json +1 -0
- package/esm2015/lib/components/button/button-avatar.component.ngfactory.js +19 -0
- package/esm2015/lib/components/button/button-avatar.component.ngsummary.json +1 -0
- package/esm2015/lib/components/button/button-dropdown.component.ngfactory.js +39 -0
- package/esm2015/lib/components/button/button-dropdown.component.ngsummary.json +1 -0
- package/esm2015/lib/components/button/button.component.ngfactory.js +31 -0
- package/esm2015/lib/components/button/button.component.ngsummary.json +1 -0
- package/esm2015/lib/components/button/button.module.ngfactory.js +14 -0
- package/esm2015/lib/components/button/button.module.ngsummary.json +1 -0
- package/esm2015/lib/components/button/index.ngsummary.json +1 -0
- package/esm2015/lib/components/checkbox/checkbox.component.ngfactory.js +38 -0
- package/esm2015/lib/components/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/components/checkbox/checkbox.module.ngfactory.js +13 -0
- package/esm2015/lib/components/checkbox/checkbox.module.ngsummary.json +1 -0
- package/esm2015/lib/components/checkbox/index.ngsummary.json +1 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.js +326 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngfactory.js +75 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngsummary.json +1 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.js +17 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngfactory.js +15 -0
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngsummary.json +1 -0
- package/esm2015/lib/components/date-range-picker/index.js +3 -0
- package/esm2015/lib/components/date-range-picker/index.ngsummary.json +1 -0
- package/esm2015/lib/components/expansion/expansion.component.ngfactory.js +35 -0
- package/esm2015/lib/components/expansion/expansion.component.ngsummary.json +1 -0
- package/esm2015/lib/components/expansion/expansion.module.ngfactory.js +13 -0
- package/esm2015/lib/components/expansion/expansion.module.ngsummary.json +1 -0
- package/esm2015/lib/components/expansion/index.ngsummary.json +1 -0
- package/esm2015/lib/components/file-upload/file-upload.component.ngfactory.js +39 -0
- package/esm2015/lib/components/file-upload/file-upload.component.ngsummary.json +1 -0
- package/esm2015/lib/components/file-upload/file-upload.module.ngfactory.js +15 -0
- package/esm2015/lib/components/file-upload/file-upload.module.ngsummary.json +1 -0
- package/esm2015/lib/components/file-upload/index.ngsummary.json +1 -0
- package/esm2015/lib/components/icon/icon.component.ngfactory.js +88 -0
- package/esm2015/lib/components/icon/icon.component.ngsummary.json +1 -0
- package/esm2015/lib/components/icon/icon.module.ngfactory.js +12 -0
- package/esm2015/lib/components/icon/icon.module.ngsummary.json +1 -0
- package/esm2015/lib/components/icon/icons.component.ngfactory.js +465 -0
- package/esm2015/lib/components/icon/icons.component.ngsummary.json +1 -0
- package/esm2015/lib/components/icon/index.ngsummary.json +1 -0
- package/esm2015/lib/components/image-crop/image-crop.component.ngfactory.js +108 -0
- package/esm2015/lib/components/image-crop/image-crop.component.ngsummary.json +1 -0
- package/esm2015/lib/components/image-crop/image-crop.module.ngfactory.js +17 -0
- package/esm2015/lib/components/image-crop/image-crop.module.ngsummary.json +1 -0
- package/esm2015/lib/components/image-crop/index.ngsummary.json +1 -0
- package/esm2015/lib/components/index.js +3 -1
- package/esm2015/lib/components/index.ngsummary.json +1 -0
- package/esm2015/lib/components/input/index.ngsummary.json +1 -0
- package/esm2015/lib/components/input/input-filter.component.ngfactory.js +129 -0
- package/esm2015/lib/components/input/input-filter.component.ngsummary.json +1 -0
- package/esm2015/lib/components/input/input.component.ngfactory.js +139 -0
- package/esm2015/lib/components/input/input.component.ngsummary.json +1 -0
- package/esm2015/lib/components/input/input.module.ngfactory.js +15 -0
- package/esm2015/lib/components/input/input.module.ngsummary.json +1 -0
- package/esm2015/lib/components/input-phone/index.js +3 -0
- package/esm2015/lib/components/input-phone/index.ngsummary.json +1 -0
- package/esm2015/lib/components/input-phone/input-phone.component.js +205 -0
- package/esm2015/lib/components/input-phone/input-phone.component.ngfactory.js +27 -0
- package/esm2015/lib/components/input-phone/input-phone.component.ngsummary.json +1 -0
- package/esm2015/lib/components/input-phone/input-phone.module.js +25 -0
- package/esm2015/lib/components/input-phone/input-phone.module.ngfactory.js +18 -0
- package/esm2015/lib/components/input-phone/input-phone.module.ngsummary.json +1 -0
- package/esm2015/lib/components/modal/index.ngsummary.json +1 -0
- package/esm2015/lib/components/modal/modal.component.ngfactory.js +61 -0
- package/esm2015/lib/components/modal/modal.component.ngsummary.json +1 -0
- package/esm2015/lib/components/modal/modal.module.ngfactory.js +15 -0
- package/esm2015/lib/components/modal/modal.module.ngsummary.json +1 -0
- package/esm2015/lib/components/option/index.ngsummary.json +1 -0
- package/esm2015/lib/components/option/option.component.ngfactory.js +24 -0
- package/esm2015/lib/components/option/option.component.ngsummary.json +1 -0
- package/esm2015/lib/components/option/option.module.ngfactory.js +12 -0
- package/esm2015/lib/components/option/option.module.ngsummary.json +1 -0
- package/esm2015/lib/components/radiobutton/index.ngsummary.json +1 -0
- package/esm2015/lib/components/radiobutton/radiobutton.component.ngfactory.js +18 -0
- package/esm2015/lib/components/radiobutton/radiobutton.component.ngsummary.json +1 -0
- package/esm2015/lib/components/radiobutton/radiobutton.module.ngfactory.js +13 -0
- package/esm2015/lib/components/radiobutton/radiobutton.module.ngsummary.json +1 -0
- package/esm2015/lib/components/select/index.ngsummary.json +1 -0
- package/esm2015/lib/components/select/select-filter.component.ngfactory.js +30 -0
- package/esm2015/lib/components/select/select-filter.component.ngsummary.json +1 -0
- package/esm2015/lib/components/select/select-multiple.component.ngfactory.js +33 -0
- package/esm2015/lib/components/select/select-multiple.component.ngsummary.json +1 -0
- package/esm2015/lib/components/select/select-search.component.ngfactory.js +48 -0
- package/esm2015/lib/components/select/select-search.component.ngsummary.json +1 -0
- package/esm2015/lib/components/select/select.component.ngfactory.js +33 -0
- package/esm2015/lib/components/select/select.component.ngsummary.json +1 -0
- package/esm2015/lib/components/select/select.module.ngfactory.js +17 -0
- package/esm2015/lib/components/select/select.module.ngsummary.json +1 -0
- package/esm2015/lib/components/stepper/index.ngsummary.json +1 -0
- package/esm2015/lib/components/stepper/stepper.component.ngfactory.js +18 -0
- package/esm2015/lib/components/stepper/stepper.component.ngsummary.json +1 -0
- package/esm2015/lib/components/stepper/stepper.module.ngfactory.js +13 -0
- package/esm2015/lib/components/stepper/stepper.module.ngsummary.json +1 -0
- package/esm2015/lib/components/tab/index.ngsummary.json +1 -0
- package/esm2015/lib/components/tab/tab.component.ngfactory.js +18 -0
- package/esm2015/lib/components/tab/tab.component.ngsummary.json +1 -0
- package/esm2015/lib/components/tab/tab.module.ngfactory.js +14 -0
- package/esm2015/lib/components/tab/tab.module.ngsummary.json +1 -0
- package/esm2015/lib/components/table/index.ngsummary.json +1 -0
- package/esm2015/lib/components/table/table-column.component.ngfactory.js +17 -0
- package/esm2015/lib/components/table/table-column.component.ngsummary.json +1 -0
- package/esm2015/lib/components/table/table.component.ngfactory.js +33 -0
- package/esm2015/lib/components/table/table.component.ngsummary.json +1 -0
- package/esm2015/lib/components/table/table.module.ngfactory.js +15 -0
- package/esm2015/lib/components/table/table.module.ngsummary.json +1 -0
- package/esm2015/lib/components/toggle/index.ngsummary.json +1 -0
- package/esm2015/lib/components/toggle/toggle.component.ngfactory.js +20 -0
- package/esm2015/lib/components/toggle/toggle.component.ngsummary.json +1 -0
- package/esm2015/lib/components/toggle/toggle.module.ngfactory.js +12 -0
- package/esm2015/lib/components/toggle/toggle.module.ngsummary.json +1 -0
- package/esm2015/lib/components/wizard/index.ngsummary.json +1 -0
- package/esm2015/lib/components/wizard/wizard.component.ngfactory.js +18 -0
- package/esm2015/lib/components/wizard/wizard.component.ngsummary.json +1 -0
- package/esm2015/lib/components/wizard/wizard.module.ngfactory.js +13 -0
- package/esm2015/lib/components/wizard/wizard.module.ngsummary.json +1 -0
- package/esm2015/lib/core/index.ngsummary.json +1 -0
- package/esm2015/lib/core/interfaces/index.ngsummary.json +1 -0
- package/esm2015/lib/core/interfaces/monkey-modal-settings.ngsummary.json +1 -0
- package/esm2015/lib/core/interfaces/monkey-style-settings.ngsummary.json +1 -0
- package/esm2015/lib/core/services/index.ngsummary.json +1 -0
- package/esm2015/lib/core/services/modal/index.ngsummary.json +1 -0
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.ngsummary.json +1 -0
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.ngsummary.json +1 -0
- package/esm2015/lib/core/services/monkey-style-guide.service.js +3 -3
- package/esm2015/lib/core/services/monkey-style-guide.service.ngsummary.json +1 -0
- package/esm2015/lib/core/services/settings/index.ngsummary.json +1 -0
- package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.js +2 -2
- package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.ngsummary.json +1 -0
- package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.ngsummary.json +1 -0
- package/esm2015/lib/core/services/snackbar/index.ngsummary.json +1 -0
- package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.ngsummary.json +1 -0
- package/esm2015/lib/core/utils/index.ngsummary.json +1 -0
- package/esm2015/lib/core/utils/utils.ngsummary.json +1 -0
- package/esm2015/lib/monkey-style-guide.module.ngfactory.js +17 -0
- package/esm2015/lib/monkey-style-guide.module.ngsummary.json +1 -0
- package/esm2015/monkey-style-guide.ngsummary.json +1 -0
- package/esm2015/public-api.ngsummary.json +1 -0
- package/fesm2015/monkey-style-guide.js +551 -3
- package/fesm2015/monkey-style-guide.js.map +1 -1
- package/lib/components/badge/badge.component.ngfactory.d.ts +1 -0
- package/lib/components/badge/badge.module.ngfactory.d.ts +3 -0
- package/lib/components/button/button-avatar.component.ngfactory.d.ts +1 -0
- package/lib/components/button/button-dropdown.component.ngfactory.d.ts +1 -0
- package/lib/components/button/button.component.ngfactory.d.ts +1 -0
- package/lib/components/button/button.module.ngfactory.d.ts +3 -0
- package/lib/components/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/components/checkbox/checkbox.module.ngfactory.d.ts +3 -0
- package/lib/components/date-range-picker/date-range-picker.component.d.ts +50 -0
- package/lib/components/date-range-picker/date-range-picker.component.ngfactory.d.ts +1 -0
- package/lib/components/date-range-picker/date-range-picker.module.d.ts +2 -0
- package/lib/components/date-range-picker/date-range-picker.module.ngfactory.d.ts +3 -0
- package/lib/components/date-range-picker/index.d.ts +2 -0
- package/lib/components/expansion/expansion.component.ngfactory.d.ts +1 -0
- package/lib/components/expansion/expansion.module.ngfactory.d.ts +3 -0
- package/lib/components/file-upload/file-upload.component.ngfactory.d.ts +1 -0
- package/lib/components/file-upload/file-upload.module.ngfactory.d.ts +3 -0
- package/lib/components/icon/icon.component.ngfactory.d.ts +1 -0
- package/lib/components/icon/icon.module.ngfactory.d.ts +3 -0
- package/lib/components/icon/icons.component.ngfactory.d.ts +1 -0
- package/lib/components/image-crop/image-crop.component.ngfactory.d.ts +1 -0
- package/lib/components/image-crop/image-crop.module.ngfactory.d.ts +3 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/input/input-filter.component.ngfactory.d.ts +1 -0
- package/lib/components/input/input.component.ngfactory.d.ts +1 -0
- package/lib/components/input/input.module.ngfactory.d.ts +3 -0
- package/lib/components/input-phone/index.d.ts +2 -0
- package/lib/components/input-phone/input-phone.component.d.ts +61 -0
- package/lib/components/input-phone/input-phone.component.ngfactory.d.ts +1 -0
- package/lib/components/input-phone/input-phone.module.d.ts +2 -0
- package/lib/components/input-phone/input-phone.module.ngfactory.d.ts +3 -0
- package/lib/components/modal/modal.component.ngfactory.d.ts +1 -0
- package/lib/components/modal/modal.module.ngfactory.d.ts +3 -0
- package/lib/components/option/option.component.ngfactory.d.ts +1 -0
- package/lib/components/option/option.module.ngfactory.d.ts +3 -0
- package/lib/components/radiobutton/radiobutton.component.ngfactory.d.ts +1 -0
- package/lib/components/radiobutton/radiobutton.module.ngfactory.d.ts +3 -0
- package/lib/components/select/select-filter.component.ngfactory.d.ts +1 -0
- package/lib/components/select/select-multiple.component.ngfactory.d.ts +1 -0
- package/lib/components/select/select-search.component.ngfactory.d.ts +1 -0
- package/lib/components/select/select.component.ngfactory.d.ts +1 -0
- package/lib/components/select/select.module.ngfactory.d.ts +3 -0
- package/lib/components/stepper/stepper.component.ngfactory.d.ts +1 -0
- package/lib/components/stepper/stepper.module.ngfactory.d.ts +3 -0
- package/lib/components/tab/tab.component.ngfactory.d.ts +1 -0
- package/lib/components/tab/tab.module.ngfactory.d.ts +3 -0
- package/lib/components/table/table-column.component.ngfactory.d.ts +1 -0
- package/lib/components/table/table.component.ngfactory.d.ts +1 -0
- package/lib/components/table/table.module.ngfactory.d.ts +3 -0
- package/lib/components/toggle/toggle.component.ngfactory.d.ts +1 -0
- package/lib/components/toggle/toggle.module.ngfactory.d.ts +3 -0
- package/lib/components/wizard/wizard.component.ngfactory.d.ts +1 -0
- package/lib/components/wizard/wizard.module.ngfactory.d.ts +3 -0
- package/lib/core/services/monkey-style-guide.service.d.ts +2 -2
- package/lib/monkey-style-guide.module.ngfactory.d.ts +3 -0
- package/monkey-style-guide-2.0.89.tgz +0 -0
- package/monkey-style-guide.metadata.json +1 -1
- package/package.json +4 -2
- package/monkey-style-guide-2.0.84.tgz +0 -0
package/README.md
CHANGED
|
@@ -1071,7 +1071,7 @@ export class AppComponent {
|
|
|
1071
1071
|
[icon-screenshot1]: https://user-images.githubusercontent.com/10110065/111643849-0ddcdd80-87de-11eb-8161-fc5a20a1d237.png
|
|
1072
1072
|
[icons-screenshot1]: https://user-images.githubusercontent.com/12416871/112203694-90580980-8bf1-11eb-969f-2ac21a7b9dee.png
|
|
1073
1073
|
[radiobutton-screenshot]: https://dev-monkey-emails.s3-us-west-2.amazonaws.com/monkey-style-guide/demos/images/radiobutton.png
|
|
1074
|
-
[buttons-screenshot]: https://
|
|
1074
|
+
[buttons-screenshot]: https://user-images.githubusercontent.com/10110065/142933460-7a84ad76-b57f-40a0-b809-292af31c1e8f.png
|
|
1075
1075
|
[settings-screenshot]: https://dev-monkey-emails.s3-us-west-2.amazonaws.com/monkey-style-guide/demos/images/style-settings-json.png
|
|
1076
1076
|
[table-screenshot]: https://user-images.githubusercontent.com/12416871/119574643-29d79f00-bd8c-11eb-9747-2e6dc86410da.png
|
|
1077
1077
|
[modal-screenshot]: https://user-images.githubusercontent.com/12416871/119838920-2c480f00-beda-11eb-9e44-e42262f39c34.png
|
|
@@ -297,7 +297,7 @@ monkey-button[disabled] {
|
|
|
297
297
|
|
|
298
298
|
&__theme {
|
|
299
299
|
background-color: inherit;
|
|
300
|
-
color: map-get($mecx-theme,
|
|
300
|
+
color: map-get($mecx-theme, 500);
|
|
301
301
|
box-sizing: border-box;
|
|
302
302
|
background-position: center;
|
|
303
303
|
|
|
@@ -317,7 +317,7 @@ monkey-button[disabled] {
|
|
|
317
317
|
|
|
318
318
|
&__error {
|
|
319
319
|
background-color: inherit;
|
|
320
|
-
color: map-get($mecx-error,
|
|
320
|
+
color: map-get($mecx-error, 500);
|
|
321
321
|
box-sizing: border-box;
|
|
322
322
|
background-position: center;
|
|
323
323
|
|
|
@@ -337,7 +337,7 @@ monkey-button[disabled] {
|
|
|
337
337
|
|
|
338
338
|
&__warning {
|
|
339
339
|
background-color: inherit;
|
|
340
|
-
color: map-get($mecx-warning,
|
|
340
|
+
color: map-get($mecx-warning, 500);
|
|
341
341
|
box-sizing: border-box;
|
|
342
342
|
background-position: center;
|
|
343
343
|
|
|
@@ -357,7 +357,7 @@ monkey-button[disabled] {
|
|
|
357
357
|
|
|
358
358
|
&__success {
|
|
359
359
|
background-color: inherit;
|
|
360
|
-
color: map-get($mecx-success,
|
|
360
|
+
color: map-get($mecx-success, 500);
|
|
361
361
|
box-sizing: border-box;
|
|
362
362
|
background-position: center;
|
|
363
363
|
|
|
@@ -377,7 +377,7 @@ monkey-button[disabled] {
|
|
|
377
377
|
|
|
378
378
|
&__question {
|
|
379
379
|
background-color: inherit;
|
|
380
|
-
color: map-get($mecx-question,
|
|
380
|
+
color: map-get($mecx-question, 500);
|
|
381
381
|
box-sizing: border-box;
|
|
382
382
|
background-position: center;
|
|
383
383
|
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
/**************************
|
|
2
|
+
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
+
* This style guide was developed by Monkey Exchange Team
|
|
4
|
+
* MIT Licence
|
|
5
|
+
**************************/
|
|
6
|
+
@import '../variables';
|
|
7
|
+
@import '../breakpoints.scss';
|
|
8
|
+
|
|
9
|
+
monkey-date-range-picker {
|
|
10
|
+
background: #fafafa;
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
display: flex;
|
|
13
|
+
justify-content: space-between;
|
|
14
|
+
width: 100%;
|
|
15
|
+
|
|
16
|
+
@include media-breakpoint('xs') {
|
|
17
|
+
padding: 16px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
mecx-date-range-picker-group {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
width: 100%;
|
|
24
|
+
|
|
25
|
+
mecx-date-range-picker-group-body {
|
|
26
|
+
display: flex;
|
|
27
|
+
width: 100%;
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
|
|
30
|
+
.first-date-range {
|
|
31
|
+
.calendar-next {
|
|
32
|
+
display: none;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@include media-breakpoint('xs') {
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
|
|
39
|
+
.first-date-range {
|
|
40
|
+
.calendar-next {
|
|
41
|
+
display: inline-block;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.second-date-range {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
mecx-date-range-picker-group-info {
|
|
52
|
+
width: 100%;
|
|
53
|
+
display: flex;
|
|
54
|
+
flex-direction: column;
|
|
55
|
+
justify-content: flex-start;
|
|
56
|
+
align-items: flex-start;
|
|
57
|
+
color: #4b4a53;
|
|
58
|
+
font-size: 12px;
|
|
59
|
+
line-height: 16px;
|
|
60
|
+
height: 30px;
|
|
61
|
+
|
|
62
|
+
info {
|
|
63
|
+
color: #4b4a53;
|
|
64
|
+
text-align: left;
|
|
65
|
+
}
|
|
66
|
+
error {
|
|
67
|
+
color: map-get($mecx-error, main);
|
|
68
|
+
text-align: left;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
mecx-date-range-picker-group-action {
|
|
73
|
+
display: flex;
|
|
74
|
+
justify-content: space-between;
|
|
75
|
+
border-top: 1px solid #d6d6d6;
|
|
76
|
+
padding-top: 16px;
|
|
77
|
+
align-items: flex-end;
|
|
78
|
+
|
|
79
|
+
&.error {
|
|
80
|
+
border-top: 1px solid #fa3838;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.action-days > * {
|
|
84
|
+
margin-right: 24px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.action-days > * :last-child {
|
|
88
|
+
margin-top: 8px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
mecx-date-range-picker-header {
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-direction: column;
|
|
96
|
+
|
|
97
|
+
.calendar-title {
|
|
98
|
+
align-items: center;
|
|
99
|
+
color: #4b4a53;
|
|
100
|
+
display: flex;
|
|
101
|
+
font-size: 18px;
|
|
102
|
+
font-style: normal;
|
|
103
|
+
font-weight: 500;
|
|
104
|
+
line-height: 21px;
|
|
105
|
+
margin-bottom: 8px;
|
|
106
|
+
text-align: center;
|
|
107
|
+
|
|
108
|
+
.month-year-title {
|
|
109
|
+
width: 100%;
|
|
110
|
+
display: flex;
|
|
111
|
+
justify-content: center;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.week {
|
|
116
|
+
display: flex;
|
|
117
|
+
justify-content: center;
|
|
118
|
+
|
|
119
|
+
.week-day {
|
|
120
|
+
align-items: center;
|
|
121
|
+
color: #4b4a53;
|
|
122
|
+
display: flex;
|
|
123
|
+
font-size: 14px;
|
|
124
|
+
font-style: normal;
|
|
125
|
+
font-weight: normal;
|
|
126
|
+
justify-content: center;
|
|
127
|
+
line-height: 16px;
|
|
128
|
+
margin-bottom: 8px;
|
|
129
|
+
text-align: center;
|
|
130
|
+
height: 16px;
|
|
131
|
+
width: 40px;
|
|
132
|
+
|
|
133
|
+
@include media-breakpoint('xs') {
|
|
134
|
+
height: 42px;
|
|
135
|
+
width: 42px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
mecx-date-range-picker-body {
|
|
142
|
+
display: flex;
|
|
143
|
+
flex-direction: column;
|
|
144
|
+
justify-content: center;
|
|
145
|
+
align-items: center;
|
|
146
|
+
|
|
147
|
+
.month-week {
|
|
148
|
+
display: flex;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.month-day {
|
|
152
|
+
align-items: center;
|
|
153
|
+
color: #4b4a53;
|
|
154
|
+
cursor: pointer;
|
|
155
|
+
display: flex;
|
|
156
|
+
font-size: 14px;
|
|
157
|
+
font-style: normal;
|
|
158
|
+
font-weight: normal;
|
|
159
|
+
justify-content: center;
|
|
160
|
+
line-height: 16px;
|
|
161
|
+
margin-bottom: 8px;
|
|
162
|
+
text-align: center;
|
|
163
|
+
width: 40px;
|
|
164
|
+
height: 16px;
|
|
165
|
+
|
|
166
|
+
@include media-breakpoint('xs') {
|
|
167
|
+
height: 42px;
|
|
168
|
+
width: 42px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.inactive {
|
|
172
|
+
opacity: 0.5;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.today {
|
|
176
|
+
color: map-get($mecx-theme, main);
|
|
177
|
+
font-weight: 700;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.selected {
|
|
182
|
+
background: #ebebeb;
|
|
183
|
+
color: map-get($mecx-theme, main);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.first-selected {
|
|
187
|
+
border-top-left-radius: 8px;
|
|
188
|
+
border-bottom-left-radius: 8px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.last-selected {
|
|
192
|
+
border-top-right-radius: 8px;
|
|
193
|
+
border-bottom-right-radius: 8px;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
monkey-button.calendar-previous,
|
|
198
|
+
monkey-button.calendar-next {
|
|
199
|
+
monkey-icon {
|
|
200
|
+
margin: 0;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
**************************/
|
|
6
6
|
@import 'badge';
|
|
7
7
|
@import 'input';
|
|
8
|
+
@import 'input-phone';
|
|
8
9
|
@import 'select';
|
|
9
10
|
@import 'buttons';
|
|
10
11
|
@import 'checkbox';
|
|
12
|
+
@import 'date-range-picker';
|
|
11
13
|
@import 'radiobutton';
|
|
12
14
|
@import 'wizard';
|
|
13
15
|
@import 'snackbar';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**************************
|
|
2
|
+
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
+
* This style guide was developed by Monkey Exchange Team
|
|
4
|
+
* MIT Licence
|
|
5
|
+
**************************/
|
|
6
|
+
@import '../variables';
|
|
7
|
+
@import '../breakpoints.scss';
|
|
8
|
+
|
|
9
|
+
monkey-input-phone {
|
|
10
|
+
mecx-form-field mecx-form-field-header {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
mecx-form-field mecx-form-field-footer {
|
|
15
|
+
display: none;
|
|
16
|
+
}
|
|
17
|
+
}
|