@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.20",
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 vulture'>
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'>&ldquo;</span>{testimonial.testimonial}<span className='denali font-serif'>&rdquo;</span></p>
package/src/index.tsx CHANGED
@@ -1,5 +1,8 @@
1
1
  // eslint-disable-next-line react-refresh/only-export-components
2
2
 
3
+ // Fragments
4
+ export * from "./testimonial-fragment";
5
+
3
6
  // Atoms
4
7
  export * from "./PaddleBookNow";
5
8
  export * from "./PaddleTime";
@@ -35,7 +35,7 @@ export const Testimonials = ({
35
35
  }: TestimonialsProps) => {
36
36
 
37
37
  return (
38
- <ul className='testimonials vulture'>
38
+ <ul className='testimonials condor'>
39
39
  <Deal />
40
40
  </ul>
41
41
  );
@@ -115,12 +115,11 @@
115
115
  /* #WIDTHS */
116
116
  /* https://en.wikipedia.org/wiki/Largest_living_flying_birds_by_wingspan */
117
117
  /*------------------*/
118
- --swan: 20rem;
119
- --vulture: 30rem;
120
- --stork: 40rem;
121
- --condor: 50rem;
122
- --pelican: 60rem;
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 */