File tree Expand file tree Collapse file tree 5 files changed +817
-1124
lines changed Expand file tree Collapse file tree 5 files changed +817
-1124
lines changed Original file line number Diff line number Diff line change 20
20
" > 1%"
21
21
],
22
22
"dependencies" : {
23
- "@badrap/bar-of-progress" : " ^0.2.1" ,
24
23
"@docsearch/react" : " ^1.0.0-alpha.28" ,
25
24
"@formspree/react" : " ^2.2.5" ,
26
25
"@headlessui/react" : " ^1.6.4" ,
36
35
"@svgr/webpack" : " ^5.5.0" ,
37
36
"@tailwindcss/jit" : " ^0.1.18" ,
38
37
"@tailwindcss/typography" : " ^0.4.1" ,
38
+ "@uiuxarghya/progress-bar" : " ^0.1.0" ,
39
39
"autoprefixer" : " ^10.4.7" ,
40
40
"babel-plugin-preval" : " ^5.1.0" ,
41
41
"clsx" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 3
3
/*! purgecss start ignore */
4
4
@import 'docsearch.css' ;
5
5
@import 'prism.css' ;
6
- @import 'bar-of- progress.css' ;
6
+ @import 'progress-bar .css' ;
7
7
/*! purgecss end ignore */
8
8
9
9
@import 'tailwindcss/components' ;
Original file line number Diff line number Diff line change 1
- .bar-of- progress ::after {
1
+ .progress-bar ::after {
2
2
content : '' ;
3
3
display : block;
4
4
position : absolute;
Original file line number Diff line number Diff line change 1
1
import { Header } from '@/components/Header'
2
2
import { Title } from '@/components/Title'
3
3
import twitterLargeCard from '@/img/twitter-large-card.png'
4
- import ProgressBar from '@badrap/bar-of- progress'
4
+ import ProgressBar from '@uiuxarghya/ progress-bar '
5
5
import { ResizeObserver } from '@juggle/resize-observer'
6
6
import 'focus-visible'
7
7
import 'intersection-observer'
@@ -20,7 +20,7 @@ if (typeof window !== 'undefined' && !('ResizeObserver' in window)) {
20
20
const progress = new ProgressBar ( {
21
21
size : 2 ,
22
22
color : '#3B82F6' ,
23
- className : 'bar-of- progress' ,
23
+ className : 'progress-bar ' ,
24
24
delay : 100 ,
25
25
} )
26
26
You can’t perform that action at this time.
0 commit comments