@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.
Files changed (137) hide show
  1. package/api/lib/select/feeder/api-feeder.component.d.ts +1 -1
  2. package/api/lib/select/input/api-select-input.component.d.ts +1 -10
  3. package/api/lib/select/pager/api-pager.component.d.ts +1 -1
  4. package/api/lib/select/searcher/api-searcher.component.d.ts +2 -2
  5. package/api/lib/service/api-hybrid.service.d.ts +3 -3
  6. package/esm2020/api/lib/select/feeder/api-feeder.component.mjs +1 -1
  7. package/esm2020/api/lib/select/input/api-select-input.component.mjs +3 -4
  8. package/esm2020/api/lib/select/pager/api-pager.component.mjs +1 -1
  9. package/esm2020/api/lib/select/searcher/api-searcher.component.mjs +5 -5
  10. package/esm2020/api/lib/service/api-hybrid.service.mjs +1 -1
  11. package/esm2020/api/lib/service/api-v4.service.mjs +2 -4
  12. package/esm2020/date/lib/calendar/calendar-input.component.mjs +2 -2
  13. package/esm2020/date/lib/select/date-select-input.component.mjs +2 -2
  14. package/esm2020/department/lib/select/input/department-select-input.component.mjs +2 -2
  15. package/esm2020/department/lib/service/department-v3.service.mjs +2 -2
  16. package/esm2020/establishment/lib/select/input/establishment-select-input.component.mjs +2 -2
  17. package/esm2020/establishment/lib/select/searcher/establishment-searcher.component.mjs +2 -2
  18. package/esm2020/establishment/lib/select/select-all/establishment-select-all.component.mjs +2 -2
  19. package/esm2020/formly/lib/types/api.mjs +3 -6
  20. package/esm2020/formly/lib/types/checkbox.mjs +2 -2
  21. package/esm2020/formly/lib/types/date.mjs +2 -2
  22. package/esm2020/formly/lib/types/department.mjs +2 -2
  23. package/esm2020/formly/lib/types/establishment.mjs +2 -2
  24. package/esm2020/formly/lib/types/input.mjs +2 -2
  25. package/esm2020/formly/lib/types/qualification.mjs +2 -2
  26. package/esm2020/formly/lib/types/radios.mjs +2 -2
  27. package/esm2020/formly/lib/types/select.mjs +2 -2
  28. package/esm2020/formly/lib/types/textarea.mjs +2 -2
  29. package/esm2020/formly/lib/types/user.mjs +2 -2
  30. package/esm2020/formly/lib/wrappers/checkbox-layout.mjs +2 -2
  31. package/esm2020/formly/lib/wrappers/error.mjs +3 -3
  32. package/esm2020/formly/lib/wrappers/helper.mjs +2 -2
  33. package/esm2020/formly/lib/wrappers/icon.mjs +2 -2
  34. package/esm2020/formly/lib/wrappers/radiosfield-layout.mjs +2 -2
  35. package/esm2020/formly/lib/wrappers/suffix.mjs +2 -2
  36. package/esm2020/formly/lib/wrappers/textfield-layout.mjs +2 -2
  37. package/esm2020/input/lib/clearer/clearer.component.mjs +2 -2
  38. package/esm2020/option/lib/item/option-item.component.mjs +2 -2
  39. package/esm2020/option/lib/item/tree-option-item.component.mjs +2 -2
  40. package/esm2020/option/lib/operator/searcher/option-searcher.component.mjs +2 -2
  41. package/esm2020/option/lib/operator/searcher/tree-option-searcher.component.mjs +2 -2
  42. package/esm2020/option/lib/placeholder/option-placeholder.component.mjs +2 -2
  43. package/esm2020/option/lib/selector/all/select-all.component.mjs +2 -2
  44. package/esm2020/option/lib/selector/all/tree-select-all.component.mjs +2 -2
  45. package/esm2020/qualification/lib/select/input/qualification-select-input.component.mjs +2 -2
  46. package/esm2020/select/lib/input/select-input.component.mjs +2 -2
  47. package/esm2020/tooltip/lib/panel/tooltip-panel.component.mjs +3 -3
  48. package/esm2020/user/lib/picture/user-picture.component.mjs +2 -2
  49. package/esm2020/user/lib/select/input/user-select-input.component.mjs +2 -2
  50. package/esm2020/user/lib/select/searcher/user-searcher.component.mjs +2 -2
  51. package/esm2020/user/lib/tile/user-tile.component.mjs +2 -2
  52. package/fesm2015/lucca-front-ng-api.mjs +7 -10
  53. package/fesm2015/lucca-front-ng-api.mjs.map +1 -1
  54. package/fesm2015/lucca-front-ng-date.mjs +4 -4
  55. package/fesm2015/lucca-front-ng-department.mjs +3 -3
  56. package/fesm2015/lucca-front-ng-department.mjs.map +1 -1
  57. package/fesm2015/lucca-front-ng-establishment.mjs +6 -6
  58. package/fesm2015/lucca-front-ng-formly.mjs +36 -39
  59. package/fesm2015/lucca-front-ng-formly.mjs.map +1 -1
  60. package/fesm2015/lucca-front-ng-input.mjs +2 -2
  61. package/fesm2015/lucca-front-ng-option.mjs +14 -14
  62. package/fesm2015/lucca-front-ng-qualification.mjs +2 -2
  63. package/fesm2015/lucca-front-ng-select.mjs +2 -2
  64. package/fesm2015/lucca-front-ng-tooltip.mjs +2 -2
  65. package/fesm2015/lucca-front-ng-tooltip.mjs.map +1 -1
  66. package/fesm2015/lucca-front-ng-user.mjs +8 -8
  67. package/fesm2020/lucca-front-ng-api.mjs +7 -10
  68. package/fesm2020/lucca-front-ng-api.mjs.map +1 -1
  69. package/fesm2020/lucca-front-ng-date.mjs +4 -4
  70. package/fesm2020/lucca-front-ng-department.mjs +3 -3
  71. package/fesm2020/lucca-front-ng-department.mjs.map +1 -1
  72. package/fesm2020/lucca-front-ng-establishment.mjs +6 -6
  73. package/fesm2020/lucca-front-ng-formly.mjs +36 -39
  74. package/fesm2020/lucca-front-ng-formly.mjs.map +1 -1
  75. package/fesm2020/lucca-front-ng-input.mjs +2 -2
  76. package/fesm2020/lucca-front-ng-option.mjs +14 -14
  77. package/fesm2020/lucca-front-ng-qualification.mjs +2 -2
  78. package/fesm2020/lucca-front-ng-select.mjs +2 -2
  79. package/fesm2020/lucca-front-ng-tooltip.mjs +2 -2
  80. package/fesm2020/lucca-front-ng-tooltip.mjs.map +1 -1
  81. package/fesm2020/lucca-front-ng-user.mjs +8 -8
  82. package/formly/lib/types/api.d.ts +1 -2
  83. package/formly/style/_components.scss +13 -13
  84. package/formly/style/_theming.overridable.scss +1 -1
  85. package/formly/style/_theming.scss +1 -1
  86. package/formly/style/main.overridable.scss +2 -2
  87. package/formly/style/main.scss +2 -2
  88. package/material/style/_components.scss +11 -11
  89. package/material/style/_theming.scss +1 -1
  90. package/material/style/components/_autocomplete.scss +11 -11
  91. package/material/style/components/_buttons.scss +3 -3
  92. package/material/style/components/_datepicker.scss +116 -116
  93. package/material/style/components/_dialog.scss +26 -26
  94. package/material/style/components/_input.scss +3 -3
  95. package/material/style/components/_menu.scss +19 -19
  96. package/material/style/components/_mixins.scss +8 -8
  97. package/material/style/components/_options.scss +21 -21
  98. package/material/style/components/_select.scss +37 -37
  99. package/material/style/components/_tooltip.scss +19 -19
  100. package/material/style/main-v11.overridable.scss +12 -12
  101. package/material/style/main-v11.scss +12 -12
  102. package/material/style/main.overridable.scss +8 -8
  103. package/material/style/main.scss +8 -8
  104. package/package.json +1 -1
  105. package/style/_components.scss +8 -9
  106. package/style/_definitions.scss +9 -9
  107. package/style/_theming.overridable.scss +15 -15
  108. package/style/_theming.scss +9 -9
  109. package/style/components/_dropdown.scss +107 -107
  110. package/style/components/_input.scss +50 -50
  111. package/style/components/_picker.scss +62 -62
  112. package/style/components/_popover.scss +54 -54
  113. package/style/components/_popup.scss +34 -21
  114. package/style/components/_sidepanel.scss +39 -33
  115. package/style/components/cdk/_dragDrop.scss +61 -61
  116. package/style/components/cdk/_global.scss +7 -10
  117. package/style/components/cdk/_misc.scss +2 -2
  118. package/style/components/cdk/_overlay.scss +4 -4
  119. package/style/components/cdk/_textarea.scss +12 -12
  120. package/style/definitions/option/_option-item.scss +106 -106
  121. package/style/definitions/option/_option-placeholder.scss +10 -10
  122. package/style/definitions/option/_option-searcher.scss +46 -46
  123. package/style/definitions/option/_option-selector.scss +10 -10
  124. package/style/definitions/select/_select-clearer.scss +70 -70
  125. package/style/definitions/select/_select-input.scss +323 -323
  126. package/style/definitions/tooltip/_tooltip.scss +13 -13
  127. package/style/definitions/user/user-picture.scss +34 -34
  128. package/style/definitions/user/user-tile.scss +61 -61
  129. package/style/main.overridable.scss +3 -3
  130. package/style/main.scss +2 -2
  131. package/style/theme/_calendar.theme.scss +4 -4
  132. package/style/theme/_dropdown.theme.scss +6 -6
  133. package/style/theme/_options.theme.scss +25 -25
  134. package/style/theme/_popup.theme.scss +26 -26
  135. package/style/theme/_select.theme.scss +24 -24
  136. package/style/theme/_tooltip.theme.scss +7 -7
  137. package/style/theme/_user-picture.theme.scss +34 -34
