@ptsecurity/mosaic 13.3.0 → 13.3.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/design-tokens/legacy-2017/tokens/components/alert.json5 +83 -0
- package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +11 -0
- package/design-tokens/legacy-2017/tokens/components/badge.json5 +174 -0
- package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +10 -0
- package/design-tokens/legacy-2017/tokens/components/button.json5 +142 -0
- package/design-tokens/legacy-2017/tokens/components/card.json5 +51 -0
- package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +39 -0
- package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +64 -0
- package/design-tokens/legacy-2017/tokens/components/divider.json5 +8 -0
- package/design-tokens/legacy-2017/tokens/components/dl.json5 +38 -0
- package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +48 -0
- package/design-tokens/legacy-2017/tokens/components/form-field.json5 +92 -0
- package/design-tokens/legacy-2017/tokens/components/forms.json5 +52 -0
- package/design-tokens/legacy-2017/tokens/components/input.json5 +12 -0
- package/design-tokens/legacy-2017/tokens/components/link.json5 +50 -0
- package/design-tokens/legacy-2017/tokens/components/list.json5 +13 -0
- package/design-tokens/legacy-2017/tokens/components/modal.json5 +81 -0
- package/design-tokens/legacy-2017/tokens/components/navbar.json5 +70 -0
- package/design-tokens/legacy-2017/tokens/components/optgroup.json5 +10 -0
- package/design-tokens/legacy-2017/tokens/components/option.json5 +12 -0
- package/design-tokens/legacy-2017/tokens/components/popover.json5 +68 -0
- package/design-tokens/legacy-2017/tokens/components/popup.json5 +18 -0
- package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +13 -0
- package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +7 -0
- package/design-tokens/legacy-2017/tokens/components/radio.json5 +44 -0
- package/design-tokens/legacy-2017/tokens/components/select.json5 +24 -0
- package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +32 -0
- package/design-tokens/legacy-2017/tokens/components/table.json5 +15 -0
- package/design-tokens/legacy-2017/tokens/components/tabs.json5 +101 -0
- package/design-tokens/legacy-2017/tokens/components/tags.json5 +131 -0
- package/design-tokens/legacy-2017/tokens/components/textarea.json5 +12 -0
- package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +7 -0
- package/design-tokens/legacy-2017/tokens/components/toggle.json5 +79 -0
- package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +83 -0
- package/design-tokens/legacy-2017/tokens/components/tree.json5 +15 -0
- package/design-tokens/legacy-2017/tokens/properties/aliases.json5 +3 -0
- package/design-tokens/legacy-2017/tokens/properties/colors.json5 +114 -0
- package/design-tokens/legacy-2017/tokens/properties/font.json5 +12 -0
- package/design-tokens/legacy-2017/tokens/properties/globals.json5 +49 -0
- package/design-tokens/legacy-2017/tokens/properties/padding.json5 +3 -0
- package/design-tokens/legacy-2017/tokens/properties/palette.json5 +163 -0
- package/design-tokens/legacy-2017/tokens/properties/typography.json5 +175 -0
- package/design-tokens/pt-2022/tokens/components/alert.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +11 -0
- package/design-tokens/pt-2022/tokens/components/badge.json5 +174 -0
- package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/button.json5 +142 -0
- package/design-tokens/pt-2022/tokens/components/card.json5 +51 -0
- package/design-tokens/pt-2022/tokens/components/checkbox.json5 +39 -0
- package/design-tokens/pt-2022/tokens/components/datepicker.json5 +64 -0
- package/design-tokens/pt-2022/tokens/components/divider.json5 +8 -0
- package/design-tokens/pt-2022/tokens/components/dl.json5 +38 -0
- package/design-tokens/pt-2022/tokens/components/dropdown.json5 +48 -0
- package/design-tokens/pt-2022/tokens/components/form-field.json5 +92 -0
- package/design-tokens/pt-2022/tokens/components/forms.json5 +52 -0
- package/design-tokens/pt-2022/tokens/components/input.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/link.json5 +50 -0
- package/design-tokens/pt-2022/tokens/components/list.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/modal.json5 +81 -0
- package/design-tokens/pt-2022/tokens/components/navbar.json5 +70 -0
- package/design-tokens/pt-2022/tokens/components/optgroup.json5 +10 -0
- package/design-tokens/pt-2022/tokens/components/option.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/popover.json5 +68 -0
- package/design-tokens/pt-2022/tokens/components/popup.json5 +18 -0
- package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +13 -0
- package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/radio.json5 +44 -0
- package/design-tokens/pt-2022/tokens/components/select.json5 +24 -0
- package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +32 -0
- package/design-tokens/pt-2022/tokens/components/table.json5 +15 -0
- package/design-tokens/pt-2022/tokens/components/tabs.json5 +101 -0
- package/design-tokens/pt-2022/tokens/components/tags.json5 +131 -0
- package/design-tokens/pt-2022/tokens/components/textarea.json5 +12 -0
- package/design-tokens/pt-2022/tokens/components/timepicker.json5 +7 -0
- package/design-tokens/pt-2022/tokens/components/toggle.json5 +79 -0
- package/design-tokens/pt-2022/tokens/components/tooltip.json5 +83 -0
- package/design-tokens/pt-2022/tokens/components/tree.json5 +15 -0
- package/design-tokens/pt-2022/tokens/properties/aliases.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/colors.json5 +116 -0
- package/design-tokens/pt-2022/tokens/properties/font.json5 +15 -0
- package/design-tokens/pt-2022/tokens/properties/globals.json5 +49 -0
- package/design-tokens/pt-2022/tokens/properties/padding.json5 +3 -0
- package/design-tokens/pt-2022/tokens/properties/palette.json5 +226 -0
- package/design-tokens/pt-2022/tokens/properties/typography.json5 +175 -0
- package/design-tokens/style-dictionary/build.js +62 -0
- package/design-tokens/style-dictionary/configs/css.js +13 -0
- package/design-tokens/style-dictionary/configs/index.js +48 -0
- package/design-tokens/style-dictionary/configs/js.js +9 -0
- package/design-tokens/style-dictionary/configs/scss.js +23 -0
- package/design-tokens/style-dictionary/filters/color.js +7 -0
- package/design-tokens/style-dictionary/filters/palette.js +7 -0
- package/design-tokens/style-dictionary/filters/size.js +7 -0
- package/design-tokens/style-dictionary/filters/typography.js +7 -0
- package/design-tokens/style-dictionary/formats/palette.js +25 -0
- package/design-tokens/style-dictionary/formats/typography.js +52 -0
- package/design-tokens/style-dictionary/transformGroups/css.js +13 -0
- package/design-tokens/style-dictionary/transformGroups/scss.js +12 -0
- package/design-tokens/style-dictionary/transforms/attribute/palette.js +9 -0
- package/design-tokens/style-dictionary/transforms/attribute/prefix.js +11 -0
- package/design-tokens/style-dictionary/transforms/attribute/size.js +8 -0
- package/design-tokens/style-dictionary/transforms/attribute/typography.js +9 -0
- package/package.json +4 -4
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
'dropdown-item': {
|
3
|
+
size: {
|
4
|
+
padding: { value: '5px 15px' },
|
5
|
+
'icon-padding': { value: '0 8px 2px 0' }
|
6
|
+
},
|
7
|
+
font: {
|
8
|
+
default: { value: 'body' },
|
9
|
+
caption: { value: 'caption' }
|
10
|
+
}
|
11
|
+
},
|
12
|
+
'dropdown-group-header': {
|
13
|
+
size: {
|
14
|
+
default: {
|
15
|
+
padding: { value: '6px 15px' }
|
16
|
+
},
|
17
|
+
small: {
|
18
|
+
padding: { value: '8px 15px' }
|
19
|
+
}
|
20
|
+
},
|
21
|
+
font: {
|
22
|
+
default: { value: 'body-strong' },
|
23
|
+
small: { value: 'caption-caps' }
|
24
|
+
}
|
25
|
+
},
|
26
|
+
'dropdown-divider': {
|
27
|
+
size: {
|
28
|
+
'height': { value: '1px' },
|
29
|
+
'margin': { value: '4px 0' }
|
30
|
+
}
|
31
|
+
},
|
32
|
+
'dropdown-trigger': {
|
33
|
+
size: {
|
34
|
+
'button-right-padding': { value: '{size.s}' },
|
35
|
+
'right-icon-padding': { value: '{size.3xs}' }
|
36
|
+
}
|
37
|
+
},
|
38
|
+
'dropdown-panel': {
|
39
|
+
size: {
|
40
|
+
'max-width': { value: '640px' },
|
41
|
+
padding: { value: '4px 0' },
|
42
|
+
border: {
|
43
|
+
width: { value: '1px' },
|
44
|
+
radius: { value: '3px' }
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
'form-field': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
border: { value: '{light-color-scheme.second.default}' },
|
5
|
+
background: { value: '{light-color-scheme.background.background}' },
|
6
|
+
|
7
|
+
states: {
|
8
|
+
hover: {
|
9
|
+
border: { value: '{light-color-scheme.second.palette.value.400}' }
|
10
|
+
},
|
11
|
+
invalid: {
|
12
|
+
border: { value: '{light-color-scheme.error.default}' },
|
13
|
+
background: { value: 'transparent' }
|
14
|
+
}
|
15
|
+
}
|
16
|
+
},
|
17
|
+
'dark-color-scheme': {
|
18
|
+
border: { value: '{dark-color-scheme.second.default}' },
|
19
|
+
background: { value: '{dark-color-scheme.background.background}' },
|
20
|
+
|
21
|
+
states: {
|
22
|
+
hover: {
|
23
|
+
border: { value: '{dark-color-scheme.second.palette.value.200}' }
|
24
|
+
},
|
25
|
+
invalid: {
|
26
|
+
border: { value: '{dark-color-scheme.error.default}' },
|
27
|
+
background: { value: 'transparent' }
|
28
|
+
}
|
29
|
+
}
|
30
|
+
},
|
31
|
+
size: {
|
32
|
+
height: { value: '{size.3xl}' },
|
33
|
+
border: {
|
34
|
+
width: { value: '1px' },
|
35
|
+
radius: { value: '3px' }
|
36
|
+
},
|
37
|
+
button: {
|
38
|
+
width: { value: '32px' }
|
39
|
+
}
|
40
|
+
},
|
41
|
+
font: {
|
42
|
+
default: { value: 'body' }
|
43
|
+
}
|
44
|
+
},
|
45
|
+
'form-field-hint': {
|
46
|
+
size: {
|
47
|
+
'margin-top': { value: '4px' }
|
48
|
+
},
|
49
|
+
font: {
|
50
|
+
default: { value: 'caption' }
|
51
|
+
}
|
52
|
+
},
|
53
|
+
'form-field-password-hint': {
|
54
|
+
'light-color-scheme': {
|
55
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' },
|
56
|
+
'icon-color': { value: '{light-color-scheme.foreground.text}' },
|
57
|
+
|
58
|
+
states: {
|
59
|
+
invalid: {
|
60
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-error}' },
|
61
|
+
'text-color': { value: '{light-color-scheme.foreground.text}' }
|
62
|
+
},
|
63
|
+
valid: {
|
64
|
+
'text-color': { value: '{light-color-scheme.foreground.text-success}' },
|
65
|
+
'icon-color': { value: '{light-color-scheme.foreground.text-success}' }
|
66
|
+
}
|
67
|
+
}
|
68
|
+
},
|
69
|
+
'dark-color-scheme': {
|
70
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' },
|
71
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text}' },
|
72
|
+
|
73
|
+
states: {
|
74
|
+
invalid: {
|
75
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-error}' },
|
76
|
+
'text-color': { value: '{dark-color-scheme.foreground.text}' }
|
77
|
+
},
|
78
|
+
valid: {
|
79
|
+
'text-color': { value: '{dark-color-scheme.foreground.text-success}' },
|
80
|
+
'icon-color': { value: '{dark-color-scheme.foreground.text-success}' }
|
81
|
+
}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
size: {
|
85
|
+
'margin-top': { value: '8px' },
|
86
|
+
'icon-margin': { value: '4px' }
|
87
|
+
},
|
88
|
+
font: {
|
89
|
+
default: { value: 'caption' }
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
{
|
2
|
+
forms: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
label: { value: '{light-color-scheme.foreground.text-less-contrast}' },
|
5
|
+
legend: { value: '{light-color-scheme.foreground.text}' }
|
6
|
+
},
|
7
|
+
'dark-color-scheme': {
|
8
|
+
label: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
|
9
|
+
legend: { value: '{dark-color-scheme.foreground.text}' }
|
10
|
+
},
|
11
|
+
size: {
|
12
|
+
horizontal: {
|
13
|
+
row: {
|
14
|
+
'margin-bottom': { value: '20px' }
|
15
|
+
},
|
16
|
+
label: {
|
17
|
+
'padding-top': { value: '6px' },
|
18
|
+
'padding-bottom': { value: '0' }
|
19
|
+
},
|
20
|
+
control: {
|
21
|
+
'padding-left': { value: '16px' }
|
22
|
+
},
|
23
|
+
legend: {
|
24
|
+
'margin-top': { value: '32px' },
|
25
|
+
'margin-bottom': { value: '16px' }
|
26
|
+
}
|
27
|
+
},
|
28
|
+
vertical: {
|
29
|
+
row: {
|
30
|
+
'margin-bottom': { value: '16px' }
|
31
|
+
},
|
32
|
+
label: {
|
33
|
+
'padding-top': { value: '0' },
|
34
|
+
'padding-bottom': { value: '4px' }
|
35
|
+
},
|
36
|
+
control: {
|
37
|
+
'padding-left': { value: '24px' }
|
38
|
+
},
|
39
|
+
legend: {
|
40
|
+
'margin-top': { value: '32px' },
|
41
|
+
'margin-bottom': { value: '12px' }
|
42
|
+
}
|
43
|
+
},
|
44
|
+
},
|
45
|
+
font: {
|
46
|
+
default: {
|
47
|
+
label: { value: 'body' },
|
48
|
+
legend: { value: 'subheading' },
|
49
|
+
},
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
{
|
2
|
+
link: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
text: { value: '{light-color-scheme.primary.default}' },
|
5
|
+
'border-bottom': { value: 'rgba({light-color-scheme.primary.default}, 0.32)' },
|
6
|
+
|
7
|
+
'state-visited': {
|
8
|
+
'text': { value: '#6A2795' },
|
9
|
+
'border-bottom': { value: 'rgba(106, 39, 149, 0.32)' }
|
10
|
+
},
|
11
|
+
'state-hover': {
|
12
|
+
'text': { value: '{light-color-scheme.primary.palette.value.600}' },
|
13
|
+
'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600}, 0.32)' }
|
14
|
+
},
|
15
|
+
|
16
|
+
'state-active': { value: '{light-color-scheme.primary.palette.value.700}' },
|
17
|
+
|
18
|
+
'state-focused': {
|
19
|
+
outline: { value: '{light-color-scheme.states.focused-color}' }
|
20
|
+
}
|
21
|
+
},
|
22
|
+
'dark-color-scheme': {
|
23
|
+
text: { value: '{dark-color-scheme.primary.default}' },
|
24
|
+
'border-bottom': { value: 'rgba({dark-color-scheme.primary.default}, 0.32)' },
|
25
|
+
|
26
|
+
'state-visited': {
|
27
|
+
'text': { value: '#a23ee2' },
|
28
|
+
'border-bottom': { value: 'rgba(162, 62, 226, 0.32)' }
|
29
|
+
},
|
30
|
+
'state-hover': {
|
31
|
+
'text': { value: '{dark-color-scheme.primary.palette.value.300}' },
|
32
|
+
'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300}, 0.32)' }
|
33
|
+
},
|
34
|
+
'state-active': { value: '{dark-color-scheme.primary.palette.value.300}' },
|
35
|
+
'state-focused': {
|
36
|
+
outline: { value: '{dark-color-scheme.states.focused-color}' }
|
37
|
+
}
|
38
|
+
},
|
39
|
+
size: {
|
40
|
+
'icon-margin': { value: '{size.xxs}' },
|
41
|
+
'state-focused': {
|
42
|
+
'outline-offset': { value: '2px' },
|
43
|
+
'outline-width': { value: '2px' }
|
44
|
+
}
|
45
|
+
},
|
46
|
+
font: {
|
47
|
+
default: { value: 'body' }
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
{
|
2
|
+
modal: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
shadow: {
|
5
|
+
value: '(0 0 0 1px {light-color-scheme.second.palette.value.300}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
6
|
+
},
|
7
|
+
'body-top-shadow':{
|
8
|
+
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
9
|
+
},
|
10
|
+
'body-bottom-shadow':{
|
11
|
+
value: '0 -2px 4px 0 rgba(0, 0, 0, 0.16)'
|
12
|
+
},
|
13
|
+
'background-mask': { value: 'rgba(0, 0, 0, 0.5)' }
|
14
|
+
},
|
15
|
+
'dark-color-scheme': {
|
16
|
+
shadow: {
|
17
|
+
value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
|
18
|
+
},
|
19
|
+
'body-top-shadow':{
|
20
|
+
value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
|
21
|
+
},
|
22
|
+
'body-bottom-shadow':{
|
23
|
+
value: '0 -2px 4px 0 rgba(0, 0, 0, 0.16)'
|
24
|
+
},
|
25
|
+
'background-mask': { value: 'rgba(0, 0, 0, 0.5)' }
|
26
|
+
},
|
27
|
+
size: {
|
28
|
+
small: { value: '400px' },
|
29
|
+
normal: { value: '640px' },
|
30
|
+
large: { value: '960px' },
|
31
|
+
|
32
|
+
top: { value: '48px' },
|
33
|
+
'close-width': { value: '56px' },
|
34
|
+
'border-radius': { value: '4px' },
|
35
|
+
'border-width': { value: '1px' }
|
36
|
+
}
|
37
|
+
},
|
38
|
+
'modal-header': {
|
39
|
+
'light-color-scheme': {
|
40
|
+
border: { value: '{light-color-scheme.foreground.divider}' }
|
41
|
+
},
|
42
|
+
'dark-color-scheme': {
|
43
|
+
border: { value: '{dark-color-scheme.foreground.divider}' }
|
44
|
+
},
|
45
|
+
size: {
|
46
|
+
'border-radius': { value: '4px 4px 0 0' },
|
47
|
+
height: { value: '{size.6xl}' },
|
48
|
+
padding: { value: '0 16px' }
|
49
|
+
},
|
50
|
+
font: {
|
51
|
+
default: { value: 'title' }
|
52
|
+
}
|
53
|
+
},
|
54
|
+
'modal-body': {
|
55
|
+
size: {
|
56
|
+
'max-height': { value: 'calc(100vh - 260px)' },
|
57
|
+
padding: { value: '16px 24px 24px' }
|
58
|
+
},
|
59
|
+
font: {
|
60
|
+
default: { value: 'body' }
|
61
|
+
}
|
62
|
+
},
|
63
|
+
'modal-footer': {
|
64
|
+
'light-color-scheme': {
|
65
|
+
border: { value: '{light-color-scheme.foreground.divider}' }
|
66
|
+
},
|
67
|
+
'dark-color-scheme': {
|
68
|
+
border: { value: '{dark-color-scheme.foreground.divider}' }
|
69
|
+
},
|
70
|
+
size: {
|
71
|
+
'border-radius': { value: '0 0 4px 4px' },
|
72
|
+
height: { value: '{size.7xl}' },
|
73
|
+
padding: { value: '0 {size.l}' }
|
74
|
+
}
|
75
|
+
},
|
76
|
+
'modal-confirm': {
|
77
|
+
size: {
|
78
|
+
padding: { value: '24px' }
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
@@ -0,0 +1,70 @@
|
|
1
|
+
{
|
2
|
+
navbar: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
background: { value: '{light-color-scheme.primary.palette.value.700}' },
|
5
|
+
|
6
|
+
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
7
|
+
},
|
8
|
+
'dark-color-scheme': {
|
9
|
+
background: { value: '{dark-color-scheme.primary.palette.value.700}' },
|
10
|
+
|
11
|
+
'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
|
12
|
+
},
|
13
|
+
size: {
|
14
|
+
'icon-margin': { value: '6px' },
|
15
|
+
'right-icon-margin': { value: '{size.3xs}' }
|
16
|
+
},
|
17
|
+
font: {
|
18
|
+
title: { value: 'body' }
|
19
|
+
}
|
20
|
+
},
|
21
|
+
'vertical-navbar': {
|
22
|
+
size: {
|
23
|
+
states: {
|
24
|
+
'expanded-width': { value: '240px' },
|
25
|
+
'collapsed-width': { value: '56px' }
|
26
|
+
},
|
27
|
+
'icon-margin': { value: '16px' }
|
28
|
+
}
|
29
|
+
},
|
30
|
+
'navbar-item': {
|
31
|
+
'light-color-scheme': {
|
32
|
+
text: { value: '{light-color-scheme.primary.palette.value.100}' },
|
33
|
+
icon: { value: '{light-color-scheme.primary.palette.value.100}' },
|
34
|
+
|
35
|
+
states: {
|
36
|
+
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
37
|
+
selected: { value: '{light-color-scheme.primary.palette.value.600}' },
|
38
|
+
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
39
|
+
progress: { value: '{light-color-scheme.primary.palette.value.800}' },
|
40
|
+
'disabled-opacity': { value: 0.3 }
|
41
|
+
}
|
42
|
+
},
|
43
|
+
'dark-color-scheme': {
|
44
|
+
text: { value: '{dark-color-scheme.primary.palette.value.100}' },
|
45
|
+
icon: { value: '{dark-color-scheme.primary.palette.value.100}' },
|
46
|
+
|
47
|
+
states: {
|
48
|
+
active: { value: 'rgba(0, 0, 0, 0.1)' },
|
49
|
+
selected: { value: '{dark-color-scheme.primary.palette.value.600}' },
|
50
|
+
hover: { value: 'rgba(255, 255, 255, 0.1)' },
|
51
|
+
progress: { value: '{dark-color-scheme.primary.palette.value.800}' },
|
52
|
+
'disabled-opacity': { value: 0.3 }
|
53
|
+
}
|
54
|
+
},
|
55
|
+
size: {
|
56
|
+
padding: { value: '{padding.control-horizontal}' },
|
57
|
+
height: { value: '48px' },
|
58
|
+
height_vertical: { value: '56px' }
|
59
|
+
}
|
60
|
+
},
|
61
|
+
'navbar-brand': {
|
62
|
+
size: {
|
63
|
+
padding: { value: '12px' },
|
64
|
+
'margin-right': { value: '24px' }
|
65
|
+
},
|
66
|
+
font: {
|
67
|
+
title: { value: 'title' }
|
68
|
+
}
|
69
|
+
}
|
70
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
{
|
2
|
+
popover: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
background: { value: 'white' },
|
5
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
6
|
+
shadow: { value: '{popup.light-color-scheme.shadow}' },
|
7
|
+
border: { value: '{light-color-scheme.foreground.border}' }
|
8
|
+
},
|
9
|
+
'dark-color-scheme': {
|
10
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' },
|
11
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
12
|
+
shadow: { value: '{popup.dark-color-scheme.shadow}' },
|
13
|
+
border: { value: '{dark-color-scheme.second.palette.value.700}' }
|
14
|
+
},
|
15
|
+
size: {
|
16
|
+
'max-height': { value: '480px' },
|
17
|
+
padding: { value: '16px' },
|
18
|
+
'border-radius': { value: '3px' },
|
19
|
+
|
20
|
+
'arrow-size': { value: '12px' },
|
21
|
+
'trigger-margin': { value: '9px' },
|
22
|
+
|
23
|
+
'small-width': { value: '200px' },
|
24
|
+
'normal-width': { value: '400px' },
|
25
|
+
'large-width': { value: '640px' }
|
26
|
+
},
|
27
|
+
font: {
|
28
|
+
default: { value: 'body' }
|
29
|
+
}
|
30
|
+
},
|
31
|
+
'popover-header': {
|
32
|
+
'light-color-scheme': {
|
33
|
+
border: { value: '{light-color-scheme.second.palette.value.100}' },
|
34
|
+
text: { value: '{light-color-scheme.foreground.text}' },
|
35
|
+
background: { value: 'white' }
|
36
|
+
},
|
37
|
+
'dark-color-scheme': {
|
38
|
+
border: { value: '{popup.dark-color-scheme.footer-background}' },
|
39
|
+
text: { value: '{dark-color-scheme.foreground.text}' },
|
40
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' }
|
41
|
+
},
|
42
|
+
size: {
|
43
|
+
height: { value: '{size.4xl}' },
|
44
|
+
padding: { value: '0 16px' }
|
45
|
+
},
|
46
|
+
font: {
|
47
|
+
default: { value: 'subheading' }
|
48
|
+
}
|
49
|
+
},
|
50
|
+
'popover-footer': {
|
51
|
+
'light-color-scheme': {
|
52
|
+
border: { value: '{popup.light-color-scheme.footer-background}' },
|
53
|
+
background: { value: '{popup.light-color-scheme.footer-background}' }
|
54
|
+
},
|
55
|
+
'dark-color-scheme': {
|
56
|
+
border: { value: '{popup.dark-color-scheme.footer-background}' },
|
57
|
+
background: { value: '{popup.dark-color-scheme.footer-background}' }
|
58
|
+
},
|
59
|
+
size: {
|
60
|
+
'margin-top': { value: '8px' },
|
61
|
+
padding: { value: '12px {padding.headerFooter-horizontal}' },
|
62
|
+
'height': { value: '56px' }
|
63
|
+
},
|
64
|
+
font: {
|
65
|
+
default: { value: 'body' }
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
popup: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200}' },
|
5
|
+
border: { value: '{light-color-scheme.second.palette.value.300}' },
|
6
|
+
divider: { value: '{light-color-scheme.second.palette.value.200}' },
|
7
|
+
background: { value: 'white' },
|
8
|
+
'footer-background': { value: '{light-color-scheme.second.palette.value.60}' }
|
9
|
+
},
|
10
|
+
'dark-color-scheme': {
|
11
|
+
shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200}' },
|
12
|
+
border: { value: '{dark-color-scheme.second.palette.value.400}' },
|
13
|
+
divider: { value: '{dark-color-scheme.foreground.divider}' },
|
14
|
+
background: { value: '{dark-color-scheme.second.palette.value.700}' },
|
15
|
+
'footer-background': { value: 'transparent' }
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
'progress-bar': {
|
3
|
+
'light-color-scheme': {
|
4
|
+
background: { value: '{light-color-scheme.second.palette.value.60}' }
|
5
|
+
},
|
6
|
+
'dark-color-scheme': {
|
7
|
+
background: { value: '{dark-color-scheme.second.palette.value.600}' }
|
8
|
+
},
|
9
|
+
size: {
|
10
|
+
height: { value: '4px' }
|
11
|
+
}
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
{
|
2
|
+
radio: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
'outer-circle-border': { value: '{light-color-scheme.second.palette.value.300}' },
|
5
|
+
'inner-circle-border': { value: 'transparent' },
|
6
|
+
|
7
|
+
states: {
|
8
|
+
checked: {
|
9
|
+
'outer-circle-border': { value: '{light-color-scheme.primary.palette.value.500}' },
|
10
|
+
'inner-circle-border': { value: '{light-color-scheme.primary.palette.value.500}' }
|
11
|
+
},
|
12
|
+
focused: {
|
13
|
+
'outer-circle-border': { value: '{light-color-scheme.states.focused-color}' },
|
14
|
+
'outer-circle-shadow': { value: '0 0 0 2px {light-color-scheme.second.palette.value.300}' },
|
15
|
+
'inner-circle-shadow': { value: '0 0 0 1px {light-color-scheme.background.background}' }
|
16
|
+
}
|
17
|
+
}
|
18
|
+
},
|
19
|
+
'dark-color-scheme': {
|
20
|
+
'outer-circle-border': { value: '{dark-color-scheme.second.palette.value.400}' },
|
21
|
+
'inner-circle-border': { value: 'transparent' },
|
22
|
+
|
23
|
+
states: {
|
24
|
+
checked: {
|
25
|
+
'outer-circle-border': { value: '{dark-color-scheme.primary.palette.value.400}' },
|
26
|
+
'inner-circle-border': { value: '{dark-color-scheme.primary.palette.value.600}' }
|
27
|
+
},
|
28
|
+
focused: {
|
29
|
+
'outer-circle-border': { value: '{dark-color-scheme.states.focused-color}' },
|
30
|
+
'outer-circle-shadow': { value: '0 0 0 2px {dark-color-scheme.states.focused-color}' },
|
31
|
+
|
32
|
+
'inner-circle-shadow': { value: '0 0 0 1px {dark-color-scheme.background.background}' }
|
33
|
+
}
|
34
|
+
}
|
35
|
+
},
|
36
|
+
size: {
|
37
|
+
size: { value: '14px' },
|
38
|
+
'label-margin': { value: '{margin.iconText_M-horizontal}' }
|
39
|
+
},
|
40
|
+
font: {
|
41
|
+
default: { value: 'body' }
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
select: {
|
3
|
+
size: {
|
4
|
+
'left-padding': { value: '{padding.control-horizontal}' },
|
5
|
+
'right-padding': { value: '8px' },
|
6
|
+
'left-padding-multiple': { value: '8px' }
|
7
|
+
},
|
8
|
+
font: {
|
9
|
+
default: { value: 'body' }
|
10
|
+
}
|
11
|
+
},
|
12
|
+
'select-panel': {
|
13
|
+
size: {
|
14
|
+
'max-height': { value: '232px' },
|
15
|
+
'max-width': { value: '640px' },
|
16
|
+
'vertical-padding': { value: '4px' },
|
17
|
+
'border-width': { value: '1px' },
|
18
|
+
'border-radius': { value: '3px' }
|
19
|
+
},
|
20
|
+
font: {
|
21
|
+
default: { value: 'body' }
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
{
|
2
|
+
sidepanel: {
|
3
|
+
'light-color-scheme': {
|
4
|
+
border: { value: '{light-color-scheme.second.palette.value.300}' }
|
5
|
+
},
|
6
|
+
'dark-color-scheme': {
|
7
|
+
border: { value: '{dark-color-scheme.second.palette.value.800}' }
|
8
|
+
},
|
9
|
+
font: {
|
10
|
+
default: { value: 'body' }
|
11
|
+
}
|
12
|
+
},
|
13
|
+
'sidepanel-header': {
|
14
|
+
size: {
|
15
|
+
height: { value: '{size.6xl}' },
|
16
|
+
padding: { value: '0 {size.l}' },
|
17
|
+
'close-padding': { value: '0 0 0 8px' }
|
18
|
+
},
|
19
|
+
font: {
|
20
|
+
default: { value: 'title' }
|
21
|
+
}
|
22
|
+
},
|
23
|
+
'sidepanel-footer': {
|
24
|
+
size: {
|
25
|
+
height: { value: '{size.7xl}' },
|
26
|
+
padding: { value: '0 {size.l}' }
|
27
|
+
},
|
28
|
+
font: {
|
29
|
+
default: { value: 'body' }
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|