Skip to content

Commit

Permalink
Deploying to gh-pages from @ aaef709 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsin-r committed Dec 16, 2024
1 parent 7ead77f commit d65394a
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 21 deletions.
12 changes: 12 additions & 0 deletions sockets/StorylinesSlideSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@
"type": "string",
"description": "A title that is displayed centered above this map."
},
"caption": {
"type": "string",
"description": "Supporting text content for the map."
},
"timeSlider": {
"type": "object",
"description": "Configuration for a time slider on the map.",
Expand Down Expand Up @@ -256,6 +260,10 @@
"customStyles": {
"type": "string",
"description": "Additional CSS styles to apply to the panel."
},
"caption": {
"type": "string",
"description": "Supporting text content for the chart."
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -358,6 +366,10 @@
"customStyles": {
"type": "string",
"description": "Additional CSS styles to apply to the panel."
},
"modified": {
"type": "boolean",
"description": "An optional tag that specifies whether the panel has been modified from its default configuration"
}
},
"additionalProperties": false,
Expand Down
1 change: 1 addition & 0 deletions sockets/assets/main-B7mfxoNe.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sockets/assets/main-DSWFcoTR.css

This file was deleted.

30 changes: 16 additions & 14 deletions sockets/assets/main-B-CrSoLM.js → sockets/assets/main-OdO4cZ42.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sockets/index-ca-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<script type="text/javascript">
document.write(wet.builder.refTop({}));
</script>
<script type="module" crossorigin src="./assets/main-B-CrSoLM.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-DSWFcoTR.css">
<script type="module" crossorigin src="./assets/main-OdO4cZ42.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-B7mfxoNe.css">
</head>
<body>
<!-- template top and no-script fallback -->
Expand Down
4 changes: 2 additions & 2 deletions sockets/index-ca-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<script type="text/javascript">
document.write(wet.builder.refTop({}));
</script>
<script type="module" crossorigin src="./assets/main-B-CrSoLM.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-DSWFcoTR.css">
<script type="module" crossorigin src="./assets/main-OdO4cZ42.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-B7mfxoNe.css">
</head>
<body>
<!-- template top and no-script fallback -->
Expand Down
4 changes: 2 additions & 2 deletions sockets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link rel="icon" href="./assets/favicon-CFKw5Ei3.svg" />

<title>RAMP Storylines Editor</title>
<script type="module" crossorigin src="./assets/main-B-CrSoLM.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-DSWFcoTR.css">
<script type="module" crossorigin src="./assets/main-OdO4cZ42.js"></script>
<link rel="stylesheet" crossorigin href="./assets/main-B7mfxoNe.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit d65394a

Please sign in to comment.