@@ -1,20 +1,20 @@
1
1
  @mixin tooltipStyle {
2
2
  .lu-tooltip-panel {
3
- display: block;
4
- background: _component("tooltip.background-color", true);
5
- background: _component("tooltip.background-color");
6
- border-radius: _theme("commons.border.radius", true);
7
- border-radius: _theme("commons.border.radius");
8
- color: _component("tooltip.color", true);
9
- color: _component("tooltip.color");
10
- font-size: _theme("sizes.small.font-size");
11
- font-size: _theme("sizes.small.font-size", true);
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
- max-width: _component("tooltip.max-width", true);
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
- :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');
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
- > 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
- }
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
- :host {
3
- display: flex;
4
- align-items: center;
5
- padding: 0.5em;
1
+ // @mixin userTileStyle {
2
+ // :host {
3
+ // display: flex;
4
+ // align-items: center;
5
+ // padding: 0.5em;
6
6
 
7
- lu-user-picture {
8
- margin-right: 0.5em;
9
- }
7
+ // lu-user-picture {
8
+ // margin-right: 0.5em;
9
+ // }
10
10
 
11
- .user-tile-title {
12
- font-size: 0.9em;
13
- font-weight: 600;
14
- line-height: 1.3;
15
- margin: 0;
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
- .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
- }
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
- .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
- }
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
- .user-info {
36
- margin: auto 0;
37
- word-break: break-all;
38
- }
35
+ // .user-info {
36
+ // margin: auto 0;
37
+ // word-break: break-all;
38
+ // }
39
39
 
40
- &.mod-nameOnly {
41
- .user-tile-label,
42
- .user-tile-footnote {
43
- display: none;
44
- }
45
- }
40
+ // &.mod-nameOnly {
41
+ // .user-tile-label,
42
+ // .user-tile-footnote {
43
+ // display: none;
44
+ // }
45
+ // }
46
46
 
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
- }
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
- width: 17.8rem
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
- width: 14rem,
3
- max-width: 90vw,
4
- max-height: 60vh,
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
- 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
- ),
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
- establishment: (
23
- multiple-padding: _theme("spacings.standard")
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
- 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
- );
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
- 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);
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
- 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
+ // $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
- 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
- );
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
- 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);
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);