@ardium-ui/ui 4.0.0 → 4.1.0
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/esm2022/lib/_internal/boolean-component.mjs +1 -1
- package/esm2022/lib/_internal/disablable-component.mjs +1 -1
- package/esm2022/lib/_internal/focusable-component.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +1 -1
- package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +1 -1
- package/esm2022/lib/_internal/ngmodel-component.mjs +2 -2
- package/esm2022/lib/_internal/public-api.mjs +1 -1
- package/esm2022/lib/_internal/selectable-list-component.mjs +1 -1
- package/esm2022/lib/buttons/_button-base.defaults.mjs +1 -1
- package/esm2022/lib/buttons/_button-base.mjs +4 -2
- package/esm2022/lib/buttons/button/button.component.mjs +1 -1
- package/esm2022/lib/buttons/fab/fab.component.mjs +1 -1
- package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +1 -1
- package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +1 -1
- package/esm2022/lib/calendar/calendar.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar.defaults.mjs +1 -1
- package/esm2022/lib/calendar/calendar.internal-types.mjs +1 -1
- package/esm2022/lib/calendar/calendar.module.mjs +1 -1
- package/esm2022/lib/calendar/calendar.types.mjs +1 -1
- package/esm2022/lib/calendar/index.mjs +1 -1
- package/esm2022/lib/calendar/views/days-view/days-view.component.mjs +3 -3
- package/esm2022/lib/calendar/views/days-view/days-view.helpers.mjs +1 -1
- package/esm2022/lib/calendar/views/months-view/months-view.component.mjs +3 -3
- package/esm2022/lib/calendar/views/months-view/months-view.helpers.mjs +1 -1
- package/esm2022/lib/calendar/views/years-view/years-view.component.mjs +3 -3
- package/esm2022/lib/calendar/views/years-view/years-view.helpers.mjs +1 -1
- package/esm2022/lib/checkbox-list/checkbox-list.component.mjs +3 -3
- package/esm2022/lib/checkbox-list/checkbox-list.module.mjs +1 -1
- package/esm2022/lib/dialog/dialog.component.mjs +3 -3
- package/esm2022/lib/dialog/dialog.defaults.mjs +1 -1
- package/esm2022/lib/dialog/dialog.directives.mjs +1 -1
- package/esm2022/lib/dialog/dialog.module.mjs +1 -1
- package/esm2022/lib/dialog/dialog.types.mjs +1 -1
- package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +3 -3
- package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +3 -3
- package/esm2022/lib/file-inputs/file-input-base.mjs +1 -1
- package/esm2022/lib/form-field/error/error.component.mjs +1 -1
- package/esm2022/lib/form-field/error/error.directive.mjs +1 -1
- package/esm2022/lib/form-field/form-field.component.mjs +4 -4
- package/esm2022/lib/form-field/form-field.module.mjs +1 -1
- package/esm2022/lib/form-field/hint/hint.component.mjs +1 -1
- package/esm2022/lib/form-field/hint/hint.directive.mjs +1 -1
- package/esm2022/lib/form-field/horizontal-form-field.component.mjs +3 -3
- package/esm2022/lib/form-field/index.mjs +1 -1
- package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +1 -1
- package/esm2022/lib/inputs/_simple-input-base.mjs +2 -2
- package/esm2022/lib/inputs/date-input/date-input.component.mjs +3 -3
- package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.directive.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.module.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +1 -1
- package/esm2022/lib/inputs/date-input/date-input.types.mjs +1 -1
- package/esm2022/lib/inputs/date-input/index.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.component.mjs +3 -3
- package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.types.mjs +1 -1
- package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
- package/esm2022/lib/inputs/hex-input/hex-input.component.mjs +3 -3
- package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/input/input.component.mjs +3 -3
- package/esm2022/lib/inputs/input/input.module.mjs +1 -1
- package/esm2022/lib/inputs/input-utils.mjs +8 -3
- package/esm2022/lib/inputs/number-input/number-input.component.mjs +13 -4
- package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/password-input/password-input.component.mjs +3 -3
- package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +1 -1
- package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +5 -5
- package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +1 -1
- package/esm2022/lib/modal/index.mjs +1 -1
- package/esm2022/lib/modal/modal.component.mjs +3 -3
- package/esm2022/lib/modal/modal.defaults.mjs +1 -1
- package/esm2022/lib/modal/modal.directives.mjs +1 -1
- package/esm2022/lib/modal/modal.module.mjs +1 -1
- package/esm2022/lib/radio/radio/radio.component.mjs +1 -1
- package/esm2022/lib/radio/radio/radio.defaults.mjs +1 -1
- package/esm2022/lib/radio/radio-group.component.mjs +1 -1
- package/esm2022/lib/segment/segment.component.mjs +3 -3
- package/esm2022/lib/select/select.component.mjs +3 -3
- package/esm2022/lib/select/select.defaults.mjs +1 -1
- package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +1 -1
- package/esm2022/lib/slider/range-slider/range-slider.component.mjs +1 -1
- package/esm2022/lib/slider/slider.component.mjs +3 -3
- package/esm2022/lib/star/index.mjs +1 -1
- package/esm2022/lib/star/rating-display/index.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.component.mjs +3 -3
- package/esm2022/lib/star/rating-display/rating-display.defaults.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.directives.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.module.mjs +1 -1
- package/esm2022/lib/star/rating-display/rating-display.types.mjs +1 -1
- package/esm2022/lib/star/rating-input/index.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.component.mjs +3 -3
- package/esm2022/lib/star/rating-input/rating-input.defaults.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.directives.mjs +2 -2
- package/esm2022/lib/star/rating-input/rating-input.module.mjs +1 -1
- package/esm2022/lib/star/rating-input/rating-input.types.mjs +1 -1
- package/esm2022/lib/star/star-button/index.mjs +1 -1
- package/esm2022/lib/star/star-button/star-button.component.mjs +4 -4
- package/esm2022/lib/star/star-button/star-button.defaults.mjs +1 -1
- package/esm2022/lib/star/star-button/star-button.directives.mjs +2 -2
- package/esm2022/lib/star/star-button/star-button.module.mjs +1 -1
- package/esm2022/lib/star/star-button/star-button.types.mjs +1 -1
- package/esm2022/lib/star/star.component.mjs +3 -3
- package/esm2022/lib/star/star.defaults.mjs +1 -1
- package/esm2022/lib/star/star.directives.mjs +2 -2
- package/esm2022/lib/star/star.module.mjs +1 -1
- package/esm2022/lib/star/star.types.mjs +1 -1
- package/esm2022/lib/text-list/index.mjs +1 -1
- package/esm2022/lib/text-list/text-list.component.mjs +3 -3
- package/esm2022/lib/text-list/text-list.module.mjs +1 -1
- package/esm2022/lib/text-list/text-list.pipe.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/ardium-ui-ui.mjs +75 -59
- package/fesm2022/ardium-ui-ui.mjs.map +1 -1
- package/lib/dialog/dialog.types.d.ts +1 -1
- package/lib/inputs/date-input/date-input.types.d.ts +1 -1
- package/lib/inputs/number-input/number-input.component.d.ts +3 -1
- package/lib/star/rating-input/rating-input.directives.d.ts +2 -2
- package/lib/star/rating-input/rating-input.types.d.ts +1 -1
- package/lib/star/star-button/star-button.directives.d.ts +2 -2
- package/lib/star/star-button/star-button.types.d.ts +1 -1
- package/lib/star/star.directives.d.ts +2 -2
- package/package.json +1 -1
- package/prebuilt-themes/default/buttons/button.css.map +1 -1
- package/prebuilt-themes/default/buttons/fab.css.map +1 -1
- package/prebuilt-themes/default/buttons/icon-button.css.map +1 -1
- package/prebuilt-themes/default/calendar-OLD.css.map +1 -1
- package/prebuilt-themes/default/calendar.css.map +1 -1
- package/prebuilt-themes/default/checkbox-list.css.map +1 -1
- package/prebuilt-themes/default/checkbox.css.map +1 -1
- package/prebuilt-themes/default/chips.css.map +1 -1
- package/prebuilt-themes/default/form-field-frame.css.map +1 -1
- package/prebuilt-themes/default/inputs/color-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/date-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/digit-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/hex-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/input.css.map +1 -1
- package/prebuilt-themes/default/inputs/number-input.css.map +1 -1
- package/prebuilt-themes/default/inputs/search-bar.css.map +1 -1
- package/prebuilt-themes/default/inputs/simple-input.css.map +1 -1
- package/prebuilt-themes/default/radio.css.map +1 -1
- package/prebuilt-themes/default/segment.css.map +1 -1
- package/prebuilt-themes/default/select.css.map +1 -1
- package/prebuilt-themes/default/slide-toggle.css.map +1 -1
- package/prebuilt-themes/default/slider.css.map +1 -1
- package/prebuilt-themes/default/stars.css.map +1 -1
- package/prebuilt-themes/default/statebox.css.map +1 -1
- package/prebuilt-themes/default/tabber.css.map +1 -1
- package/themes/_variables.scss +121 -121
- package/themes/default/_mixins.scss +8 -2
- package/themes/default/buttons/_button-mixins.scss +3 -1
- package/themes/default/buttons/button.scss +79 -79
- package/themes/default/buttons/fab.scss +81 -81
- package/themes/default/buttons/icon-button.scss +62 -62
- package/themes/default/calendar-OLD.scss +183 -183
- package/themes/default/calendar.scss +4 -2
- package/themes/default/card.scss +135 -135
- package/themes/default/core.scss +102 -102
- package/themes/default/form-field-frame.scss +3 -1
- package/themes/default/form-field.scss +2 -2
- package/themes/default/inputs/_shared.scss +50 -50
- package/themes/default/inputs/date-input.scss +4 -5
- package/themes/default/inputs/digit-input.scss +3 -1
- package/themes/default/inputs/file-input.scss +79 -79
- package/themes/default/inputs/input.scss +1 -1
- package/themes/default/inputs/number-input.scss +131 -131
- package/themes/default/inputs/simple-input.scss +1 -1
- package/themes/default/kbd.scss +21 -21
- package/themes/default/modal.scss +94 -94
- package/themes/default/spinner.scss +21 -21
- package/themes/default/stars.scss +85 -85
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
@use './coloring' as CM;
|
|
2
|
-
|
|
3
|
-
ard-spinner {
|
|
4
|
-
display: inline-block;
|
|
5
|
-
width: 2rem;
|
|
6
|
-
aspect-ratio: 1;
|
|
7
|
-
position: relative;
|
|
8
|
-
margin: 0.25rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.ard-spinner {
|
|
12
|
-
@include CM.typeColors();
|
|
13
|
-
--ard-_spinner-duration: 1.4s;
|
|
14
|
-
position: absolute;
|
|
15
|
-
|
|
16
|
-
scale: 2.3; //magic number
|
|
17
|
-
|
|
18
|
-
> circle {
|
|
19
|
-
stroke: var(--ard-cmpcl--content);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
@use './coloring' as CM;
|
|
2
|
+
|
|
3
|
+
ard-spinner {
|
|
4
|
+
display: inline-block;
|
|
5
|
+
width: 2rem;
|
|
6
|
+
aspect-ratio: 1;
|
|
7
|
+
position: relative;
|
|
8
|
+
margin: 0.25rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ard-spinner {
|
|
12
|
+
@include CM.typeColors();
|
|
13
|
+
--ard-_spinner-duration: 1.4s;
|
|
14
|
+
position: absolute;
|
|
15
|
+
|
|
16
|
+
scale: 2.3; //magic number
|
|
17
|
+
|
|
18
|
+
> circle {
|
|
19
|
+
stroke: var(--ard-cmpcl--content);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
@use './mixins' as defaultMixins;
|
|
2
|
-
@use './coloring' as coloringMixins;
|
|
3
|
-
@use '../variables' as ARD;
|
|
4
|
-
|
|
5
|
-
.ard-star,
|
|
6
|
-
.ard-star-button,
|
|
7
|
-
.ard-rating-display,
|
|
8
|
-
.ard-rating-input {
|
|
9
|
-
@include coloringMixins.typeColors();
|
|
10
|
-
color: var(--ard-cmpcl--bg-colored);
|
|
11
|
-
|
|
12
|
-
&.ard-color-gold {
|
|
13
|
-
color: ARD.$gold;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.ard-star {
|
|
17
|
-
font-size: inherit;
|
|
18
|
-
width: 1.5em;
|
|
19
|
-
height: 1.5em;
|
|
20
|
-
position: relative;
|
|
21
|
-
}
|
|
22
|
-
.ard-rating-display,
|
|
23
|
-
.ard-rating-input {
|
|
24
|
-
display: flex;
|
|
25
|
-
user-select: none;
|
|
26
|
-
}
|
|
27
|
-
.ard-rating-input {
|
|
28
|
-
cursor: pointer;
|
|
29
|
-
|
|
30
|
-
.ard-star-not-in-value {
|
|
31
|
-
opacity: 50%;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
.ard-star-button {
|
|
35
|
-
position: relative;
|
|
36
|
-
cursor: pointer;
|
|
37
|
-
user-select: none;
|
|
38
|
-
font-size: inherit;
|
|
39
|
-
width: max-content;
|
|
40
|
-
height: max-content;
|
|
41
|
-
padding: 0;
|
|
42
|
-
display: flex;
|
|
43
|
-
justify-content: center;
|
|
44
|
-
align-items: center;
|
|
45
|
-
outline: none;
|
|
46
|
-
|
|
47
|
-
.ard-hitbox {
|
|
48
|
-
position: absolute;
|
|
49
|
-
left: -4px;
|
|
50
|
-
right: -4px;
|
|
51
|
-
bottom: -4px;
|
|
52
|
-
top: -4px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.ard-focus-overlay {
|
|
56
|
-
@include defaultMixins.focus-overlay;
|
|
57
|
-
position: absolute;
|
|
58
|
-
left: -0.125em;
|
|
59
|
-
right: -0.125em;
|
|
60
|
-
bottom: -0.125em;
|
|
61
|
-
top: -0.125em;
|
|
62
|
-
border-radius: 999px;
|
|
63
|
-
background: currentColor;
|
|
64
|
-
}
|
|
65
|
-
@include defaultMixins.focus-overlay-scale-addon();
|
|
66
|
-
&:hover,
|
|
67
|
-
&:focus {
|
|
68
|
-
.ard-focus-overlay {
|
|
69
|
-
opacity: 10%;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
&:active {
|
|
73
|
-
.ard-focus-overlay {
|
|
74
|
-
opacity: 20%;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
//! disabled state for star-button
|
|
79
|
-
.ard-disabled {
|
|
80
|
-
> .ard-star-button,
|
|
81
|
-
> .ard-rating-input {
|
|
82
|
-
pointer-events: none;
|
|
83
|
-
opacity: 50%;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
@use './mixins' as defaultMixins;
|
|
2
|
+
@use './coloring' as coloringMixins;
|
|
3
|
+
@use '../variables' as ARD;
|
|
4
|
+
|
|
5
|
+
.ard-star,
|
|
6
|
+
.ard-star-button,
|
|
7
|
+
.ard-rating-display,
|
|
8
|
+
.ard-rating-input {
|
|
9
|
+
@include coloringMixins.typeColors();
|
|
10
|
+
color: var(--ard-cmpcl--bg-colored);
|
|
11
|
+
|
|
12
|
+
&.ard-color-gold {
|
|
13
|
+
color: ARD.$gold;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.ard-star {
|
|
17
|
+
font-size: inherit;
|
|
18
|
+
width: 1.5em;
|
|
19
|
+
height: 1.5em;
|
|
20
|
+
position: relative;
|
|
21
|
+
}
|
|
22
|
+
.ard-rating-display,
|
|
23
|
+
.ard-rating-input {
|
|
24
|
+
display: flex;
|
|
25
|
+
user-select: none;
|
|
26
|
+
}
|
|
27
|
+
.ard-rating-input {
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
|
|
30
|
+
.ard-star-not-in-value {
|
|
31
|
+
opacity: 50%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.ard-star-button {
|
|
35
|
+
position: relative;
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
user-select: none;
|
|
38
|
+
font-size: inherit;
|
|
39
|
+
width: max-content;
|
|
40
|
+
height: max-content;
|
|
41
|
+
padding: 0;
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
outline: none;
|
|
46
|
+
|
|
47
|
+
.ard-hitbox {
|
|
48
|
+
position: absolute;
|
|
49
|
+
left: -4px;
|
|
50
|
+
right: -4px;
|
|
51
|
+
bottom: -4px;
|
|
52
|
+
top: -4px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ard-focus-overlay {
|
|
56
|
+
@include defaultMixins.focus-overlay;
|
|
57
|
+
position: absolute;
|
|
58
|
+
left: -0.125em;
|
|
59
|
+
right: -0.125em;
|
|
60
|
+
bottom: -0.125em;
|
|
61
|
+
top: -0.125em;
|
|
62
|
+
border-radius: 999px;
|
|
63
|
+
background: currentColor;
|
|
64
|
+
}
|
|
65
|
+
@include defaultMixins.focus-overlay-scale-addon();
|
|
66
|
+
&:hover,
|
|
67
|
+
&:focus {
|
|
68
|
+
.ard-focus-overlay {
|
|
69
|
+
opacity: 10%;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
&:active {
|
|
73
|
+
.ard-focus-overlay {
|
|
74
|
+
opacity: 20%;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
//! disabled state for star-button
|
|
79
|
+
.ard-disabled {
|
|
80
|
+
> .ard-star-button,
|
|
81
|
+
> .ard-rating-input {
|
|
82
|
+
pointer-events: none;
|
|
83
|
+
opacity: 50%;
|
|
84
|
+
}
|
|
85
|
+
}
|