@rileybathurst/paddle 0.0.42 → 0.0.43

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.42",
4
+ "version": "0.0.43",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -9,6 +9,7 @@
9
9
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10
10
  "preview": "vite preview",
11
11
  "start": "storybook dev -p 6006",
12
+ "run storybook": "storybook dev -p 6006",
12
13
  "build-storybook": "storybook build"
13
14
  },
14
15
  "dependencies": {
@@ -0,0 +1,4 @@
1
+ # Terms
2
+
3
+ From Andy"
4
+ Paddleboard is supposed to be one word….but all the programs I type in seem to autocorrect it to two words."
@@ -14,7 +14,8 @@ body {
14
14
  .location,
15
15
  header,
16
16
  main,
17
- footer {
17
+ footer,
18
+ .deck {
18
19
  margin-inline: auto;
19
20
  padding-inline: var(--kosciuszko);
20
21
  width: calc(100% - var(--kosciuszko) * 2);
@@ -44,14 +45,16 @@ footer {
44
45
  flex-basis: var(--pelican);
45
46
  }
46
47
 
47
- .albatross {
48
+ .albatross,
49
+ .deck {
48
50
  max-width: var(--albatross);
49
51
  flex-basis: var(--albatross);
50
52
  }
51
53
 
52
54
  /*------------------------------------*/
53
55
 
54
- .wrap {
56
+ .wrap,
57
+ .deck {
55
58
  display: flex;
56
59
  flex-flow: row wrap;
57
60
  gap: clamp(var(--kosciuszko), 1.667vw, var(--denali));
@@ -65,7 +68,8 @@ footer {
65
68
  }
66
69
 
67
70
  .pelican.wrap > *,
68
- .albatross.wrap > * {
71
+ .albatross.wrap > *,
72
+ .deck > * {
69
73
  max-width: none;
70
74
  margin-inline: 0;
71
75
  padding-inline: 0;
@@ -75,7 +79,8 @@ footer {
75
79
  flex: 1 1 calc(var(--pelican) / 2 - 1rem);
76
80
  }
77
81
 
78
- .albatross.wrap > * {
82
+ .albatross.wrap > *,
83
+ .deck > * {
79
84
  flex: 1 1 calc(var(--albatross) / 2 - 1rem);
80
85
  }
81
86
 
@@ -84,7 +89,8 @@ footer {
84
89
  /*------------------------------------*/
85
90
 
86
91
  /* this isnt a direct nested its always down another layer */
87
- .albatross .pelican {
92
+ .albatross .pelican,
93
+ .deck * {
88
94
  /* ? margin-inline: 0; ? should this be centered */
89
95
  width: 100%; /* resets the padding */
90
96
  padding-inline: 0;