@papillonarts/library 0.36.0 → 0.37.0

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.
@@ -6,6 +6,4 @@ import * as A11yStories from './A11y.story'
6
6
 
7
7
  # A11y
8
8
 
9
- ## function checkAccessibilityIssues()
10
-
11
9
  <Canvas of={A11yStories.Features} />
@@ -12,18 +12,6 @@ exports[`<Array /> Render must match checkAccessibilityIssues() 1`] = `
12
12
  <span>
13
13
 
14
14
 
15
- </span>
16
- <span>
17
-
18
- </span>
19
- <span
20
- style="color: rgb(101, 115, 126);"
21
- >
22
- // Papillon Arts Library
23
- </span>
24
- <span>
25
-
26
-
27
15
  </span>
28
16
  <span>
29
17
 
@@ -131,3 +119,27 @@ exports[`<Array /> Render must match checkAccessibilityIssues() 1`] = `
131
119
  </pre>
132
120
  </div>
133
121
  `;
122
+
123
+ exports[`<Array /> Render must match features() 1`] = `
124
+ <div>
125
+ &lt;h1&gt;A11y&lt;/h1&gt;
126
+ &lt;blockquote&gt;
127
+ &lt;p&gt;A11y all functions&lt;/p&gt;
128
+ &lt;/blockquote&gt;
129
+ &lt;pre&gt;&lt;code&gt;# Functions
130
+
131
+
132
+ <p>
133
+ &gt; checkAccessibilityIssues()
134
+
135
+ &lt;/code&gt;
136
+ &lt;/pre&gt;
137
+ </p>
138
+
139
+
140
+ &lt;h2&gt;checkAccessibilityIssues()&lt;/h2&gt;
141
+ &lt;blockquote&gt;
142
+ &lt;p&gt;A11y checkAccessibilityIssues() function&lt;/p&gt;
143
+ &lt;/blockquote&gt;
144
+ </div>
145
+ `;