@papillonbits/components 0.13.0 → 0.16.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.
|
@@ -131,60 +131,6 @@ exports[`<TabNav /> Render must match withLinkActions() 1`] = `
|
|
|
131
131
|
</div>
|
|
132
132
|
`;
|
|
133
133
|
|
|
134
|
-
exports[`<TabNav /> Render must match withMixedEnabledVisibleItems() 1`] = `
|
|
135
|
-
<div>
|
|
136
|
-
<div
|
|
137
|
-
class="tabnav"
|
|
138
|
-
>
|
|
139
|
-
<nav
|
|
140
|
-
aria-label="Foo bar"
|
|
141
|
-
class="tabnav-tabs"
|
|
142
|
-
>
|
|
143
|
-
<a
|
|
144
|
-
aria-current="page"
|
|
145
|
-
class="tabnav-tab"
|
|
146
|
-
href="#url"
|
|
147
|
-
>
|
|
148
|
-
Foo tab
|
|
149
|
-
</a>
|
|
150
|
-
<a
|
|
151
|
-
class="tabnav-tab"
|
|
152
|
-
href="#url"
|
|
153
|
-
>
|
|
154
|
-
Bar tab
|
|
155
|
-
</a>
|
|
156
|
-
</nav>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
`;
|
|
160
|
-
|
|
161
|
-
exports[`<TabNav /> Render must match withNavigation() 1`] = `
|
|
162
|
-
<div>
|
|
163
|
-
<div
|
|
164
|
-
class="tabnav"
|
|
165
|
-
>
|
|
166
|
-
<nav
|
|
167
|
-
aria-label="Foo bar"
|
|
168
|
-
class="tabnav-tabs"
|
|
169
|
-
>
|
|
170
|
-
<a
|
|
171
|
-
aria-current="page"
|
|
172
|
-
class="tabnav-tab"
|
|
173
|
-
href="#url"
|
|
174
|
-
>
|
|
175
|
-
Foo tab
|
|
176
|
-
</a>
|
|
177
|
-
<a
|
|
178
|
-
class="tabnav-tab"
|
|
179
|
-
href="#url"
|
|
180
|
-
>
|
|
181
|
-
Bar tab
|
|
182
|
-
</a>
|
|
183
|
-
</nav>
|
|
184
|
-
</div>
|
|
185
|
-
</div>
|
|
186
|
-
`;
|
|
187
|
-
|
|
188
134
|
exports[`<TabNav /> Render must match withTextActions() 1`] = `
|
|
189
135
|
<div>
|
|
190
136
|
<div
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@papillonbits/components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"description": "Papillon Bits Components",
|
|
5
5
|
"homepage": "https://github.com/papillonbits/papillonbits/tree/master/packages/components",
|
|
6
6
|
"repository": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"build-release": "npm run build"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@papillonbits/css": "^0.
|
|
33
|
-
"@papillonbits/library": "^0.
|
|
32
|
+
"@papillonbits/css": "^0.16.0",
|
|
33
|
+
"@papillonbits/library": "^0.16.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "be301ce31cad83c410cc0583a7b4e4c4bfdda5f6"
|
|
36
36
|
}
|