@sproutsocial/racine 25.4.0 → 25.5.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/CHANGELOG.md +29 -0
- package/commonjs/index.js +32 -32
- package/dist/dynamicProps.json +1 -1
- package/dist/types/Menu/MenuTypes.d.ts +1 -1
- package/dist/types/Menu/MenuTypes.d.ts.map +1 -1
- package/dist/types/index.d.ts +8 -8
- package/dist/types/index.d.ts.map +1 -1
- package/lib/index.js +8 -8
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 25.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- cf814f5: Migrate LoaderButton to its own seeds-react-loader-button package
|
|
8
|
+
- 8ca97dd: Migrated FormField, Fieldset, and Label to their own seeds-react component
|
|
9
|
+
- 423a10a: Migrated KeyboardKey from Racine to seeds-react-keyboard-key
|
|
10
|
+
- b812940: Migrated Duration from Racine to seeds-react-duration
|
|
11
|
+
- 69ed5b1: Migrated EmptyState from Racine to seeds-react-empty-state
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f985353: Migrated Loader from Racine to seeds-react-loader
|
|
16
|
+
- 32c96ca: Fix `onClick` prop type for `Menu.Item`
|
|
17
|
+
- Updated dependencies [cf814f5]
|
|
18
|
+
- Updated dependencies [f985353]
|
|
19
|
+
- Updated dependencies [8ca97dd]
|
|
20
|
+
- Updated dependencies [423a10a]
|
|
21
|
+
- Updated dependencies [b812940]
|
|
22
|
+
- Updated dependencies [69ed5b1]
|
|
23
|
+
- @sproutsocial/seeds-react-loader-button@1.0.0
|
|
24
|
+
- @sproutsocial/seeds-react-loader@1.0.0
|
|
25
|
+
- @sproutsocial/seeds-react-form-field@1.0.0
|
|
26
|
+
- @sproutsocial/seeds-react-fieldset@1.0.0
|
|
27
|
+
- @sproutsocial/seeds-react-label@1.0.0
|
|
28
|
+
- @sproutsocial/seeds-react-keyboard-key@1.0.0
|
|
29
|
+
- @sproutsocial/seeds-react-duration@1.0.0
|
|
30
|
+
- @sproutsocial/seeds-react-empty-state@1.0.0
|
|
31
|
+
|
|
3
32
|
## 25.4.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/commonjs/index.js
CHANGED
|
@@ -264,51 +264,51 @@ Object.keys(_seedsReactDrawer).forEach(function (key) {
|
|
|
264
264
|
}
|
|
265
265
|
});
|
|
266
266
|
});
|
|
267
|
-
var
|
|
268
|
-
Object.keys(
|
|
267
|
+
var _seedsReactDuration = require("@sproutsocial/seeds-react-duration");
|
|
268
|
+
Object.keys(_seedsReactDuration).forEach(function (key) {
|
|
269
269
|
if (key === "default" || key === "__esModule") return;
|
|
270
270
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
271
|
-
if (key in exports && exports[key] ===
|
|
271
|
+
if (key in exports && exports[key] === _seedsReactDuration[key]) return;
|
|
272
272
|
Object.defineProperty(exports, key, {
|
|
273
273
|
enumerable: true,
|
|
274
274
|
get: function get() {
|
|
275
|
-
return
|
|
275
|
+
return _seedsReactDuration[key];
|
|
276
276
|
}
|
|
277
277
|
});
|
|
278
278
|
});
|
|
279
|
-
var
|
|
280
|
-
Object.keys(
|
|
279
|
+
var _seedsReactEmptyState = require("@sproutsocial/seeds-react-empty-state");
|
|
280
|
+
Object.keys(_seedsReactEmptyState).forEach(function (key) {
|
|
281
281
|
if (key === "default" || key === "__esModule") return;
|
|
282
282
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
283
|
-
if (key in exports && exports[key] ===
|
|
283
|
+
if (key in exports && exports[key] === _seedsReactEmptyState[key]) return;
|
|
284
284
|
Object.defineProperty(exports, key, {
|
|
285
285
|
enumerable: true,
|
|
286
286
|
get: function get() {
|
|
287
|
-
return
|
|
287
|
+
return _seedsReactEmptyState[key];
|
|
288
288
|
}
|
|
289
289
|
});
|
|
290
290
|
});
|
|
291
|
-
var
|
|
292
|
-
Object.keys(
|
|
291
|
+
var _seedsReactFieldset = require("@sproutsocial/seeds-react-fieldset");
|
|
292
|
+
Object.keys(_seedsReactFieldset).forEach(function (key) {
|
|
293
293
|
if (key === "default" || key === "__esModule") return;
|
|
294
294
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
295
|
-
if (key in exports && exports[key] ===
|
|
295
|
+
if (key in exports && exports[key] === _seedsReactFieldset[key]) return;
|
|
296
296
|
Object.defineProperty(exports, key, {
|
|
297
297
|
enumerable: true,
|
|
298
298
|
get: function get() {
|
|
299
|
-
return
|
|
299
|
+
return _seedsReactFieldset[key];
|
|
300
300
|
}
|
|
301
301
|
});
|
|
302
302
|
});
|
|
303
|
-
var
|
|
304
|
-
Object.keys(
|
|
303
|
+
var _seedsReactFormField = require("@sproutsocial/seeds-react-form-field");
|
|
304
|
+
Object.keys(_seedsReactFormField).forEach(function (key) {
|
|
305
305
|
if (key === "default" || key === "__esModule") return;
|
|
306
306
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
307
|
-
if (key in exports && exports[key] ===
|
|
307
|
+
if (key in exports && exports[key] === _seedsReactFormField[key]) return;
|
|
308
308
|
Object.defineProperty(exports, key, {
|
|
309
309
|
enumerable: true,
|
|
310
310
|
get: function get() {
|
|
311
|
-
return
|
|
311
|
+
return _seedsReactFormField[key];
|
|
312
312
|
}
|
|
313
313
|
});
|
|
314
314
|
});
|
|
@@ -360,27 +360,27 @@ Object.keys(_seedsReactInput).forEach(function (key) {
|
|
|
360
360
|
}
|
|
361
361
|
});
|
|
362
362
|
});
|
|
363
|
-
var
|
|
364
|
-
Object.keys(
|
|
363
|
+
var _seedsReactKeyboardKey = require("@sproutsocial/seeds-react-keyboard-key");
|
|
364
|
+
Object.keys(_seedsReactKeyboardKey).forEach(function (key) {
|
|
365
365
|
if (key === "default" || key === "__esModule") return;
|
|
366
366
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
367
|
-
if (key in exports && exports[key] ===
|
|
367
|
+
if (key in exports && exports[key] === _seedsReactKeyboardKey[key]) return;
|
|
368
368
|
Object.defineProperty(exports, key, {
|
|
369
369
|
enumerable: true,
|
|
370
370
|
get: function get() {
|
|
371
|
-
return
|
|
371
|
+
return _seedsReactKeyboardKey[key];
|
|
372
372
|
}
|
|
373
373
|
});
|
|
374
374
|
});
|
|
375
|
-
var
|
|
376
|
-
Object.keys(
|
|
375
|
+
var _seedsReactLabel = require("@sproutsocial/seeds-react-label");
|
|
376
|
+
Object.keys(_seedsReactLabel).forEach(function (key) {
|
|
377
377
|
if (key === "default" || key === "__esModule") return;
|
|
378
378
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
379
|
-
if (key in exports && exports[key] ===
|
|
379
|
+
if (key in exports && exports[key] === _seedsReactLabel[key]) return;
|
|
380
380
|
Object.defineProperty(exports, key, {
|
|
381
381
|
enumerable: true,
|
|
382
382
|
get: function get() {
|
|
383
|
-
return
|
|
383
|
+
return _seedsReactLabel[key];
|
|
384
384
|
}
|
|
385
385
|
});
|
|
386
386
|
});
|
|
@@ -408,27 +408,27 @@ Object.keys(_Listbox).forEach(function (key) {
|
|
|
408
408
|
}
|
|
409
409
|
});
|
|
410
410
|
});
|
|
411
|
-
var
|
|
412
|
-
Object.keys(
|
|
411
|
+
var _seedsReactLoader = require("@sproutsocial/seeds-react-loader");
|
|
412
|
+
Object.keys(_seedsReactLoader).forEach(function (key) {
|
|
413
413
|
if (key === "default" || key === "__esModule") return;
|
|
414
414
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
415
|
-
if (key in exports && exports[key] ===
|
|
415
|
+
if (key in exports && exports[key] === _seedsReactLoader[key]) return;
|
|
416
416
|
Object.defineProperty(exports, key, {
|
|
417
417
|
enumerable: true,
|
|
418
418
|
get: function get() {
|
|
419
|
-
return
|
|
419
|
+
return _seedsReactLoader[key];
|
|
420
420
|
}
|
|
421
421
|
});
|
|
422
422
|
});
|
|
423
|
-
var
|
|
424
|
-
Object.keys(
|
|
423
|
+
var _seedsReactLoaderButton = require("@sproutsocial/seeds-react-loader-button");
|
|
424
|
+
Object.keys(_seedsReactLoaderButton).forEach(function (key) {
|
|
425
425
|
if (key === "default" || key === "__esModule") return;
|
|
426
426
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
427
|
-
if (key in exports && exports[key] ===
|
|
427
|
+
if (key in exports && exports[key] === _seedsReactLoaderButton[key]) return;
|
|
428
428
|
Object.defineProperty(exports, key, {
|
|
429
429
|
enumerable: true,
|
|
430
430
|
get: function get() {
|
|
431
|
-
return
|
|
431
|
+
return _seedsReactLoaderButton[key];
|
|
432
432
|
}
|
|
433
433
|
});
|
|
434
434
|
});
|