@openeventkit/event-site 1.0.39 → 1.0.40

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": "1.0.39",
4
+ "version": "1.0.40",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -42,7 +42,7 @@
42
42
  "font-awesome": "^4.7.0",
43
43
  "formik": "^2.2.9",
44
44
  "fs-extra": "^9.0.1",
45
- "full-schedule-widget": "^2.0.33",
45
+ "full-schedule-widget": "^2.0.35",
46
46
  "gatsby": "^5.8.1",
47
47
  "gatsby-alias-imports": "^1.0.6",
48
48
  "gatsby-plugin-image": "^3.8.0",
@@ -6,12 +6,12 @@
6
6
  color: $color-white;
7
7
 
8
8
  &.open {
9
- z-index: 1000;
9
+ z-index: 10000;
10
10
  position: fixed;
11
11
  top: 0;
12
12
  left: 0;
13
- height: 100%;
14
- width: 100%;
13
+ height: 100vh;
14
+ width: 100vw;
15
15
  overflow-y: scroll;
16
16
  }
17
17
 
@@ -115,4 +115,14 @@
115
115
  &--unset &__status {
116
116
  color: $color-black;
117
117
  }
118
+
119
+ &--cancel {
120
+ cursor: not-allowed;
121
+ }
122
+
123
+ &--cancel &__icon,
124
+ &--cancel &__status {
125
+ font-weight: bold;
126
+ color: $color-danger;
127
+ }
118
128
  }
@@ -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":1689351620274},{"file":"src/data/events.json","build_time":1689351625630},{"file":"src/data/events.idx.json","build_time":1689351625635},{"file":"src/data/speakers.json","build_time":1689351626704},{"file":"src/data/speakers.idx.json","build_time":1689351626726},{"file":"src/data/voteable-presentations.json","build_time":1689351627083}],"lastBuild":1689351627084}
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
+ }