Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f9c1e43
Horizontal timeline with image and text
jdromero88 Mar 24, 2026
1dc1231
fix image size, align image and content, center timeline-track
jdromero88 Mar 25, 2026
bd81074
style button and snapshot-content
jdromero88 Mar 25, 2026
80fa61b
fix image height
jdromero88 Mar 26, 2026
26c7455
Update colors
jdromero88 Mar 26, 2026
ccdc536
Created widgets dev
jdromero88 Mar 26, 2026
7755e16
Add CSS variables to update the button styles from the web component
jdromero88 Apr 2, 2026
2bb61fd
add variables for svg fill color, the border width and color
jdromero88 Apr 2, 2026
5ec5586
Added title styles variables
jdromero88 Apr 6, 2026
917249d
Added date font styles variables
jdromero88 Apr 6, 2026
f92ae6a
Added description font variables
jdromero88 Apr 7, 2026
f8bb1f0
Added text box styles variables
jdromero88 Apr 7, 2026
018ecb1
Added timeline year styles
jdromero88 Apr 8, 2026
61576f8
rm text align on snapshot-content class
jdromero88 Apr 8, 2026
6a177ca
create widgets dev for testing
jdromero88 Apr 8, 2026
b0921c7
moved timeline above buttons on mobile devices
jdromero88 Apr 10, 2026
9988450
Add year tick to the timeline
jdromero88 Apr 10, 2026
0184e03
Update dist folder for testing on SH
jdromero88 Apr 10, 2026
7c01e0d
Add full month text to dataset and rm italic style from date on snaps…
jdromero88 Apr 14, 2026
90ae226
Add tooltip font size variable
jdromero88 Apr 14, 2026
cce3cdf
Add ability to add custom font family
jdromero88 Apr 14, 2026
d1ccf82
Update tooltip font size for mobile devices
jdromero88 Apr 14, 2026
0e62fef
Add timeline circle size variable
jdromero88 Apr 14, 2026
d786be2
bundle dev dist for testing
jdromero88 Apr 14, 2026
f65a47e
Fix padding on mobiles devices and bundle for testing
jdromero88 Apr 14, 2026
6e36173
Fix tooltip position and create bundle for dev
jdromero88 Apr 14, 2026
694a9b5
Add ability to render HTML direct on the description block
jdromero88 Apr 14, 2026
f85aff6
Create dev bundle after fixing merge conflicts
jdromero88 Apr 14, 2026
5deb94a
Fix default values
jdromero88 Apr 15, 2026
dd7a46c
added back d3-fetch
jdromero88 Apr 15, 2026
78df604
add dompurify pkg
jdromero88 Apr 15, 2026
f7dd68c
Create dev bundle
jdromero88 Apr 15, 2026
e359bea
Add variable for the gap inside the nav button
jdromero88 Apr 21, 2026
a813df9
Add variable to control the object fit for the img tag
jdromero88 Apr 21, 2026
f8625cf
Create dev bundle
jdromero88 Apr 21, 2026
26695de
add variables to control the timeline-content styles
jdromero88 Apr 30, 2026
4e84244
create dev bundle
jdromero88 Apr 30, 2026
0bda62e
add variable to control timeline bg color and create dev bundle
jdromero88 Apr 30, 2026
f51f2f2
rm dist
jdromero88 Apr 30, 2026
c3c92f2
Create dev bundle
jdromero88 Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
312 changes: 312 additions & 0 deletions dist/widgets-dev.js

Large diffs are not rendered by default.

243 changes: 0 additions & 243 deletions dist/widgets.js

This file was deleted.

9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}

csis-audio-brief {
margin-top: 400px;
margin-bottom: 20px;
}
</style>
Expand All @@ -40,6 +41,11 @@ <h1>Test page</h1>
ends up on the page.
</p>
<div style="height: 100vh;"></div>
</main>
<csis-satellite-snapshot data-url="https://docs.google.com/spreadsheets/d/e/2PACX-1vTNtAJ__hKArVR80Srn10EePyynnMJN7eEAm-0uOjSzZp64rKJKte21h-tTGDsyOWxDZQ2YzJm77Sk0/pub?gid=0&single=true&output=csv">
</csis-satellite-snapshot>
<csis-audio-brief border-radius="60px"></csis-audio-brief>
<csis-triple-compare show-labels=true></csis-triple-compare>

<csis-scroll-highlight highlight-style="half" highlight-color="#ffe44d"
text-color="#24343a" active-text-color="#000" max-width="800"
Expand All @@ -66,5 +72,4 @@ <h1>Test page</h1>
</main>
<csis-hidden-reach-footer></csis-hidden-reach-footer>
</body>

</html>
</html>
93 changes: 93 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"vite": "^7.1.11"
},
"dependencies": {
"d3-fetch": "^3.0.1",
"dompurify": "^3.4.0",
"gsap": "^3.13.0"
}
}
Loading