@rolster/styles-foundations 3.0.3 → 3.0.5
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/LICENSE +21 -21
- package/dist/design-system-bordered.css +18 -20
- package/dist/design-system-bordered.css.map +1 -1
- package/dist/design-system-bordered.min.css +5 -5
- package/dist/design-system-filled.css +14 -16
- package/dist/design-system-filled.css.map +1 -1
- package/dist/design-system-filled.min.css +4 -4
- package/package.json +41 -41
- package/scss/design-system-bordered/app.scss +228 -228
- package/scss/design-system-bordered/atoms/amount.scss +58 -58
- package/scss/design-system-bordered/atoms/area-text.scss +100 -100
- package/scss/design-system-bordered/atoms/avatar.scss +50 -50
- package/scss/design-system-bordered/atoms/badge.scss +51 -51
- package/scss/design-system-bordered/atoms/breadcrumb.scss +87 -87
- package/scss/design-system-bordered/atoms/button-action.scss +124 -124
- package/scss/design-system-bordered/atoms/button-option.scss +49 -49
- package/scss/design-system-bordered/atoms/button.scss +4 -4
- package/scss/design-system-bordered/atoms/image.scss +37 -37
- package/scss/design-system-bordered/atoms/input-decimal.scss +15 -15
- package/scss/design-system-bordered/atoms/input-money.scss +15 -15
- package/scss/design-system-bordered/atoms/input-number.scss +12 -12
- package/scss/design-system-bordered/atoms/input-password.scss +48 -48
- package/scss/design-system-bordered/atoms/input-percentage.scss +12 -12
- package/scss/design-system-bordered/atoms/input-search.scss +28 -28
- package/scss/design-system-bordered/atoms/input-text.scss +12 -12
- package/scss/design-system-bordered/atoms/label.scss +20 -20
- package/scss/design-system-bordered/atoms/led.scss +31 -31
- package/scss/design-system-bordered/atoms/message-icon.scss +21 -21
- package/scss/design-system-bordered/atoms/poster.scss +42 -42
- package/scss/design-system-bordered/atoms/progress-bar.scss +83 -83
- package/scss/design-system-bordered/atoms/progress-circular.scss +59 -59
- package/scss/design-system-bordered/atoms/radio-button.scss +55 -55
- package/scss/design-system-bordered/atoms/spinner.scss +102 -102
- package/scss/design-system-bordered/atoms/switch.scss +71 -71
- package/scss/design-system-bordered/atoms/tabular-text.scss +38 -38
- package/scss/design-system-bordered/molecules/alert.scss +52 -52
- package/scss/design-system-bordered/molecules/button-progress.scss +15 -15
- package/scss/design-system-bordered/molecules/button-toggle.scss +100 -100
- package/scss/design-system-bordered/molecules/field-area.scss +13 -13
- package/scss/design-system-bordered/molecules/field-decimal.scss +14 -14
- package/scss/design-system-bordered/molecules/field-file.scss +41 -41
- package/scss/design-system-bordered/molecules/field-list-suggestions.scss +65 -65
- package/scss/design-system-bordered/molecules/field-money.scss +14 -14
- package/scss/design-system-bordered/molecules/field-password.scss +23 -23
- package/scss/design-system-bordered/molecules/field-readonly.scss +24 -24
- package/scss/design-system-bordered/molecules/label-check-box.scss +72 -72
- package/scss/design-system-bordered/molecules/label-radio-button.scss +79 -79
- package/scss/design-system-bordered/molecules/label-switch.scss +71 -71
- package/scss/design-system-bordered/molecules/message-empty.scss +16 -17
- package/scss/design-system-bordered/molecules/pagination.scss +114 -114
- package/scss/design-system-bordered/molecules/picker-day-range.scss +109 -109
- package/scss/design-system-bordered/molecules/picker-day.scss +117 -117
- package/scss/design-system-bordered/molecules/picker-month.scss +67 -67
- package/scss/design-system-bordered/molecules/picker-selector-title.scss +54 -54
- package/scss/design-system-bordered/molecules/picker-year.scss +113 -113
- package/scss/design-system-bordered/molecules/slider.scss +74 -74
- package/scss/design-system-bordered/molecules/tabs.scss +51 -51
- package/scss/design-system-bordered/molecules/toolbar.scss +53 -53
- package/scss/design-system-bordered/organisms/bottom-sheet.scss +108 -108
- package/scss/design-system-bordered/organisms/card.scss +36 -36
- package/scss/design-system-bordered/organisms/confirmation.scss +186 -186
- package/scss/design-system-bordered/organisms/dropdown.scss +45 -45
- package/scss/design-system-bordered/organisms/field-autocomplete.scss +79 -79
- package/scss/design-system-bordered/organisms/field-clock.scss +62 -62
- package/scss/design-system-bordered/organisms/field-date-range.scss +60 -60
- package/scss/design-system-bordered/organisms/field-date.scss +61 -61
- package/scss/design-system-bordered/organisms/form-navigation.scss +46 -46
- package/scss/design-system-bordered/organisms/image-chooser.scss +50 -50
- package/scss/design-system-bordered/organisms/image-editor-modal.scss +23 -23
- package/scss/design-system-bordered/organisms/image-editor.scss +118 -118
- package/scss/design-system-bordered/organisms/modal-sheet.scss +138 -138
- package/scss/design-system-bordered/organisms/modal.scss +75 -75
- package/scss/design-system-bordered/organisms/picker-clock.scss +144 -144
- package/scss/design-system-bordered/organisms/picker-date-range.scss +84 -84
- package/scss/design-system-bordered/organisms/picker-date.scss +86 -86
- package/scss/design-system-bordered/organisms/snackbar.scss +93 -93
- package/scss/design-system-filled/atoms/led.scss +31 -31
- package/scss/design-system-filled/molecules/message-empty.scss +16 -17
- package/scss/foundations/borders.scss +14 -14
- package/scss/foundations/elevations.scss +130 -130
- package/scss/foundations/flex-boxs.scss +96 -96
- package/scss/foundations/helpers.scss +123 -123
- package/scss/foundations/themes.scss +230 -230
- package/scss/utilities/helpers.scss +124 -124
- package/scss/utilities/layout.scss +83 -83
- package/scss/utilities/typographics.scss +208 -208
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
// Rolster Technology AreaText Component
|
|
2
|
-
// v1.0.1
|
|
3
|
-
// @license MIT
|
|
4
|
-
// Author: Rolster Developers
|
|
5
|
-
// Created: 17/Abr/2026
|
|
6
|
-
// Updated: 29/Abr/2026
|
|
7
|
-
|
|
8
|
-
.rls-area-text {
|
|
9
|
-
--pvt-font-color: var(--rlc-area-text-font-color, var(--rls-app-color-900));
|
|
10
|
-
--pvt-font-size: var(--rlc-area-text-font-size, var(--rls-input-font-size));
|
|
11
|
-
--pvt-font-weight: var(
|
|
12
|
-
--rlc-area-text-font-weight,
|
|
13
|
-
var(--rls-input-font-weight)
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
--pvt-letter-spacing: var(
|
|
17
|
-
--rlc-area-text-letter-spacing,
|
|
18
|
-
var(--rls-input-letter-spacing)
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
--pvt-line-height: var(--rlc-area-text-line-height, --rls-input-line-height);
|
|
22
|
-
--pvt-min-height: var(
|
|
23
|
-
--rlc-area-text-min-height,
|
|
24
|
-
var(--rls-input-line-height)
|
|
25
|
-
);
|
|
26
|
-
--pvt-padding: var(--rlc-area-text-padding, var(--rls-sizing-x3) 0rem);
|
|
27
|
-
--pvt-text-align: var(--rlc-area-text-text-align, left);
|
|
28
|
-
|
|
29
|
-
--pvt-value-font-color: var(--pvt-font-color);
|
|
30
|
-
--pvt-value-opacity: 1;
|
|
31
|
-
--pvt-component-font-color: transparent;
|
|
32
|
-
|
|
33
|
-
position: relative;
|
|
34
|
-
width: var(--rlc-area-text-width, 100%);
|
|
35
|
-
|
|
36
|
-
&--focused {
|
|
37
|
-
--pvt-component-font-color: var(--pvt-font-color);
|
|
38
|
-
--pvt-value-font-color: transparent;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&--disabled {
|
|
42
|
-
--pvt-value-opacity: 0.5;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&__component {
|
|
46
|
-
position: relative;
|
|
47
|
-
width: 100%;
|
|
48
|
-
min-height: var(--pvt-min-height);
|
|
49
|
-
padding: 0rem;
|
|
50
|
-
cursor: text;
|
|
51
|
-
border: none;
|
|
52
|
-
outline: none;
|
|
53
|
-
background: transparent;
|
|
54
|
-
resize: none;
|
|
55
|
-
overflow: hidden;
|
|
56
|
-
color: var(--pvt-component-font-color);
|
|
57
|
-
font-weight: var(--pvt-font-weight);
|
|
58
|
-
font-size: var(--pvt-font-size);
|
|
59
|
-
line-height: var(--pvt-line-height);
|
|
60
|
-
text-align: var(--pvt-text-align);
|
|
61
|
-
letter-spacing: var(--pvt-letter-spacing);
|
|
62
|
-
|
|
63
|
-
&::placeholder {
|
|
64
|
-
color: var(--rls-app-color-400);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&::selection {
|
|
68
|
-
background: var(--rls-theme-color-700);
|
|
69
|
-
color: var(--rls-app-color-050);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&:read-only {
|
|
73
|
-
pointer-events: none;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&:disabled {
|
|
77
|
-
opacity: 0.5;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&__value {
|
|
82
|
-
position: absolute;
|
|
83
|
-
top: 0rem;
|
|
84
|
-
left: 0rem;
|
|
85
|
-
width: 100%;
|
|
86
|
-
min-height: var(--pvt-min-height);
|
|
87
|
-
background: transparent;
|
|
88
|
-
pointer-events: none;
|
|
89
|
-
overflow: hidden;
|
|
90
|
-
white-space: pre-wrap;
|
|
91
|
-
word-break: break-word;
|
|
92
|
-
opacity: var(--pvt-value-opacity);
|
|
93
|
-
color: var(--pvt-value-font-color);
|
|
94
|
-
font-weight: var(--pvt-font-weight);
|
|
95
|
-
font-size: var(--pvt-font-size);
|
|
96
|
-
line-height: var(--pvt-line-height);
|
|
97
|
-
text-align: var(--pvt-text-align);
|
|
98
|
-
letter-spacing: var(--pvt-letter-spacing);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
1
|
+
// Rolster Technology AreaText Component
|
|
2
|
+
// v1.0.1
|
|
3
|
+
// @license MIT
|
|
4
|
+
// Author: Rolster Developers
|
|
5
|
+
// Created: 17/Abr/2026
|
|
6
|
+
// Updated: 29/Abr/2026
|
|
7
|
+
|
|
8
|
+
.rls-area-text {
|
|
9
|
+
--pvt-font-color: var(--rlc-area-text-font-color, var(--rls-app-color-900));
|
|
10
|
+
--pvt-font-size: var(--rlc-area-text-font-size, var(--rls-input-font-size));
|
|
11
|
+
--pvt-font-weight: var(
|
|
12
|
+
--rlc-area-text-font-weight,
|
|
13
|
+
var(--rls-input-font-weight)
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
--pvt-letter-spacing: var(
|
|
17
|
+
--rlc-area-text-letter-spacing,
|
|
18
|
+
var(--rls-input-letter-spacing)
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
--pvt-line-height: var(--rlc-area-text-line-height, --rls-input-line-height);
|
|
22
|
+
--pvt-min-height: var(
|
|
23
|
+
--rlc-area-text-min-height,
|
|
24
|
+
var(--rls-input-line-height)
|
|
25
|
+
);
|
|
26
|
+
--pvt-padding: var(--rlc-area-text-padding, var(--rls-sizing-x3) 0rem);
|
|
27
|
+
--pvt-text-align: var(--rlc-area-text-text-align, left);
|
|
28
|
+
|
|
29
|
+
--pvt-value-font-color: var(--pvt-font-color);
|
|
30
|
+
--pvt-value-opacity: 1;
|
|
31
|
+
--pvt-component-font-color: transparent;
|
|
32
|
+
|
|
33
|
+
position: relative;
|
|
34
|
+
width: var(--rlc-area-text-width, 100%);
|
|
35
|
+
|
|
36
|
+
&--focused {
|
|
37
|
+
--pvt-component-font-color: var(--pvt-font-color);
|
|
38
|
+
--pvt-value-font-color: transparent;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&--disabled {
|
|
42
|
+
--pvt-value-opacity: 0.5;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&__component {
|
|
46
|
+
position: relative;
|
|
47
|
+
width: 100%;
|
|
48
|
+
min-height: var(--pvt-min-height);
|
|
49
|
+
padding: 0rem;
|
|
50
|
+
cursor: text;
|
|
51
|
+
border: none;
|
|
52
|
+
outline: none;
|
|
53
|
+
background: transparent;
|
|
54
|
+
resize: none;
|
|
55
|
+
overflow: hidden;
|
|
56
|
+
color: var(--pvt-component-font-color);
|
|
57
|
+
font-weight: var(--pvt-font-weight);
|
|
58
|
+
font-size: var(--pvt-font-size);
|
|
59
|
+
line-height: var(--pvt-line-height);
|
|
60
|
+
text-align: var(--pvt-text-align);
|
|
61
|
+
letter-spacing: var(--pvt-letter-spacing);
|
|
62
|
+
|
|
63
|
+
&::placeholder {
|
|
64
|
+
color: var(--rls-app-color-400);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&::selection {
|
|
68
|
+
background: var(--rls-theme-color-700);
|
|
69
|
+
color: var(--rls-app-color-050);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&:read-only {
|
|
73
|
+
pointer-events: none;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:disabled {
|
|
77
|
+
opacity: 0.5;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&__value {
|
|
82
|
+
position: absolute;
|
|
83
|
+
top: 0rem;
|
|
84
|
+
left: 0rem;
|
|
85
|
+
width: 100%;
|
|
86
|
+
min-height: var(--pvt-min-height);
|
|
87
|
+
background: transparent;
|
|
88
|
+
pointer-events: none;
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
white-space: pre-wrap;
|
|
91
|
+
word-break: break-word;
|
|
92
|
+
opacity: var(--pvt-value-opacity);
|
|
93
|
+
color: var(--pvt-value-font-color);
|
|
94
|
+
font-weight: var(--pvt-font-weight);
|
|
95
|
+
font-size: var(--pvt-font-size);
|
|
96
|
+
line-height: var(--pvt-line-height);
|
|
97
|
+
text-align: var(--pvt-text-align);
|
|
98
|
+
letter-spacing: var(--pvt-letter-spacing);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
// Rolster Technology Avatar Component
|
|
2
|
-
// v1.1.6
|
|
3
|
-
// @license MIT
|
|
4
|
-
// Author: Rolster Developers
|
|
5
|
-
// Created: 15/Ago/2022
|
|
6
|
-
// Updated: 24/Abr/2026
|
|
7
|
-
|
|
8
|
-
.rls-avatar {
|
|
9
|
-
--rlc-image-width: var(--rlc-avatar-width);
|
|
10
|
-
--rlc-image-height: var(--rlc-avatar-height);
|
|
11
|
-
|
|
12
|
-
position: relative;
|
|
13
|
-
display: flex;
|
|
14
|
-
flex: 0 0 auto;
|
|
15
|
-
width: var(--rlc-avatar-width, var(--rls-sizing-x24));
|
|
16
|
-
height: var(--rlc-avatar-height, var(--rls-sizing-x24));
|
|
17
|
-
justify-content: center;
|
|
18
|
-
align-items: center;
|
|
19
|
-
border-radius: var(--rlc-avatar-radius, var(--rls-sizing-x4));
|
|
20
|
-
font-size: var(--rlc-avatar-font-size, var(--rls-title-font-size));
|
|
21
|
-
color: var(--rlc-avatar-color, var(--rls-theme-color-050));
|
|
22
|
-
background: var(--rlc-avatar-background, var(--rls-theme-gradient-500));
|
|
23
|
-
overflow: hidden;
|
|
24
|
-
|
|
25
|
-
&--skeleton {
|
|
26
|
-
background: var(--rls-theme-color-200);
|
|
27
|
-
|
|
28
|
-
& > * {
|
|
29
|
-
display: none;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&--rounded {
|
|
34
|
-
border-radius: 50%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&--contrasted {
|
|
38
|
-
color: var(--rlc-avatar-color, var(--rls-theme-color-500));
|
|
39
|
-
background: var(--rlc-avatar-background, var(--rls-theme-color-100));
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
& > span {
|
|
43
|
-
font-size: inherit;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
& > img {
|
|
47
|
-
width: 100%;
|
|
48
|
-
object-fit: cover;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
1
|
+
// Rolster Technology Avatar Component
|
|
2
|
+
// v1.1.6
|
|
3
|
+
// @license MIT
|
|
4
|
+
// Author: Rolster Developers
|
|
5
|
+
// Created: 15/Ago/2022
|
|
6
|
+
// Updated: 24/Abr/2026
|
|
7
|
+
|
|
8
|
+
.rls-avatar {
|
|
9
|
+
--rlc-image-width: var(--rlc-avatar-width);
|
|
10
|
+
--rlc-image-height: var(--rlc-avatar-height);
|
|
11
|
+
|
|
12
|
+
position: relative;
|
|
13
|
+
display: flex;
|
|
14
|
+
flex: 0 0 auto;
|
|
15
|
+
width: var(--rlc-avatar-width, var(--rls-sizing-x24));
|
|
16
|
+
height: var(--rlc-avatar-height, var(--rls-sizing-x24));
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
border-radius: var(--rlc-avatar-radius, var(--rls-sizing-x4));
|
|
20
|
+
font-size: var(--rlc-avatar-font-size, var(--rls-title-font-size));
|
|
21
|
+
color: var(--rlc-avatar-color, var(--rls-theme-color-050));
|
|
22
|
+
background: var(--rlc-avatar-background, var(--rls-theme-gradient-500));
|
|
23
|
+
overflow: hidden;
|
|
24
|
+
|
|
25
|
+
&--skeleton {
|
|
26
|
+
background: var(--rls-theme-color-200);
|
|
27
|
+
|
|
28
|
+
& > * {
|
|
29
|
+
display: none;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&--rounded {
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&--contrasted {
|
|
38
|
+
color: var(--rlc-avatar-color, var(--rls-theme-color-500));
|
|
39
|
+
background: var(--rlc-avatar-background, var(--rls-theme-color-100));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
& > span {
|
|
43
|
+
font-size: inherit;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
& > img {
|
|
47
|
+
width: 100%;
|
|
48
|
+
object-fit: cover;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
// Rolster Technology Badge Component
|
|
2
|
-
// v1.2.7
|
|
3
|
-
// @license MIT
|
|
4
|
-
// Author: Rolster Developers
|
|
5
|
-
// Created: 13/Abr/2024
|
|
6
|
-
// Updated: 04/Feb/2026
|
|
7
|
-
|
|
8
|
-
.rls-badge {
|
|
9
|
-
--pvt-dimension: var(--rlc-badge-dimension, var(--rls-sizing-x12));
|
|
10
|
-
--pvt-font-color: var(--rls-app-color-050);
|
|
11
|
-
--pvt-background: var(--rls-app-color-700);
|
|
12
|
-
--pvt-contrasted-font-color: var(--rls-app-color-600);
|
|
13
|
-
--pvt-contrasted-background: var(--rls-app-color-200);
|
|
14
|
-
|
|
15
|
-
position: relative;
|
|
16
|
-
display: inline-block;
|
|
17
|
-
width: auto;
|
|
18
|
-
min-width: var(--pvt-dimension);
|
|
19
|
-
height: var(--pvt-dimension);
|
|
20
|
-
line-height: var(--pvt-dimension);
|
|
21
|
-
padding: var(--rlc-badge-padding, 0rem var(--rls-sizing-x2));
|
|
22
|
-
box-sizing: var(--rlc-badge-box-sizing, border-box);
|
|
23
|
-
font-size: var(--rlc-badge-font-size, var(--rls-smalltext-font-size));
|
|
24
|
-
font-weight: var(--rlc-badge-font-weight, var(--rls-font-weight-regular));
|
|
25
|
-
text-align: center;
|
|
26
|
-
letter-spacing: var(
|
|
27
|
-
--rlc-badge-letter-spacing,
|
|
28
|
-
var(--rls-smalltext-letter-spacing)
|
|
29
|
-
);
|
|
30
|
-
color: var(--pvt-font-color);
|
|
31
|
-
background: var(--pvt-background);
|
|
32
|
-
border-radius: var(--rlc-badge-radius, calc(var(--pvt-dimension) / 2));
|
|
33
|
-
|
|
34
|
-
&--contrasted {
|
|
35
|
-
color: var(--pvt-contrasted-font-color);
|
|
36
|
-
background: var(--pvt-contrasted-background);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&[rls-theme] {
|
|
40
|
-
--pvt-font-color: var(--rls-theme-color-050);
|
|
41
|
-
--pvt-background: var(--rls-theme-color-500);
|
|
42
|
-
--pvt-contrasted-font-color: var(--rls-theme-color-700);
|
|
43
|
-
--pvt-contrasted-background: var(--rls-theme-color-100);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
& > span {
|
|
47
|
-
font-size: inherit;
|
|
48
|
-
letter-spacing: inherit;
|
|
49
|
-
line-height: inherit;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
1
|
+
// Rolster Technology Badge Component
|
|
2
|
+
// v1.2.7
|
|
3
|
+
// @license MIT
|
|
4
|
+
// Author: Rolster Developers
|
|
5
|
+
// Created: 13/Abr/2024
|
|
6
|
+
// Updated: 04/Feb/2026
|
|
7
|
+
|
|
8
|
+
.rls-badge {
|
|
9
|
+
--pvt-dimension: var(--rlc-badge-dimension, var(--rls-sizing-x12));
|
|
10
|
+
--pvt-font-color: var(--rls-app-color-050);
|
|
11
|
+
--pvt-background: var(--rls-app-color-700);
|
|
12
|
+
--pvt-contrasted-font-color: var(--rls-app-color-600);
|
|
13
|
+
--pvt-contrasted-background: var(--rls-app-color-200);
|
|
14
|
+
|
|
15
|
+
position: relative;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
width: auto;
|
|
18
|
+
min-width: var(--pvt-dimension);
|
|
19
|
+
height: var(--pvt-dimension);
|
|
20
|
+
line-height: var(--pvt-dimension);
|
|
21
|
+
padding: var(--rlc-badge-padding, 0rem var(--rls-sizing-x2));
|
|
22
|
+
box-sizing: var(--rlc-badge-box-sizing, border-box);
|
|
23
|
+
font-size: var(--rlc-badge-font-size, var(--rls-smalltext-font-size));
|
|
24
|
+
font-weight: var(--rlc-badge-font-weight, var(--rls-font-weight-regular));
|
|
25
|
+
text-align: center;
|
|
26
|
+
letter-spacing: var(
|
|
27
|
+
--rlc-badge-letter-spacing,
|
|
28
|
+
var(--rls-smalltext-letter-spacing)
|
|
29
|
+
);
|
|
30
|
+
color: var(--pvt-font-color);
|
|
31
|
+
background: var(--pvt-background);
|
|
32
|
+
border-radius: var(--rlc-badge-radius, calc(var(--pvt-dimension) / 2));
|
|
33
|
+
|
|
34
|
+
&--contrasted {
|
|
35
|
+
color: var(--pvt-contrasted-font-color);
|
|
36
|
+
background: var(--pvt-contrasted-background);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&[rls-theme] {
|
|
40
|
+
--pvt-font-color: var(--rls-theme-color-050);
|
|
41
|
+
--pvt-background: var(--rls-theme-color-500);
|
|
42
|
+
--pvt-contrasted-font-color: var(--rls-theme-color-700);
|
|
43
|
+
--pvt-contrasted-background: var(--rls-theme-color-100);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
& > span {
|
|
47
|
+
font-size: inherit;
|
|
48
|
+
letter-spacing: inherit;
|
|
49
|
+
line-height: inherit;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -1,87 +1,87 @@
|
|
|
1
|
-
// Rolster Technology Breadcrumb Component
|
|
2
|
-
// v1.1.4
|
|
3
|
-
// @license MIT
|
|
4
|
-
// Author: Rolster Developers
|
|
5
|
-
// Created: 20/Mar/2018
|
|
6
|
-
// Updated: 04/May/2026
|
|
7
|
-
|
|
8
|
-
.rls-breadcrumb {
|
|
9
|
-
--pvt-height: var(--rlc-breadcrumb-height, var(--rls-sizing-x18));
|
|
10
|
-
--pvt-link-font-color: var(--rls-app-color-600);
|
|
11
|
-
|
|
12
|
-
--pvt-label-font-size: var(
|
|
13
|
-
--rlc-breadcrumb-font-size,
|
|
14
|
-
var(--rls-body-font-size)
|
|
15
|
-
);
|
|
16
|
-
|
|
17
|
-
--pvt-label-font-weight: var(--rlc-breadcrumb-font-weight, inherit);
|
|
18
|
-
|
|
19
|
-
--pvt-label-letter-spacing: var(
|
|
20
|
-
--rlc-breadcrumb-letter-spacing,
|
|
21
|
-
var(--rls-body-letter-spacing)
|
|
22
|
-
);
|
|
23
|
-
|
|
24
|
-
display: -webkit-box;
|
|
25
|
-
width: 100%;
|
|
26
|
-
height: var(--pvt-height);
|
|
27
|
-
line-height: var(--pvt-height);
|
|
28
|
-
padding: var(--rlc-breadcrumb-padding, 0rem var(--rls-sizing-x8));
|
|
29
|
-
box-sizing: border-box;
|
|
30
|
-
user-select: none;
|
|
31
|
-
overflow-x: var(--rlc-breadcrumb-overflow-x, auto);
|
|
32
|
-
overflow-y: hidden;
|
|
33
|
-
color: var(--rls-app-color-600);
|
|
34
|
-
font-weight: var(--rls-font-weight-medium);
|
|
35
|
-
|
|
36
|
-
&::-webkit-scrollbar {
|
|
37
|
-
width: 0rem;
|
|
38
|
-
height: 0rem;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&__label {
|
|
42
|
-
display: block;
|
|
43
|
-
height: inherit;
|
|
44
|
-
color: inherit;
|
|
45
|
-
line-height: inherit;
|
|
46
|
-
font-weight: var(--pvt-label-font-weight);
|
|
47
|
-
font-size: var(--pvt-label-font-size);
|
|
48
|
-
letter-spacing: var(--pvt-label-letter-spacing);
|
|
49
|
-
|
|
50
|
-
&:first-child {
|
|
51
|
-
&::before {
|
|
52
|
-
display: none;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&::before {
|
|
57
|
-
font-family: -rolster-icons;
|
|
58
|
-
display: inline-block;
|
|
59
|
-
content: '\e911';
|
|
60
|
-
margin: 0rem var(--rls-sizing-x2);
|
|
61
|
-
cursor: default;
|
|
62
|
-
color: inherit;
|
|
63
|
-
font-size: var(--rls-sizing-x12);
|
|
64
|
-
font-weight: normal;
|
|
65
|
-
font-style: normal;
|
|
66
|
-
letter-spacing: normal;
|
|
67
|
-
vertical-align: top;
|
|
68
|
-
-webkit-font-smoothing: antialiased;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&__a {
|
|
72
|
-
display: inline-block;
|
|
73
|
-
|
|
74
|
-
&[rls-theme] {
|
|
75
|
-
color: var(--rls-theme-color-500);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&--actionable {
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
|
|
81
|
-
&:hover {
|
|
82
|
-
text-decoration: underline;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
1
|
+
// Rolster Technology Breadcrumb Component
|
|
2
|
+
// v1.1.4
|
|
3
|
+
// @license MIT
|
|
4
|
+
// Author: Rolster Developers
|
|
5
|
+
// Created: 20/Mar/2018
|
|
6
|
+
// Updated: 04/May/2026
|
|
7
|
+
|
|
8
|
+
.rls-breadcrumb {
|
|
9
|
+
--pvt-height: var(--rlc-breadcrumb-height, var(--rls-sizing-x18));
|
|
10
|
+
--pvt-link-font-color: var(--rls-app-color-600);
|
|
11
|
+
|
|
12
|
+
--pvt-label-font-size: var(
|
|
13
|
+
--rlc-breadcrumb-font-size,
|
|
14
|
+
var(--rls-body-font-size)
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
--pvt-label-font-weight: var(--rlc-breadcrumb-font-weight, inherit);
|
|
18
|
+
|
|
19
|
+
--pvt-label-letter-spacing: var(
|
|
20
|
+
--rlc-breadcrumb-letter-spacing,
|
|
21
|
+
var(--rls-body-letter-spacing)
|
|
22
|
+
);
|
|
23
|
+
|
|
24
|
+
display: -webkit-box;
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: var(--pvt-height);
|
|
27
|
+
line-height: var(--pvt-height);
|
|
28
|
+
padding: var(--rlc-breadcrumb-padding, 0rem var(--rls-sizing-x8));
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
user-select: none;
|
|
31
|
+
overflow-x: var(--rlc-breadcrumb-overflow-x, auto);
|
|
32
|
+
overflow-y: hidden;
|
|
33
|
+
color: var(--rls-app-color-600);
|
|
34
|
+
font-weight: var(--rls-font-weight-medium);
|
|
35
|
+
|
|
36
|
+
&::-webkit-scrollbar {
|
|
37
|
+
width: 0rem;
|
|
38
|
+
height: 0rem;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&__label {
|
|
42
|
+
display: block;
|
|
43
|
+
height: inherit;
|
|
44
|
+
color: inherit;
|
|
45
|
+
line-height: inherit;
|
|
46
|
+
font-weight: var(--pvt-label-font-weight);
|
|
47
|
+
font-size: var(--pvt-label-font-size);
|
|
48
|
+
letter-spacing: var(--pvt-label-letter-spacing);
|
|
49
|
+
|
|
50
|
+
&:first-child {
|
|
51
|
+
&::before {
|
|
52
|
+
display: none;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&::before {
|
|
57
|
+
font-family: -rolster-icons;
|
|
58
|
+
display: inline-block;
|
|
59
|
+
content: '\e911';
|
|
60
|
+
margin: 0rem var(--rls-sizing-x2);
|
|
61
|
+
cursor: default;
|
|
62
|
+
color: inherit;
|
|
63
|
+
font-size: var(--rls-sizing-x12);
|
|
64
|
+
font-weight: normal;
|
|
65
|
+
font-style: normal;
|
|
66
|
+
letter-spacing: normal;
|
|
67
|
+
vertical-align: top;
|
|
68
|
+
-webkit-font-smoothing: antialiased;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&__a {
|
|
72
|
+
display: inline-block;
|
|
73
|
+
|
|
74
|
+
&[rls-theme] {
|
|
75
|
+
color: var(--rls-theme-color-500);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&--actionable {
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
|
|
81
|
+
&:hover {
|
|
82
|
+
text-decoration: underline;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|