@papillonbits/components 0.5.0 → 0.6.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.
@@ -7,9 +7,7 @@ Array [
7
7
  >
8
8
  <div
9
9
  className="col-2 d-table-cell border p-2 h6"
10
- >
11
-
12
- </div>
10
+ />
13
11
  <div
14
12
  className="col-2 d-table-cell border p-2 h6"
15
13
  >
@@ -41,9 +39,7 @@ Array [
41
39
  >
42
40
  <div
43
41
  className="col-2 d-table-cell border p-2"
44
- >
45
-
46
- </div>
42
+ />
47
43
  <div
48
44
  className="col-2 d-table-cell border p-2"
49
45
  >
@@ -75,9 +71,7 @@ Array [
75
71
  >
76
72
  <div
77
73
  className="col-2 d-table-cell border p-2"
78
- >
79
-
80
- </div>
74
+ />
81
75
  <div
82
76
  className="col-2 d-table-cell border p-2"
83
77
  >
@@ -109,9 +103,7 @@ Array [
109
103
  >
110
104
  <div
111
105
  className="col-2 d-table-cell border p-2"
112
- >
113
-
114
- </div>
106
+ />
115
107
  <div
116
108
  className="col-2 d-table-cell border p-2"
117
109
  >
@@ -143,9 +135,7 @@ Array [
143
135
  >
144
136
  <div
145
137
  className="col-2 d-table-cell border p-2"
146
- >
147
-
148
- </div>
138
+ />
149
139
  <div
150
140
  className="col-2 d-table-cell border p-2"
151
141
  >
@@ -177,9 +167,7 @@ Array [
177
167
  >
178
168
  <div
179
169
  className="col-2 d-table-cell border p-2"
180
- >
181
-
182
- </div>
170
+ />
183
171
  <div
184
172
  className="col-2 d-table-cell border p-2"
185
173
  >
@@ -211,9 +199,7 @@ Array [
211
199
  >
212
200
  <div
213
201
  className="col-2 d-table-cell border p-2"
214
- >
215
-
216
- </div>
202
+ />
217
203
  <div
218
204
  className="col-2 d-table-cell border p-2"
219
205
  >
@@ -245,9 +231,7 @@ Array [
245
231
  >
246
232
  <div
247
233
  className="col-2 d-table-cell border p-2"
248
- >
249
-
250
- </div>
234
+ />
251
235
  <div
252
236
  className="col-2 d-table-cell border p-2"
253
237
  >
@@ -279,9 +263,7 @@ Array [
279
263
  >
280
264
  <div
281
265
  className="col-2 d-table-cell border p-2"
282
- >
283
-
284
- </div>
266
+ />
285
267
  <div
286
268
  className="col-2 d-table-cell border p-2"
287
269
  >
@@ -313,9 +295,7 @@ Array [
313
295
  >
314
296
  <div
315
297
  className="col-2 d-table-cell border p-2"
316
- >
317
-
318
- </div>
298
+ />
319
299
  <div
320
300
  className="col-2 d-table-cell border p-2"
321
301
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonbits/components",
3
- "version": "0.5.0",
3
+ "version": "0.6.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.5.0",
33
- "@papillonbits/library": "^0.5.0"
32
+ "@papillonbits/css": "^0.6.0",
33
+ "@papillonbits/library": "^0.6.0"
34
34
  },
35
- "gitHead": "9c939c38673e13431762abf2d7958cbcc111faba"
35
+ "gitHead": "c8a804c952017a594fd6420ef676e70e4da4b650"
36
36
  }