@rileybathurst/paddle 0.0.20 → 0.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": "@rileybathurst/paddle",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "vite",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"color-cards": "^1.0.14",
|
|
16
|
+
"gatsby": "^5.13.6",
|
|
16
17
|
"react": "^18.2.0",
|
|
17
18
|
"react-aria-components": "^1.2.1",
|
|
18
19
|
"react-dom": "^18.2.0"
|
|
@@ -11,7 +11,7 @@ interface TestimonialsTypes {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
export const PaddleTestimonials = ({ nodes }: TestimonialsTypes) =>
|
|
14
|
-
<ul className='testimonials
|
|
14
|
+
<ul className='testimonials condor'>
|
|
15
15
|
{nodes.map((testimonial) => (
|
|
16
16
|
<li key={testimonial.id}>
|
|
17
17
|
<p className='elbrus'><span className='denali font-serif'>“</span>{testimonial.testimonial}<span className='denali font-serif'>”</span></p>
|
package/src/index.tsx
CHANGED
package/src/styles/variables.css
CHANGED
|
@@ -115,12 +115,11 @@
|
|
|
115
115
|
/* #WIDTHS */
|
|
116
116
|
/* https://en.wikipedia.org/wiki/Largest_living_flying_birds_by_wingspan */
|
|
117
117
|
/*------------------*/
|
|
118
|
-
--
|
|
119
|
-
--
|
|
120
|
-
--
|
|
121
|
-
--
|
|
122
|
-
--
|
|
123
|
-
--albatross: 80rem;
|
|
118
|
+
--vulture: 10rem;
|
|
119
|
+
--stork: 18rem;
|
|
120
|
+
--condor: 30rem;
|
|
121
|
+
--pelican: 49rem;
|
|
122
|
+
--albatross: 79rem;
|
|
124
123
|
|
|
125
124
|
/*------------------*/
|
|
126
125
|
/* #Z INDEX */
|