@papillonbits/components 0.11.0 → 0.14.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.
package/build/index.scss CHANGED
@@ -1 +1 @@
1
- @import '../../css/src/primer/index.scss';
1
+ @import '~@papillonbits/css/build/primer/index.scss';
@@ -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.11.0",
3
+ "version": "0.14.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.11.0",
33
- "@papillonbits/library": "^0.11.0"
32
+ "@papillonbits/css": "^0.14.0",
33
+ "@papillonbits/library": "^0.14.0"
34
34
  },
35
- "gitHead": "63d4960e04917425aa6b599102f3e3269a694e9d"
35
+ "gitHead": "242662483333254dbbdbedd35bba54b5738ae846"
36
36
  }