@visio-io/design-system 1.7.0 → 1.8.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/README.md +242 -0
- package/dist/index.cjs.js +77 -77
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8909 -8886
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/CameraCard/CameraCard.stories.d.ts +3 -0
- package/dist/types/components/VideoPlayer/components/ControlMenu.d.ts +4 -1
- package/dist/types/components/VideoPlayer/components/Timestamp.d.ts +3 -0
- package/dist/types/components/VideoPlayer/icons/Seek.d.ts +6 -0
- package/dist/types/components/VideoPlayer/icons/SeekForward.d.ts +6 -0
- package/package.json +84 -85
- package/src/styles/tokens/colors.scss +53 -53
- package/src/styles/tokens/colors.ts +53 -53
- package/src/styles/tokens/css-variables.scss +190 -190
- package/src/styles/tokens/index.ts +4 -4
- package/src/styles/tokens/radii.ts +7 -7
- package/src/styles/tokens/spacing.ts +10 -10
- package/src/styles/tokens/typography.ts +22 -22
|
@@ -1,190 +1,190 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--Secondary-Secondary-Container: #E5FF4B;
|
|
3
|
-
--Secondary-On-Secondary-Container: #101111;
|
|
4
|
-
|
|
5
|
-
--Surface-Surface-Container-Dark: #2F3131;
|
|
6
|
-
--Surface-On-Surface-Dark: #FAF9F9;
|
|
7
|
-
|
|
8
|
-
--Surface-Surface-Container-Light: #EDEDED;
|
|
9
|
-
--Surface-On-Surface-Light: #101111;
|
|
10
|
-
|
|
11
|
-
--Surface-Surface-Container-High-Dark: #3B3B3C;
|
|
12
|
-
--Surface-Surface-Container-High-Light: #E9E8E8;
|
|
13
|
-
|
|
14
|
-
--Surface-Surface-Container-Lowest-Dark: #070808;
|
|
15
|
-
--Surface-Surface-Container-Lowest-Light: #F5F5F5;
|
|
16
|
-
|
|
17
|
-
--Surface-Surface-Container-Low-Dark: #1A1C1C;
|
|
18
|
-
--Surface-Surface-Container-Low-Light: #F1F1F1;
|
|
19
|
-
|
|
20
|
-
--Corner-Large: 16px;
|
|
21
|
-
|
|
22
|
-
--Surface-On-Surface-Variant-Dark: #ABABAB;
|
|
23
|
-
--Surface-On-Surface-Variant-Light: #3B3B3C;
|
|
24
|
-
|
|
25
|
-
--Others-Outline-Variant-Dark: #777;
|
|
26
|
-
--Others-Outline-Variant-Light: #ABABAB;
|
|
27
|
-
|
|
28
|
-
--Others-Outline-Dark: #525253;
|
|
29
|
-
--Others-Outline-Light: #C7C6C6;
|
|
30
|
-
|
|
31
|
-
--Static-Label-Large-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
32
|
-
--Static-Label-Large-Size: 14px;
|
|
33
|
-
--Static-Label-Large-Line-Height: 20px;
|
|
34
|
-
--Static-Label-Large-Tracking: 0.1px;
|
|
35
|
-
|
|
36
|
-
--Static-Label-Medium-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
37
|
-
--Static-Label-Medium-Size: 12px;
|
|
38
|
-
--Static-Label-Medium-Line-Height: 16px;
|
|
39
|
-
--Static-Label-Medium-Tracking: 0.5px;
|
|
40
|
-
|
|
41
|
-
--Static-Body-Small-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
42
|
-
--Static-Body-Small-Size: 12px;
|
|
43
|
-
--Static-Body-Small-Line-Height: 16px;
|
|
44
|
-
--Static-Body-Small-Tracking: 0.4px;
|
|
45
|
-
|
|
46
|
-
--Static-Body-Large-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
47
|
-
--Static-Body-Large-Size: 16px;
|
|
48
|
-
--Static-Body-Large-Weight: 400;
|
|
49
|
-
--Static-Body-Large-Line-Height: 24px;
|
|
50
|
-
--Static-Body-Large-Tracking: 0.5px;
|
|
51
|
-
|
|
52
|
-
--Static-Body-Medium-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
53
|
-
--Static-Body-Medium-Size: 16px;
|
|
54
|
-
--Static-Body-Medium-Weight: 400;
|
|
55
|
-
--Static-Body-Medium-Line-Height: 20px;
|
|
56
|
-
--Static-Body-Medium-Tracking: 0.25px;
|
|
57
|
-
|
|
58
|
-
--Static-Headline-Small-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
59
|
-
--Static-Headline-Small-Size: 24px;
|
|
60
|
-
--Static-Headline-Small-Weight: 400;
|
|
61
|
-
--Static-Headline-Small-Line-Height: 32px;
|
|
62
|
-
--Static-Headline-Small-Tracking: 0;
|
|
63
|
-
|
|
64
|
-
--Primary-Primary-Dark: #DEDDDD;
|
|
65
|
-
--Primary-Primary-Light: #101111;
|
|
66
|
-
--Primary-On-Primary-Dark: #101111;
|
|
67
|
-
--Primary-On-Primary-Light: #FDFCFC;
|
|
68
|
-
|
|
69
|
-
--Grays-Gray: #8E8E93;
|
|
70
|
-
|
|
71
|
-
--Spacing-Gap-Segments: 2px;
|
|
72
|
-
--Spacing-Gap-Internal: 4px;
|
|
73
|
-
--Spacing-Padding-Horizontal: 12px;
|
|
74
|
-
--Spacing-Padding-Vertical: 6px;
|
|
75
|
-
|
|
76
|
-
--Radius-Selected: 24px;
|
|
77
|
-
--Radius-Unselected: 4px;
|
|
78
|
-
--Radius-Full: 100px;
|
|
79
|
-
|
|
80
|
-
--Icon-Size: 20px;
|
|
81
|
-
--Segment-Min-Width: 48px;
|
|
82
|
-
|
|
83
|
-
--Motion-Transition-Fast: 150ms;
|
|
84
|
-
--Motion-Click-Fast: 200ms;
|
|
85
|
-
|
|
86
|
-
--Component-SearchBar-Height: 56px;
|
|
87
|
-
--Component-SearchBar-Max-Width: 720px;
|
|
88
|
-
--Component-SearchBar-Radius: 28px;
|
|
89
|
-
--Component-SearchBar-Padding: 8px;
|
|
90
|
-
--Component-SearchBar-Gap: 4px;
|
|
91
|
-
--Component-SearchBar-Action-Size: 40px;
|
|
92
|
-
--Component-SearchBar-Icon-Size: 24px;
|
|
93
|
-
|
|
94
|
-
--Component-FilterButton-Height: 56px;
|
|
95
|
-
--Component-FilterButton-Padding-Vertical: 16px;
|
|
96
|
-
--Component-FilterButton-Padding-Horizontal: 24px;
|
|
97
|
-
--Component-FilterButton-Radius: 50px;
|
|
98
|
-
--Component-FilterButton-Border-Color-Light: #E1BEE7;
|
|
99
|
-
--Component-FilterButton-Border-Color-Dark: #CE93D8;
|
|
100
|
-
--Component-FilterButton-Border-Color-Hover-Light: #CE93D8;
|
|
101
|
-
--Component-FilterButton-Border-Color-Hover-Dark: #BA68C8;
|
|
102
|
-
--Component-FilterButton-Background-Light: #FFFFFF;
|
|
103
|
-
--Component-FilterButton-Background-Dark: #1E1E1E;
|
|
104
|
-
--Component-FilterButton-Background-Hover-Light: #FFFFFF;
|
|
105
|
-
--Component-FilterButton-Background-Hover-Dark: #2C2C2E;
|
|
106
|
-
--Component-FilterButton-Text-Color-Light: #49454F;
|
|
107
|
-
--Component-FilterButton-Text-Color-Dark: rgba(255, 255, 255, 0.87);
|
|
108
|
-
--Component-FilterButton-Shadow-Normal-Light: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
|
109
|
-
--Component-FilterButton-Shadow-Normal-Dark: 0px 1px 3px rgba(0, 0, 0, 0.3);
|
|
110
|
-
--Component-FilterButton-Shadow-Hover-Light: 0px 2px 4px rgba(0, 0, 0, 0.15);
|
|
111
|
-
--Component-FilterButton-Shadow-Hover-Dark: 0px 2px 4px rgba(0, 0, 0, 0.4);
|
|
112
|
-
--Component-FilterButton-Shadow-Active-Light: 0px 1px 2px rgba(0, 0, 0, 0.1);
|
|
113
|
-
--Component-FilterButton-Shadow-Active-Dark: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
|
114
|
-
|
|
115
|
-
--Component-FilterModal-Radius: 28px;
|
|
116
|
-
--Component-FilterModal-Padding: 24px;
|
|
117
|
-
--Component-FilterModal-Padding-Bottom: 20px;
|
|
118
|
-
--Component-FilterModal-Shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
|
|
119
|
-
--Component-FilterModal-Header-Gap: 16px;
|
|
120
|
-
--Component-FilterModal-Content-Gap: 24px;
|
|
121
|
-
--Component-FilterModal-Content-Margin-Top: 16px;
|
|
122
|
-
--Component-FilterModal-Content-Margin-Bottom: 32px;
|
|
123
|
-
--Component-FilterModal-Footer-Gap: 8px;
|
|
124
|
-
--Component-FilterModal-Button-Height: 48px;
|
|
125
|
-
--Component-FilterModal-Button-Padding: 10px 16px;
|
|
126
|
-
--Component-FilterModal-Expandable-Icon-Size: 40px;
|
|
127
|
-
|
|
128
|
-
// VideoTimeline
|
|
129
|
-
--Component-VideoTimeline-Background-Light: #FFFFFF;
|
|
130
|
-
--Component-VideoTimeline-Background-Dark: #1E1E1E;
|
|
131
|
-
--Component-VideoTimeline-Border-Color-Light: rgba(0, 0, 0, 0.16);
|
|
132
|
-
--Component-VideoTimeline-Border-Color-Dark: rgba(255, 255, 255, 0.16);
|
|
133
|
-
--Component-VideoTimeline-Shadow-Light: 0px 4px 5.3px 0px rgba(0, 0, 0, 0.16);
|
|
134
|
-
--Component-VideoTimeline-Shadow-Dark: none;
|
|
135
|
-
--Component-VideoTimeline-Outline-Text-Light: #79747e;
|
|
136
|
-
--Component-VideoTimeline-Outline-Text-Dark: rgba(255, 255, 255, 0.7);
|
|
137
|
-
--Component-VideoTimeline-Tick-Color-Light: rgba(0, 0, 0, 0.45);
|
|
138
|
-
--Component-VideoTimeline-Tick-Color-Dark: rgba(255, 255, 255, 0.5);
|
|
139
|
-
--Component-VideoTimeline-Label-Color-Light: #2c2c2c;
|
|
140
|
-
--Component-VideoTimeline-Label-Color-Dark: rgba(255, 255, 255, 0.85);
|
|
141
|
-
--Component-VideoTimeline-Segment-Color-Light: #4DB6AC;
|
|
142
|
-
--Component-VideoTimeline-Segment-Color-Dark: #4DB6AC;
|
|
143
|
-
--Component-VideoTimeline-Segment-Hover-Light: #26A69A;
|
|
144
|
-
--Component-VideoTimeline-Segment-Hover-Dark: #26A69A;
|
|
145
|
-
--Component-VideoTimeline-Event-Bg-Light: #FFFFFF;
|
|
146
|
-
--Component-VideoTimeline-Event-Bg-Dark: #2F3131;
|
|
147
|
-
--Component-VideoTimeline-Event-Border-Light: rgba(0, 0, 0, 0.2);
|
|
148
|
-
--Component-VideoTimeline-Event-Border-Dark: rgba(255, 255, 255, 0.2);
|
|
149
|
-
--Component-VideoTimeline-Selection-Color-Light: rgba(25, 118, 210, 0.12);
|
|
150
|
-
--Component-VideoTimeline-Selection-Color-Dark: rgba(144, 202, 249, 0.12);
|
|
151
|
-
--Component-VideoTimeline-Playhead-Color-Light: #1a1c1e;
|
|
152
|
-
--Component-VideoTimeline-Playhead-Color-Dark: #e2e2e6;
|
|
153
|
-
--Component-VideoTimeline-IconButton-Border-Light: rgba(0, 0, 0, 0.22);
|
|
154
|
-
--Component-VideoTimeline-IconButton-Border-Dark: rgba(255, 255, 255, 0.22);
|
|
155
|
-
--Component-VideoTimeline-Track-Border-Light: rgba(0, 0, 0, 0.1);
|
|
156
|
-
--Component-VideoTimeline-Track-Border-Dark: rgba(255, 255, 255, 0.1);
|
|
157
|
-
--Component-VideoTimeline-Radius: 12px;
|
|
158
|
-
--Component-VideoTimeline-Header-Button-Height: 32px;
|
|
159
|
-
--Component-VideoTimeline-Header-Button-Radius: 999px;
|
|
160
|
-
|
|
161
|
-
// VideoPlayer
|
|
162
|
-
--Component-VideoPlayer-Background-Light: #f0f0f0;
|
|
163
|
-
--Component-VideoPlayer-Background-Dark: #1E1E1E;
|
|
164
|
-
--Component-VideoPlayer-Border-Light: rgba(0, 0, 0, 0.12);
|
|
165
|
-
--Component-VideoPlayer-Border-Dark: transparent;
|
|
166
|
-
--Component-VideoPlayer-Radius: 12px;
|
|
167
|
-
--Component-VideoPlayer-Control-Bg-Light: rgba(0, 0, 0, 0.08);
|
|
168
|
-
--Component-VideoPlayer-Control-Bg-Dark: rgba(255, 255, 255, 0.15);
|
|
169
|
-
--Component-VideoPlayer-Control-Hover-Light: rgba(0, 0, 0, 0.15);
|
|
170
|
-
--Component-VideoPlayer-Control-Hover-Dark: rgba(255, 255, 255, 0.25);
|
|
171
|
-
--Component-VideoPlayer-Control-Color-Light: #1a1c1e;
|
|
172
|
-
--Component-VideoPlayer-Control-Color-Dark: #ffffff;
|
|
173
|
-
--Component-VideoPlayer-Badge-Active-Bg-Light: rgba(0, 0, 0, 0.85);
|
|
174
|
-
--Component-VideoPlayer-Badge-Active-Bg-Dark: rgba(255, 255, 255, 0.9);
|
|
175
|
-
--Component-VideoPlayer-Badge-Active-Color-Light: #ffffff;
|
|
176
|
-
--Component-VideoPlayer-Badge-Active-Color-Dark: #000000;
|
|
177
|
-
--Component-VideoPlayer-Badge-Inactive-Bg-Light: rgba(0, 0, 0, 0.08);
|
|
178
|
-
--Component-VideoPlayer-Badge-Inactive-Bg-Dark: rgba(255, 255, 255, 0.15);
|
|
179
|
-
--Component-VideoPlayer-Badge-Inactive-Color-Light: rgba(0, 0, 0, 0.6);
|
|
180
|
-
--Component-VideoPlayer-Badge-Inactive-Color-Dark: rgba(255, 255, 255, 0.7);
|
|
181
|
-
--Component-VideoPlayer-Slider-Color-Light: #1a1c1e;
|
|
182
|
-
--Component-VideoPlayer-Slider-Color-Dark: #ffffff;
|
|
183
|
-
--Component-VideoPlayer-Slider-Rail-Light: rgba(0, 0, 0, 0.2);
|
|
184
|
-
--Component-VideoPlayer-Slider-Rail-Dark: rgba(255, 255, 255, 0.3);
|
|
185
|
-
--Component-VideoPlayer-Timestamp-Color-Light: #1a1c1e;
|
|
186
|
-
--Component-VideoPlayer-Timestamp-Color-Dark: #ffffff;
|
|
187
|
-
--Component-VideoPlayer-Recording-Bg: #c62828;
|
|
188
|
-
--Component-VideoPlayer-Recording-Color: #ffffff;
|
|
189
|
-
}
|
|
190
|
-
|
|
1
|
+
:root {
|
|
2
|
+
--Secondary-Secondary-Container: #E5FF4B;
|
|
3
|
+
--Secondary-On-Secondary-Container: #101111;
|
|
4
|
+
|
|
5
|
+
--Surface-Surface-Container-Dark: #2F3131;
|
|
6
|
+
--Surface-On-Surface-Dark: #FAF9F9;
|
|
7
|
+
|
|
8
|
+
--Surface-Surface-Container-Light: #EDEDED;
|
|
9
|
+
--Surface-On-Surface-Light: #101111;
|
|
10
|
+
|
|
11
|
+
--Surface-Surface-Container-High-Dark: #3B3B3C;
|
|
12
|
+
--Surface-Surface-Container-High-Light: #E9E8E8;
|
|
13
|
+
|
|
14
|
+
--Surface-Surface-Container-Lowest-Dark: #070808;
|
|
15
|
+
--Surface-Surface-Container-Lowest-Light: #F5F5F5;
|
|
16
|
+
|
|
17
|
+
--Surface-Surface-Container-Low-Dark: #1A1C1C;
|
|
18
|
+
--Surface-Surface-Container-Low-Light: #F1F1F1;
|
|
19
|
+
|
|
20
|
+
--Corner-Large: 16px;
|
|
21
|
+
|
|
22
|
+
--Surface-On-Surface-Variant-Dark: #ABABAB;
|
|
23
|
+
--Surface-On-Surface-Variant-Light: #3B3B3C;
|
|
24
|
+
|
|
25
|
+
--Others-Outline-Variant-Dark: #777;
|
|
26
|
+
--Others-Outline-Variant-Light: #ABABAB;
|
|
27
|
+
|
|
28
|
+
--Others-Outline-Dark: #525253;
|
|
29
|
+
--Others-Outline-Light: #C7C6C6;
|
|
30
|
+
|
|
31
|
+
--Static-Label-Large-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
32
|
+
--Static-Label-Large-Size: 14px;
|
|
33
|
+
--Static-Label-Large-Line-Height: 20px;
|
|
34
|
+
--Static-Label-Large-Tracking: 0.1px;
|
|
35
|
+
|
|
36
|
+
--Static-Label-Medium-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
37
|
+
--Static-Label-Medium-Size: 12px;
|
|
38
|
+
--Static-Label-Medium-Line-Height: 16px;
|
|
39
|
+
--Static-Label-Medium-Tracking: 0.5px;
|
|
40
|
+
|
|
41
|
+
--Static-Body-Small-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
42
|
+
--Static-Body-Small-Size: 12px;
|
|
43
|
+
--Static-Body-Small-Line-Height: 16px;
|
|
44
|
+
--Static-Body-Small-Tracking: 0.4px;
|
|
45
|
+
|
|
46
|
+
--Static-Body-Large-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
47
|
+
--Static-Body-Large-Size: 16px;
|
|
48
|
+
--Static-Body-Large-Weight: 400;
|
|
49
|
+
--Static-Body-Large-Line-Height: 24px;
|
|
50
|
+
--Static-Body-Large-Tracking: 0.5px;
|
|
51
|
+
|
|
52
|
+
--Static-Body-Medium-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
53
|
+
--Static-Body-Medium-Size: 16px;
|
|
54
|
+
--Static-Body-Medium-Weight: 400;
|
|
55
|
+
--Static-Body-Medium-Line-Height: 20px;
|
|
56
|
+
--Static-Body-Medium-Tracking: 0.25px;
|
|
57
|
+
|
|
58
|
+
--Static-Headline-Small-Font: "Suisse Intl", "Inter", "Helvetica", "Arial", sans-serif;
|
|
59
|
+
--Static-Headline-Small-Size: 24px;
|
|
60
|
+
--Static-Headline-Small-Weight: 400;
|
|
61
|
+
--Static-Headline-Small-Line-Height: 32px;
|
|
62
|
+
--Static-Headline-Small-Tracking: 0;
|
|
63
|
+
|
|
64
|
+
--Primary-Primary-Dark: #DEDDDD;
|
|
65
|
+
--Primary-Primary-Light: #101111;
|
|
66
|
+
--Primary-On-Primary-Dark: #101111;
|
|
67
|
+
--Primary-On-Primary-Light: #FDFCFC;
|
|
68
|
+
|
|
69
|
+
--Grays-Gray: #8E8E93;
|
|
70
|
+
|
|
71
|
+
--Spacing-Gap-Segments: 2px;
|
|
72
|
+
--Spacing-Gap-Internal: 4px;
|
|
73
|
+
--Spacing-Padding-Horizontal: 12px;
|
|
74
|
+
--Spacing-Padding-Vertical: 6px;
|
|
75
|
+
|
|
76
|
+
--Radius-Selected: 24px;
|
|
77
|
+
--Radius-Unselected: 4px;
|
|
78
|
+
--Radius-Full: 100px;
|
|
79
|
+
|
|
80
|
+
--Icon-Size: 20px;
|
|
81
|
+
--Segment-Min-Width: 48px;
|
|
82
|
+
|
|
83
|
+
--Motion-Transition-Fast: 150ms;
|
|
84
|
+
--Motion-Click-Fast: 200ms;
|
|
85
|
+
|
|
86
|
+
--Component-SearchBar-Height: 56px;
|
|
87
|
+
--Component-SearchBar-Max-Width: 720px;
|
|
88
|
+
--Component-SearchBar-Radius: 28px;
|
|
89
|
+
--Component-SearchBar-Padding: 8px;
|
|
90
|
+
--Component-SearchBar-Gap: 4px;
|
|
91
|
+
--Component-SearchBar-Action-Size: 40px;
|
|
92
|
+
--Component-SearchBar-Icon-Size: 24px;
|
|
93
|
+
|
|
94
|
+
--Component-FilterButton-Height: 56px;
|
|
95
|
+
--Component-FilterButton-Padding-Vertical: 16px;
|
|
96
|
+
--Component-FilterButton-Padding-Horizontal: 24px;
|
|
97
|
+
--Component-FilterButton-Radius: 50px;
|
|
98
|
+
--Component-FilterButton-Border-Color-Light: #E1BEE7;
|
|
99
|
+
--Component-FilterButton-Border-Color-Dark: #CE93D8;
|
|
100
|
+
--Component-FilterButton-Border-Color-Hover-Light: #CE93D8;
|
|
101
|
+
--Component-FilterButton-Border-Color-Hover-Dark: #BA68C8;
|
|
102
|
+
--Component-FilterButton-Background-Light: #FFFFFF;
|
|
103
|
+
--Component-FilterButton-Background-Dark: #1E1E1E;
|
|
104
|
+
--Component-FilterButton-Background-Hover-Light: #FFFFFF;
|
|
105
|
+
--Component-FilterButton-Background-Hover-Dark: #2C2C2E;
|
|
106
|
+
--Component-FilterButton-Text-Color-Light: #49454F;
|
|
107
|
+
--Component-FilterButton-Text-Color-Dark: rgba(255, 255, 255, 0.87);
|
|
108
|
+
--Component-FilterButton-Shadow-Normal-Light: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
|
109
|
+
--Component-FilterButton-Shadow-Normal-Dark: 0px 1px 3px rgba(0, 0, 0, 0.3);
|
|
110
|
+
--Component-FilterButton-Shadow-Hover-Light: 0px 2px 4px rgba(0, 0, 0, 0.15);
|
|
111
|
+
--Component-FilterButton-Shadow-Hover-Dark: 0px 2px 4px rgba(0, 0, 0, 0.4);
|
|
112
|
+
--Component-FilterButton-Shadow-Active-Light: 0px 1px 2px rgba(0, 0, 0, 0.1);
|
|
113
|
+
--Component-FilterButton-Shadow-Active-Dark: 0px 1px 2px rgba(0, 0, 0, 0.3);
|
|
114
|
+
|
|
115
|
+
--Component-FilterModal-Radius: 28px;
|
|
116
|
+
--Component-FilterModal-Padding: 24px;
|
|
117
|
+
--Component-FilterModal-Padding-Bottom: 20px;
|
|
118
|
+
--Component-FilterModal-Shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.30);
|
|
119
|
+
--Component-FilterModal-Header-Gap: 16px;
|
|
120
|
+
--Component-FilterModal-Content-Gap: 24px;
|
|
121
|
+
--Component-FilterModal-Content-Margin-Top: 16px;
|
|
122
|
+
--Component-FilterModal-Content-Margin-Bottom: 32px;
|
|
123
|
+
--Component-FilterModal-Footer-Gap: 8px;
|
|
124
|
+
--Component-FilterModal-Button-Height: 48px;
|
|
125
|
+
--Component-FilterModal-Button-Padding: 10px 16px;
|
|
126
|
+
--Component-FilterModal-Expandable-Icon-Size: 40px;
|
|
127
|
+
|
|
128
|
+
// VideoTimeline
|
|
129
|
+
--Component-VideoTimeline-Background-Light: #FFFFFF;
|
|
130
|
+
--Component-VideoTimeline-Background-Dark: #1E1E1E;
|
|
131
|
+
--Component-VideoTimeline-Border-Color-Light: rgba(0, 0, 0, 0.16);
|
|
132
|
+
--Component-VideoTimeline-Border-Color-Dark: rgba(255, 255, 255, 0.16);
|
|
133
|
+
--Component-VideoTimeline-Shadow-Light: 0px 4px 5.3px 0px rgba(0, 0, 0, 0.16);
|
|
134
|
+
--Component-VideoTimeline-Shadow-Dark: none;
|
|
135
|
+
--Component-VideoTimeline-Outline-Text-Light: #79747e;
|
|
136
|
+
--Component-VideoTimeline-Outline-Text-Dark: rgba(255, 255, 255, 0.7);
|
|
137
|
+
--Component-VideoTimeline-Tick-Color-Light: rgba(0, 0, 0, 0.45);
|
|
138
|
+
--Component-VideoTimeline-Tick-Color-Dark: rgba(255, 255, 255, 0.5);
|
|
139
|
+
--Component-VideoTimeline-Label-Color-Light: #2c2c2c;
|
|
140
|
+
--Component-VideoTimeline-Label-Color-Dark: rgba(255, 255, 255, 0.85);
|
|
141
|
+
--Component-VideoTimeline-Segment-Color-Light: #4DB6AC;
|
|
142
|
+
--Component-VideoTimeline-Segment-Color-Dark: #4DB6AC;
|
|
143
|
+
--Component-VideoTimeline-Segment-Hover-Light: #26A69A;
|
|
144
|
+
--Component-VideoTimeline-Segment-Hover-Dark: #26A69A;
|
|
145
|
+
--Component-VideoTimeline-Event-Bg-Light: #FFFFFF;
|
|
146
|
+
--Component-VideoTimeline-Event-Bg-Dark: #2F3131;
|
|
147
|
+
--Component-VideoTimeline-Event-Border-Light: rgba(0, 0, 0, 0.2);
|
|
148
|
+
--Component-VideoTimeline-Event-Border-Dark: rgba(255, 255, 255, 0.2);
|
|
149
|
+
--Component-VideoTimeline-Selection-Color-Light: rgba(25, 118, 210, 0.12);
|
|
150
|
+
--Component-VideoTimeline-Selection-Color-Dark: rgba(144, 202, 249, 0.12);
|
|
151
|
+
--Component-VideoTimeline-Playhead-Color-Light: #1a1c1e;
|
|
152
|
+
--Component-VideoTimeline-Playhead-Color-Dark: #e2e2e6;
|
|
153
|
+
--Component-VideoTimeline-IconButton-Border-Light: rgba(0, 0, 0, 0.22);
|
|
154
|
+
--Component-VideoTimeline-IconButton-Border-Dark: rgba(255, 255, 255, 0.22);
|
|
155
|
+
--Component-VideoTimeline-Track-Border-Light: rgba(0, 0, 0, 0.1);
|
|
156
|
+
--Component-VideoTimeline-Track-Border-Dark: rgba(255, 255, 255, 0.1);
|
|
157
|
+
--Component-VideoTimeline-Radius: 12px;
|
|
158
|
+
--Component-VideoTimeline-Header-Button-Height: 32px;
|
|
159
|
+
--Component-VideoTimeline-Header-Button-Radius: 999px;
|
|
160
|
+
|
|
161
|
+
// VideoPlayer
|
|
162
|
+
--Component-VideoPlayer-Background-Light: #f0f0f0;
|
|
163
|
+
--Component-VideoPlayer-Background-Dark: #1E1E1E;
|
|
164
|
+
--Component-VideoPlayer-Border-Light: rgba(0, 0, 0, 0.12);
|
|
165
|
+
--Component-VideoPlayer-Border-Dark: transparent;
|
|
166
|
+
--Component-VideoPlayer-Radius: 12px;
|
|
167
|
+
--Component-VideoPlayer-Control-Bg-Light: rgba(0, 0, 0, 0.08);
|
|
168
|
+
--Component-VideoPlayer-Control-Bg-Dark: rgba(255, 255, 255, 0.15);
|
|
169
|
+
--Component-VideoPlayer-Control-Hover-Light: rgba(0, 0, 0, 0.15);
|
|
170
|
+
--Component-VideoPlayer-Control-Hover-Dark: rgba(255, 255, 255, 0.25);
|
|
171
|
+
--Component-VideoPlayer-Control-Color-Light: #1a1c1e;
|
|
172
|
+
--Component-VideoPlayer-Control-Color-Dark: #ffffff;
|
|
173
|
+
--Component-VideoPlayer-Badge-Active-Bg-Light: rgba(0, 0, 0, 0.85);
|
|
174
|
+
--Component-VideoPlayer-Badge-Active-Bg-Dark: rgba(255, 255, 255, 0.9);
|
|
175
|
+
--Component-VideoPlayer-Badge-Active-Color-Light: #ffffff;
|
|
176
|
+
--Component-VideoPlayer-Badge-Active-Color-Dark: #000000;
|
|
177
|
+
--Component-VideoPlayer-Badge-Inactive-Bg-Light: rgba(0, 0, 0, 0.08);
|
|
178
|
+
--Component-VideoPlayer-Badge-Inactive-Bg-Dark: rgba(255, 255, 255, 0.15);
|
|
179
|
+
--Component-VideoPlayer-Badge-Inactive-Color-Light: rgba(0, 0, 0, 0.6);
|
|
180
|
+
--Component-VideoPlayer-Badge-Inactive-Color-Dark: rgba(255, 255, 255, 0.7);
|
|
181
|
+
--Component-VideoPlayer-Slider-Color-Light: #1a1c1e;
|
|
182
|
+
--Component-VideoPlayer-Slider-Color-Dark: #ffffff;
|
|
183
|
+
--Component-VideoPlayer-Slider-Rail-Light: rgba(0, 0, 0, 0.2);
|
|
184
|
+
--Component-VideoPlayer-Slider-Rail-Dark: rgba(255, 255, 255, 0.3);
|
|
185
|
+
--Component-VideoPlayer-Timestamp-Color-Light: #1a1c1e;
|
|
186
|
+
--Component-VideoPlayer-Timestamp-Color-Dark: #ffffff;
|
|
187
|
+
--Component-VideoPlayer-Recording-Bg: #c62828;
|
|
188
|
+
--Component-VideoPlayer-Recording-Color: #ffffff;
|
|
189
|
+
}
|
|
190
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { lightColors, darkColors } from "./colors";
|
|
2
|
-
export { typographyTokens } from "./typography";
|
|
3
|
-
export { spacingTokens } from "./spacing";
|
|
4
|
-
export { radiiTokens } from "./radii";
|
|
1
|
+
export { lightColors, darkColors } from "./colors";
|
|
2
|
+
export { typographyTokens } from "./typography";
|
|
3
|
+
export { spacingTokens } from "./spacing";
|
|
4
|
+
export { radiiTokens } from "./radii";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export const radiiTokens = {
|
|
2
|
-
sm: 4,
|
|
3
|
-
md: 8,
|
|
4
|
-
lg: 12,
|
|
5
|
-
xl: 16,
|
|
6
|
-
pill: 999,
|
|
7
|
-
} as const;
|
|
1
|
+
export const radiiTokens = {
|
|
2
|
+
sm: 4,
|
|
3
|
+
md: 8,
|
|
4
|
+
lg: 12,
|
|
5
|
+
xl: 16,
|
|
6
|
+
pill: 999,
|
|
7
|
+
} as const;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export const spacingTokens = {
|
|
2
|
-
xxs: 2,
|
|
3
|
-
xs: 4,
|
|
4
|
-
sm: 8,
|
|
5
|
-
md: 12,
|
|
6
|
-
lg: 16,
|
|
7
|
-
xl: 24,
|
|
8
|
-
xxl: 32,
|
|
9
|
-
xxxl: 64,
|
|
10
|
-
} as const;
|
|
1
|
+
export const spacingTokens = {
|
|
2
|
+
xxs: 2,
|
|
3
|
+
xs: 4,
|
|
4
|
+
sm: 8,
|
|
5
|
+
md: 12,
|
|
6
|
+
lg: 16,
|
|
7
|
+
xl: 24,
|
|
8
|
+
xxl: 32,
|
|
9
|
+
xxxl: 64,
|
|
10
|
+
} as const;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export const typographyTokens = {
|
|
2
|
-
fontFamily: '"Inter", "Helvetica", "Arial", sans-serif',
|
|
3
|
-
fontSize: {
|
|
4
|
-
xs: 12,
|
|
5
|
-
sm: 14,
|
|
6
|
-
md: 16,
|
|
7
|
-
lg: 18,
|
|
8
|
-
xl: 20,
|
|
9
|
-
xxl: 24,
|
|
10
|
-
},
|
|
11
|
-
fontWeight: {
|
|
12
|
-
regular: 400,
|
|
13
|
-
medium: 500,
|
|
14
|
-
semibold: 600,
|
|
15
|
-
bold: 700,
|
|
16
|
-
},
|
|
17
|
-
lineHeight: {
|
|
18
|
-
tight: 1.2,
|
|
19
|
-
normal: 1.5,
|
|
20
|
-
relaxed: 1.7,
|
|
21
|
-
},
|
|
22
|
-
} as const;
|
|
1
|
+
export const typographyTokens = {
|
|
2
|
+
fontFamily: '"Inter", "Helvetica", "Arial", sans-serif',
|
|
3
|
+
fontSize: {
|
|
4
|
+
xs: 12,
|
|
5
|
+
sm: 14,
|
|
6
|
+
md: 16,
|
|
7
|
+
lg: 18,
|
|
8
|
+
xl: 20,
|
|
9
|
+
xxl: 24,
|
|
10
|
+
},
|
|
11
|
+
fontWeight: {
|
|
12
|
+
regular: 400,
|
|
13
|
+
medium: 500,
|
|
14
|
+
semibold: 600,
|
|
15
|
+
bold: 700,
|
|
16
|
+
},
|
|
17
|
+
lineHeight: {
|
|
18
|
+
tight: 1.2,
|
|
19
|
+
normal: 1.5,
|
|
20
|
+
relaxed: 1.7,
|
|
21
|
+
},
|
|
22
|
+
} as const;
|