@openeventkit/event-site 2.0.20 → 2.0.22

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.20",
4
+ "version": "2.0.22",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -21,7 +21,7 @@
21
21
  "@types/react": "^16.9.42",
22
22
  "@vimeo/player": "^2.16.3",
23
23
  "ably": "^1.2.34",
24
- "attendee-to-attendee-widget": "3.0.2",
24
+ "attendee-to-attendee-widget": "3.0.3",
25
25
  "awesome-bootstrap-checkbox": "^1.0.1",
26
26
  "axios": "^0.19.2",
27
27
  "babel-preset-gatsby": "^3.9.0",
@@ -113,7 +113,7 @@
113
113
  "slick-carousel": "^1.8.1",
114
114
  "smoothscroll-polyfill": "^0.4.4",
115
115
  "socket.io-client": "^4.5.2",
116
- "speakers-widget": "3.0.2",
116
+ "speakers-widget": "4.0.0",
117
117
  "stream-browserify": "^3.0.0",
118
118
  "stream-chat": "^2.7.2",
119
119
  "stream-chat-react": "3.1.7",
@@ -1 +1,17 @@
1
- {"widgets":{"chat":{"showQA":false,"showHelp":false,"defaultScope":"page"},"schedule":{"allowClick":true}},"favicons":{"favicon180":"/img/favicon.png","favicon32":"/img/favicon.png","favicon16":"/img/favicon.png"},"staticJsonFilesBuildTime":[{"file":"src/data/summit.json","build_time":1691766699831},{"file":"src/data/events.json","build_time":1691766703210},{"file":"src/data/events.idx.json","build_time":1691766703213},{"file":"src/data/speakers.json","build_time":1691766704167},{"file":"src/data/speakers.idx.json","build_time":1691766704167},{"file":"src/content/sponsors.json","build_time":1691766707706},{"file":"src/data/voteable-presentations.json","build_time":1691766709093}],"lastBuild":1691766709095}
1
+ {
2
+ "widgets": {
3
+ "chat": {
4
+ "showQA": false,
5
+ "showHelp": false,
6
+ "defaultScope": "page"
7
+ },
8
+ "schedule": {
9
+ "allowClick": true
10
+ }
11
+ },
12
+ "favicons": {
13
+ "favicon180": "/img/favicon.png",
14
+ "favicon32": "/img/favicon.png",
15
+ "favicon16": "/img/favicon.png"
16
+ }
17
+ }
@@ -37,6 +37,7 @@ $color_input_border_color_dark:rgb(58, 63, 65);
37
37
  --color_input_text_color: #{$color_input_text_color_light};
38
38
  --color_input_background_color: #{$color_input_background_color_light};
39
39
  --color_input_border_color: #{$color_input_border_color_light};
40
+ --color_text_input_hints: #{$color_input_text_color_light};
40
41
  }
41
42
 
42
43
  html[data-theme="DARK"] {
@@ -51,4 +52,5 @@ html[data-theme="DARK"] {
51
52
  --color_input_text_color: #{$color_input_text_color_dark} !important;
52
53
  --color_input_background_color: #{$color_input_background_color_dark} !important;
53
54
  --color_input_border_color: #{$color_input_border_color_dark} !important;
55
+ --color_text_input_hints: #{$color_input_text_color_dark} !important;
54
56
  }
@@ -167,24 +167,32 @@
167
167
  }
168
168
  }
169
169
 
170
- .registration_company_dll_prefix__control, .ddl-extra-questions__control{
171
- background-color: var(--color_input_background_color) !important;;
172
- color: var(--color_input_text_color) !important;
173
- border-color: var(--color_input_border_color) !important;
174
- .registration_company_dll_prefix__single-value, .ddl-extra-questions__single-value{
170
+ .registration_company_dll_prefix, .ddl-extra-questions {
171
+ &__single-value{
175
172
  color: var(--color_input_text_color) !important;
176
173
  }
177
- }
178
-
179
- .ddl-extra-questions__menu{
180
- background-color: var(--color_input_background_color) !important;;
181
- color: var(--color_input_text_color) !important;
182
- border-color: var(--color_input_border_color) !important;
183
- }
184
-
185
- .ddl-extra-questions__option:hover {
186
- background-color: var(--color_background_dark) !important;;
187
- color: var(--color_text_light) !important
174
+ &__control{
175
+ background-color: var(--color_input_background_color) !important;;
176
+ color: var(--color_input_text_color) !important;
177
+ border-color: var(--color_input_border_color) !important;
178
+ }
179
+ &__menu{
180
+ background-color: var(--color_input_background_color) !important;;
181
+ color: var(--color_input_text_color) !important;
182
+ border-color: var(--color_input_border_color) !important;
183
+ }
184
+ &__option:hover {
185
+ background-color: var(--color_background_dark) !important;;
186
+ color: var(--color_text_light) !important
187
+ }
188
+ &__option:focus {
189
+ background-color: var(--color_background_dark) !important;;
190
+ color: var(--color_text_light) !important
191
+ }
192
+ &__option:not(:hover) {
193
+ background-color: var(--color_background_light) !important;;
194
+ color: var(--color_text_dark) !important
195
+ }
188
196
  }
189
197
 
190
198
  /********************************************************/