@lucca-front/ng 8.2.1 → 9.0.0-alpha.1
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/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
- package/api/lib/select/input/api-select-input.component.d.ts +1 -10
- package/api/lib/select/pager/api-pager.component.d.ts +1 -1
- package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
- package/api/lib/service/api-hybrid.service.d.ts +3 -3
- package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +1 -1
- package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -4
- package/esm2020/api/lib/select/pager/api-pager.component.mjs +1 -1
- package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +5 -5
- package/esm2020/api/lib/service/api-hybrid.service.mjs +1 -1
- package/esm2020/api/lib/service/api-v4.service.mjs +2 -4
- package/esm2020/date/lib/calendar/calendar-input.component.mjs +2 -2
- package/esm2020/date/lib/select/date-select-input.component.mjs +2 -2
- package/esm2020/department/lib/select/input/department-select-input.component.mjs +2 -2
- package/esm2020/department/lib/service/department-v3.service.mjs +2 -2
- package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +2 -2
- package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +2 -2
- package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +2 -2
- package/esm2020/formly/lib/types/api.mjs +3 -6
- package/esm2020/formly/lib/types/checkbox.mjs +2 -2
- package/esm2020/formly/lib/types/date.mjs +2 -2
- package/esm2020/formly/lib/types/department.mjs +2 -2
- package/esm2020/formly/lib/types/establishment.mjs +2 -2
- package/esm2020/formly/lib/types/input.mjs +2 -2
- package/esm2020/formly/lib/types/qualification.mjs +2 -2
- package/esm2020/formly/lib/types/radios.mjs +2 -2
- package/esm2020/formly/lib/types/select.mjs +2 -2
- package/esm2020/formly/lib/types/textarea.mjs +2 -2
- package/esm2020/formly/lib/types/user.mjs +2 -2
- package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +2 -2
- package/esm2020/formly/lib/wrappers/error.mjs +3 -3
- package/esm2020/formly/lib/wrappers/helper.mjs +2 -2
- package/esm2020/formly/lib/wrappers/icon.mjs +2 -2
- package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +2 -2
- package/esm2020/formly/lib/wrappers/suffix.mjs +2 -2
- package/esm2020/formly/lib/wrappers/textfield-layout.mjs +2 -2
- package/esm2020/input/lib/clearer/clearer.component.mjs +2 -2
- package/esm2020/option/lib/item/option-item.component.mjs +2 -2
- package/esm2020/option/lib/item/tree-option-item.component.mjs +2 -2
- package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +2 -2
- package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +2 -2
- package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +2 -2
- package/esm2020/option/lib/selector/all/select-all.component.mjs +2 -2
- package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +2 -2
- package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +2 -2
- package/esm2020/select/lib/input/select-input.component.mjs +2 -2
- package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
- package/esm2020/user/lib/picture/user-picture.component.mjs +2 -2
- package/esm2020/user/lib/select/input/user-select-input.component.mjs +2 -2
- package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +2 -2
- package/esm2020/user/lib/tile/user-tile.component.mjs +2 -2
- package/fesm2015/lucca-front-ng-api.mjs +7 -10
- package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-date.mjs +4 -4
- package/fesm2015/lucca-front-ng-department.mjs +3 -3
- package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-establishment.mjs +6 -6
- package/fesm2015/lucca-front-ng-formly.mjs +36 -39
- package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-input.mjs +2 -2
- package/fesm2015/lucca-front-ng-option.mjs +14 -14
- package/fesm2015/lucca-front-ng-qualification.mjs +2 -2
- package/fesm2015/lucca-front-ng-select.mjs +2 -2
- package/fesm2015/lucca-front-ng-tooltip.mjs +2 -2
- package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2015/lucca-front-ng-user.mjs +8 -8
- package/fesm2020/lucca-front-ng-api.mjs +7 -10
- package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-date.mjs +4 -4
- package/fesm2020/lucca-front-ng-department.mjs +3 -3
- package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-establishment.mjs +6 -6
- package/fesm2020/lucca-front-ng-formly.mjs +36 -39
- package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-input.mjs +2 -2
- package/fesm2020/lucca-front-ng-option.mjs +14 -14
- package/fesm2020/lucca-front-ng-qualification.mjs +2 -2
- package/fesm2020/lucca-front-ng-select.mjs +2 -2
- package/fesm2020/lucca-front-ng-tooltip.mjs +2 -2
- package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
- package/fesm2020/lucca-front-ng-user.mjs +8 -8
- package/formly/lib/types/api.d.ts +1 -2
- package/formly/style/_components.scss +13 -13
- package/formly/style/_theming.overridable.scss +1 -1
- package/formly/style/_theming.scss +1 -1
- package/formly/style/main.overridable.scss +2 -2
- package/formly/style/main.scss +2 -2
- package/material/style/_components.scss +11 -11
- package/material/style/_theming.scss +1 -1
- package/material/style/components/_autocomplete.scss +11 -11
- package/material/style/components/_buttons.scss +3 -3
- package/material/style/components/_datepicker.scss +116 -116
- package/material/style/components/_dialog.scss +26 -26
- package/material/style/components/_input.scss +3 -3
- package/material/style/components/_menu.scss +19 -19
- package/material/style/components/_mixins.scss +8 -8
- package/material/style/components/_options.scss +21 -21
- package/material/style/components/_select.scss +37 -37
- package/material/style/components/_tooltip.scss +19 -19
- package/material/style/main-v11.overridable.scss +12 -12
- package/material/style/main-v11.scss +12 -12
- package/material/style/main.overridable.scss +8 -8
- package/material/style/main.scss +8 -8
- package/package.json +1 -1
- package/style/_components.scss +8 -9
- package/style/_definitions.scss +9 -9
- package/style/_theming.overridable.scss +15 -15
- package/style/_theming.scss +9 -9
- package/style/components/_dropdown.scss +107 -107
- package/style/components/_input.scss +50 -50
- package/style/components/_picker.scss +62 -62
- package/style/components/_popover.scss +54 -54
- package/style/components/_popup.scss +34 -21
- package/style/components/_sidepanel.scss +39 -33
- package/style/components/cdk/_dragDrop.scss +61 -61
- package/style/components/cdk/_global.scss +7 -10
- package/style/components/cdk/_misc.scss +2 -2
- package/style/components/cdk/_overlay.scss +4 -4
- package/style/components/cdk/_textarea.scss +12 -12
- package/style/definitions/option/_option-item.scss +106 -106
- package/style/definitions/option/_option-placeholder.scss +10 -10
- package/style/definitions/option/_option-searcher.scss +46 -46
- package/style/definitions/option/_option-selector.scss +10 -10
- package/style/definitions/select/_select-clearer.scss +70 -70
- package/style/definitions/select/_select-input.scss +323 -323
- package/style/definitions/tooltip/_tooltip.scss +13 -13
- package/style/definitions/user/user-picture.scss +34 -34
- package/style/definitions/user/user-tile.scss +61 -61
- package/style/main.overridable.scss +3 -3
- package/style/main.scss +2 -2
- package/style/theme/_calendar.theme.scss +4 -4
- package/style/theme/_dropdown.theme.scss +6 -6
- package/style/theme/_options.theme.scss +25 -25
- package/style/theme/_popup.theme.scss +26 -26
- package/style/theme/_select.theme.scss +24 -24
- package/style/theme/_tooltip.theme.scss +7 -7
- package/style/theme/_user-picture.theme.scss +34 -34
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
@mixin tooltipStyle {
|
|
2
2
|
.lu-tooltip-panel {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
color:
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
--components-tooltip-background-color: var(--palettes-grey-900);
|
|
4
|
+
--components-tooltip-color: var(--colors-white-color);
|
|
5
|
+
--components-tooltip-padding: var(--spacings-smallest) var(--spacings-smaller);
|
|
6
|
+
--components-tooltip-max-width: 15rem;
|
|
7
|
+
|
|
8
|
+
background: var(--components-tooltip-background-color);
|
|
9
|
+
color: var(--components-tooltip-color);
|
|
10
|
+
padding: var(--components-tooltip-padding);
|
|
11
|
+
max-width: var(--components-tooltip-max-width);
|
|
12
|
+
border-radius: var(--commons-border-radius);
|
|
13
|
+
font-size: var(--sizes-small-font-size);
|
|
14
|
+
|
|
12
15
|
font-weight: 600;
|
|
13
16
|
line-height: 1rem;
|
|
14
|
-
|
|
15
|
-
max-width: _component("tooltip.max-width");
|
|
16
|
-
padding: _component("tooltip.padding", true);
|
|
17
|
-
padding: _component("tooltip.padding");
|
|
17
|
+
display: block;
|
|
18
18
|
|
|
19
19
|
&.is-above {
|
|
20
20
|
transform-origin: bottom center;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
|
|
2
|
-
@mixin userPictureStyle {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
2
|
+
// @mixin userPictureStyle {
|
|
3
|
+
// :host {
|
|
4
|
+
// .picture {
|
|
5
|
+
// border-radius: 100%;
|
|
6
|
+
// background-position: center;
|
|
7
|
+
// background-size: cover;
|
|
8
|
+
// background-repeat: no-repeat;
|
|
9
|
+
// color: white;
|
|
10
|
+
// font-size: _component('user-picture.sizes.standard.font-size', true);
|
|
11
|
+
// font-size: _component('user-picture.sizes.standard.font-size');
|
|
12
|
+
// position: relative;
|
|
13
|
+
// height: _component('user-picture.sizes.standard.image-size', true);
|
|
14
|
+
// height: _component('user-picture.sizes.standard.image-size');
|
|
15
|
+
// width: _component('user-picture.sizes.standard.image-size', true);
|
|
16
|
+
// width: _component('user-picture.sizes.standard.image-size');
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
18
|
+
// > span {
|
|
19
|
+
// position: absolute;
|
|
20
|
+
// top: 50%;
|
|
21
|
+
// left: 50%;
|
|
22
|
+
// transform: translate(-50%, -50%);
|
|
23
|
+
// }
|
|
24
|
+
// }
|
|
25
|
+
// @each $name, $size in _getMap('components.user-picture.sizes') {
|
|
26
|
+
// &.mod-#{$name} .picture {
|
|
27
|
+
// font-size: _component('user-picture.sizes.'+$name+'.font-size', true);
|
|
28
|
+
// font-size: _component('user-picture.sizes.'+$name+'.font-size');
|
|
29
|
+
// height: _component('user-picture.sizes.'+$name+'.image-size', true);
|
|
30
|
+
// height: _component('user-picture.sizes.'+$name+'.image-size');
|
|
31
|
+
// width: _component('user-picture.sizes.'+$name+'.image-size', true);
|
|
32
|
+
// width: _component('user-picture.sizes.'+$name+'.image-size');
|
|
33
|
+
// }
|
|
34
|
+
// }
|
|
35
|
+
// }
|
|
36
|
+
// }
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
@mixin userTileStyle {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
// @mixin userTileStyle {
|
|
2
|
+
// :host {
|
|
3
|
+
// display: flex;
|
|
4
|
+
// align-items: center;
|
|
5
|
+
// padding: 0.5em;
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
// lu-user-picture {
|
|
8
|
+
// margin-right: 0.5em;
|
|
9
|
+
// }
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
// .user-tile-title {
|
|
12
|
+
// font-size: 0.9em;
|
|
13
|
+
// font-weight: 600;
|
|
14
|
+
// line-height: 1.3;
|
|
15
|
+
// margin: 0;
|
|
16
|
+
// }
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
18
|
+
// .user-tile-label {
|
|
19
|
+
// display: block;
|
|
20
|
+
// font-size: _theme('sizes.small.font-size', true);
|
|
21
|
+
// font-size: _theme('sizes.small.font-size');
|
|
22
|
+
// line-height: 1.1;
|
|
23
|
+
// color: _color('text.light', 'color', true);
|
|
24
|
+
// color: _color('text.light');
|
|
25
|
+
// }
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
// .user-tile-footnote {
|
|
28
|
+
// display: block;
|
|
29
|
+
// font-size: _theme('sizes.small.font-size', true);
|
|
30
|
+
// font-size: _theme('sizes.small.font-size');
|
|
31
|
+
// line-height: _theme('sizes.small.line-height', true);
|
|
32
|
+
// line-height: _theme('sizes.small.line-height');
|
|
33
|
+
// }
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
// .user-info {
|
|
36
|
+
// margin: auto 0;
|
|
37
|
+
// word-break: break-all;
|
|
38
|
+
// }
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
// &.mod-nameOnly {
|
|
41
|
+
// .user-tile-label,
|
|
42
|
+
// .user-tile-footnote {
|
|
43
|
+
// display: none;
|
|
44
|
+
// }
|
|
45
|
+
// }
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
47
|
+
// &.mod-vertical {
|
|
48
|
+
// flex-direction: column;
|
|
49
|
+
// lu-user-picture {
|
|
50
|
+
// margin-right: 0;
|
|
51
|
+
// margin-bottom: 0.8em;
|
|
52
|
+
// }
|
|
53
|
+
// .user-info {
|
|
54
|
+
// text-align: center;
|
|
55
|
+
// }
|
|
56
|
+
// }
|
|
57
|
+
// @each $name, $size in _getMap('components.user-picture.sizes') {
|
|
58
|
+
// &.mod-#{$name} lu-user-picture::ng-deep .picture {
|
|
59
|
+
// font-size: _component('user-picture.sizes.'+ $name +'.font-size', true);
|
|
60
|
+
// font-size: _component('user-picture.sizes.'+ $name +'.font-size');
|
|
61
|
+
// height: _component('user-picture.sizes.'+ $name +'.image-size', true);
|
|
62
|
+
// height: _component('user-picture.sizes.'+ $name +'.image-size');
|
|
63
|
+
// width: _component('user-picture.sizes.'+ $name +'.image-size', true);
|
|
64
|
+
// width: _component('user-picture.sizes.'+ $name +'.image-size');
|
|
65
|
+
// }
|
|
66
|
+
// }
|
|
67
|
+
// }
|
|
68
|
+
// }
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@import 'theming.overridable';
|
|
2
|
-
@import '~@lucca-front/scss/src/_mixins';
|
|
3
|
-
@import 'components';
|
|
1
|
+
// @import 'theming.overridable';
|
|
2
|
+
// @import '~@lucca-front/scss/src/_mixins';
|
|
3
|
+
// @import 'components';
|
package/style/main.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@import 'theming';
|
|
2
|
-
@import 'definitions';
|
|
1
|
+
// @import 'theming';
|
|
2
|
+
// @import 'definitions';
|
|
3
3
|
@import 'components';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$calendar: (
|
|
2
|
-
|
|
3
|
-
);
|
|
4
|
-
$theme: _set($theme, 'components.calendar', $calendar);
|
|
1
|
+
// $calendar: (
|
|
2
|
+
// width: 17.8rem
|
|
3
|
+
// );
|
|
4
|
+
// $theme: _set($theme, 'components.calendar', $calendar);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
$dropdown: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
1
|
+
// $dropdown: (
|
|
2
|
+
// width: 14rem,
|
|
3
|
+
// max-width: 90vw,
|
|
4
|
+
// max-height: 60vh,
|
|
5
|
+
// );
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
$theme: _set($theme, 'components.dropdown', $dropdown);
|
|
8
|
+
// $theme: _set($theme, 'components.dropdown', $dropdown);
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
$options: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
// $options: (
|
|
2
|
+
// item: (
|
|
3
|
+
// padding-vertical: .5rem,
|
|
4
|
+
// padding-horizontal: .5rem,
|
|
5
|
+
// multiple-padding: 2rem,
|
|
6
|
+
// icon: (
|
|
7
|
+
// color: (
|
|
8
|
+
// _color("text.default", "color", true)
|
|
9
|
+
// ),
|
|
10
|
+
// )
|
|
11
|
+
// ),
|
|
12
|
+
// checkbox: (
|
|
13
|
+
// left: .5rem,
|
|
14
|
+
// size: 1rem,
|
|
15
|
+
// color: _color("primary", 700, true),
|
|
16
|
+
// border: (
|
|
17
|
+
// radius: _theme("commons.border.radius"),
|
|
18
|
+
// color: _color("grey")
|
|
19
|
+
// )
|
|
20
|
+
// ),
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
);
|
|
26
|
-
$theme: _set($theme, 'components.options', $options);
|
|
22
|
+
// establishment: (
|
|
23
|
+
// multiple-padding: _theme("spacings.standard")
|
|
24
|
+
// )
|
|
25
|
+
// );
|
|
26
|
+
// $theme: _set($theme, 'components.options', $options);
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
$popup: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
);
|
|
1
|
+
// $popup: (
|
|
2
|
+
// padding: (
|
|
3
|
+
// horizontal: 2rem,
|
|
4
|
+
// vertical: 1rem,
|
|
5
|
+
// ),
|
|
6
|
+
// backdrop: (
|
|
7
|
+
// opacity: .4,
|
|
8
|
+
// ),
|
|
9
|
+
// panel: (
|
|
10
|
+
// background-color: #fff,
|
|
11
|
+
// ),
|
|
12
|
+
// sizes: (
|
|
13
|
+
// small: 32rem,
|
|
14
|
+
// medium: 42rem,
|
|
15
|
+
// large: 60rem,
|
|
16
|
+
// )
|
|
17
|
+
// );
|
|
18
18
|
|
|
19
|
-
$sidePanel: (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
);
|
|
26
|
-
$theme: _set($theme, 'components.popup', $popup);
|
|
27
|
-
$theme: _set($theme, 'components.sidepanel', $sidePanel);
|
|
19
|
+
// $sidePanel: (
|
|
20
|
+
// sizes: (
|
|
21
|
+
// small: 40rem,
|
|
22
|
+
// medium: 55rem,
|
|
23
|
+
// large: 70rem,
|
|
24
|
+
// )
|
|
25
|
+
// );
|
|
26
|
+
// $theme: _set($theme, 'components.popup', $popup);
|
|
27
|
+
// $theme: _set($theme, 'components.sidepanel', $sidePanel);
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
$select: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
);
|
|
24
|
-
$theme: _set($theme, 'components.select', $select);
|
|
1
|
+
// $select: (
|
|
2
|
+
// default-palette: _getMap("palettes.primary"),
|
|
3
|
+
// chip: (
|
|
4
|
+
// background: _color("primary", 700, true),
|
|
5
|
+
// text: _color("primary", "text", true)
|
|
6
|
+
// ),
|
|
7
|
+
// input: (
|
|
8
|
+
// padding-horizontal: _theme("spacings.smaller", true),
|
|
9
|
+
// padding-vertical: _theme("spacings.smaller", true)
|
|
10
|
+
// ),
|
|
11
|
+
// // legacy
|
|
12
|
+
// framed: (
|
|
13
|
+
// color: _color("text.light", "color", true),
|
|
14
|
+
// "color50": _color("grey", "50", true),
|
|
15
|
+
// see-through: _color("grey", "50", true),
|
|
16
|
+
// text: _color("text.default", "color", true),
|
|
17
|
+
// placeholder: #CCCCCC,
|
|
18
|
+
// side-padding: _theme("spacings.small"),
|
|
19
|
+
// top-padding: _theme("spacings.big"),
|
|
20
|
+
// bottom-padding: _theme("spacings.small"),
|
|
21
|
+
// label-top-offset: _theme("spacings.smaller"),
|
|
22
|
+
// )
|
|
23
|
+
// );
|
|
24
|
+
// $theme: _set($theme, 'components.select', $select);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
$tooltip: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
);
|
|
1
|
+
// $tooltip: (
|
|
2
|
+
// background-color: _color('grey', 900, true),
|
|
3
|
+
// color: _color('grey', 'text', true),
|
|
4
|
+
// padding: _theme('spacings.smallest', true) _theme('spacings.smaller', true),
|
|
5
|
+
// max-width: 15rem,
|
|
6
|
+
// );
|
|
7
7
|
|
|
8
|
-
$theme: _set($theme, 'components.tooltip', $tooltip);
|
|
8
|
+
// $theme: _set($theme, 'components.tooltip', $tooltip);
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
$user-picture: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
);
|
|
34
|
-
$theme: _set($theme, 'components.user-picture', $user-picture);
|
|
1
|
+
// $user-picture: (
|
|
2
|
+
// sizes:
|
|
3
|
+
// (
|
|
4
|
+
// smallest: (
|
|
5
|
+
// font-size: 0.5em,
|
|
6
|
+
// image-size: 2.5em
|
|
7
|
+
// ),
|
|
8
|
+
// smaller: (
|
|
9
|
+
// font-size: 0.65em,
|
|
10
|
+
// image-size: 2.5em
|
|
11
|
+
// ),
|
|
12
|
+
// small: (
|
|
13
|
+
// font-size: 0.8em,
|
|
14
|
+
// image-size: 2.5em
|
|
15
|
+
// ),
|
|
16
|
+
// standard: (
|
|
17
|
+
// font-size: 1em,
|
|
18
|
+
// image-size: 2.5em
|
|
19
|
+
// ),
|
|
20
|
+
// large: (
|
|
21
|
+
// font-size: 1.35em,
|
|
22
|
+
// image-size: 2.5em
|
|
23
|
+
// ),
|
|
24
|
+
// larger: (
|
|
25
|
+
// font-size: 1.8em,
|
|
26
|
+
// image-size: 2.5em
|
|
27
|
+
// ),
|
|
28
|
+
// largest: (
|
|
29
|
+
// font-size: 3em,
|
|
30
|
+
// image-size: 2.5em
|
|
31
|
+
// )
|
|
32
|
+
// )
|
|
33
|
+
// );
|
|
34
|
+
// $theme: _set($theme, 'components.user-picture', $user-picture);
|