@sproutsocial/racine 25.6.1 → 25.7.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 +41 -0
- package/commonjs/index.js +40 -40
- package/dist/dynamicProps.json +1 -1
- package/dist/types/Duration/styles.d.ts.map +1 -1
- package/dist/types/Toast/styles.d.ts +1 -1
- package/dist/types/index.d.ts +9 -9
- package/dist/types/index.d.ts.map +1 -1
- package/lib/index.js +9 -9
- package/package.json +10 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 25.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bd8d03d: Migrate Textarea from Racine to seeds-react-textarea
|
|
8
|
+
- bd8d03d: Migrated DatePicker to a seeds-react-datepicker component
|
|
9
|
+
- bd8d03d: - Migrate Breadcrumb from Racine to seeds-react-breadcrumb
|
|
10
|
+
- Migrate TokenInput from Racine to seeds-react-token-input
|
|
11
|
+
- Migrate Token from Racine to seeds-react-token
|
|
12
|
+
- Remove MenuButton from Breadcrumb in preparation of new Menu component
|
|
13
|
+
- Input now exports Accessory
|
|
14
|
+
- react-testing-library now exports type UserEvent
|
|
15
|
+
- bd8d03d: Migrate Toast to a seeds-react-toast component
|
|
16
|
+
- bd8d03d: Migrate tabs from Racine to seeds-react-tabs
|
|
17
|
+
- bd8d03d: Migrate Skeleton to its own seeds-react-skeleton component
|
|
18
|
+
- bd8d03d: Migrate Stack to its own seeds-react-stack component
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- bd8d03d: Migrated Message from Racine to seeds-react-message
|
|
23
|
+
- Updated dependencies [bd8d03d]
|
|
24
|
+
- Updated dependencies [bd8d03d]
|
|
25
|
+
- Updated dependencies [bd8d03d]
|
|
26
|
+
- Updated dependencies [bd8d03d]
|
|
27
|
+
- Updated dependencies [bd8d03d]
|
|
28
|
+
- Updated dependencies [bd8d03d]
|
|
29
|
+
- Updated dependencies [bd8d03d]
|
|
30
|
+
- Updated dependencies [bd8d03d]
|
|
31
|
+
- Updated dependencies [bd8d03d]
|
|
32
|
+
- @sproutsocial/seeds-react-textarea@1.0.0
|
|
33
|
+
- @sproutsocial/seeds-react-text@1.3.0
|
|
34
|
+
- @sproutsocial/seeds-react-datepicker@1.0.0
|
|
35
|
+
- @sproutsocial/seeds-react-token-input@1.0.0
|
|
36
|
+
- @sproutsocial/seeds-react-token@1.0.0
|
|
37
|
+
- @sproutsocial/seeds-react-input@1.3.0
|
|
38
|
+
- @sproutsocial/seeds-react-toast@1.0.0
|
|
39
|
+
- @sproutsocial/seeds-react-message@1.0.0
|
|
40
|
+
- @sproutsocial/seeds-react-tabs@1.0.0
|
|
41
|
+
- @sproutsocial/seeds-react-skeleton@1.0.0
|
|
42
|
+
- @sproutsocial/seeds-react-stack@1.0.0
|
|
43
|
+
|
|
3
44
|
## 25.6.1
|
|
4
45
|
|
|
5
46
|
### Patch Changes
|
package/commonjs/index.js
CHANGED
|
@@ -240,15 +240,15 @@ Object.keys(_seedsReactCollapsible).forEach(function (key) {
|
|
|
240
240
|
}
|
|
241
241
|
});
|
|
242
242
|
});
|
|
243
|
-
var
|
|
244
|
-
Object.keys(
|
|
243
|
+
var _seedsReactDatepicker = require("@sproutsocial/seeds-react-datepicker");
|
|
244
|
+
Object.keys(_seedsReactDatepicker).forEach(function (key) {
|
|
245
245
|
if (key === "default" || key === "__esModule") return;
|
|
246
246
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
247
|
-
if (key in exports && exports[key] ===
|
|
247
|
+
if (key in exports && exports[key] === _seedsReactDatepicker[key]) return;
|
|
248
248
|
Object.defineProperty(exports, key, {
|
|
249
249
|
enumerable: true,
|
|
250
250
|
get: function get() {
|
|
251
|
-
return
|
|
251
|
+
return _seedsReactDatepicker[key];
|
|
252
252
|
}
|
|
253
253
|
});
|
|
254
254
|
});
|
|
@@ -444,27 +444,27 @@ Object.keys(_Menu).forEach(function (key) {
|
|
|
444
444
|
}
|
|
445
445
|
});
|
|
446
446
|
});
|
|
447
|
-
var
|
|
448
|
-
Object.keys(
|
|
447
|
+
var _seedsReactModal = require("@sproutsocial/seeds-react-modal");
|
|
448
|
+
Object.keys(_seedsReactModal).forEach(function (key) {
|
|
449
449
|
if (key === "default" || key === "__esModule") return;
|
|
450
450
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
451
|
-
if (key in exports && exports[key] ===
|
|
451
|
+
if (key in exports && exports[key] === _seedsReactModal[key]) return;
|
|
452
452
|
Object.defineProperty(exports, key, {
|
|
453
453
|
enumerable: true,
|
|
454
454
|
get: function get() {
|
|
455
|
-
return
|
|
455
|
+
return _seedsReactModal[key];
|
|
456
456
|
}
|
|
457
457
|
});
|
|
458
458
|
});
|
|
459
|
-
var
|
|
460
|
-
Object.keys(
|
|
459
|
+
var _seedsReactMessage = require("@sproutsocial/seeds-react-message");
|
|
460
|
+
Object.keys(_seedsReactMessage).forEach(function (key) {
|
|
461
461
|
if (key === "default" || key === "__esModule") return;
|
|
462
462
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
463
|
-
if (key in exports && exports[key] ===
|
|
463
|
+
if (key in exports && exports[key] === _seedsReactMessage[key]) return;
|
|
464
464
|
Object.defineProperty(exports, key, {
|
|
465
465
|
enumerable: true,
|
|
466
466
|
get: function get() {
|
|
467
|
-
return
|
|
467
|
+
return _seedsReactMessage[key];
|
|
468
468
|
}
|
|
469
469
|
});
|
|
470
470
|
});
|
|
@@ -552,15 +552,15 @@ Object.keys(_seedsReactSelect).forEach(function (key) {
|
|
|
552
552
|
}
|
|
553
553
|
});
|
|
554
554
|
});
|
|
555
|
-
var
|
|
556
|
-
Object.keys(
|
|
555
|
+
var _seedsReactSkeleton = require("@sproutsocial/seeds-react-skeleton");
|
|
556
|
+
Object.keys(_seedsReactSkeleton).forEach(function (key) {
|
|
557
557
|
if (key === "default" || key === "__esModule") return;
|
|
558
558
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
559
|
-
if (key in exports && exports[key] ===
|
|
559
|
+
if (key in exports && exports[key] === _seedsReactSkeleton[key]) return;
|
|
560
560
|
Object.defineProperty(exports, key, {
|
|
561
561
|
enumerable: true,
|
|
562
562
|
get: function get() {
|
|
563
|
-
return
|
|
563
|
+
return _seedsReactSkeleton[key];
|
|
564
564
|
}
|
|
565
565
|
});
|
|
566
566
|
});
|
|
@@ -576,15 +576,15 @@ Object.keys(_seedsReactSpotIllustration).forEach(function (key) {
|
|
|
576
576
|
}
|
|
577
577
|
});
|
|
578
578
|
});
|
|
579
|
-
var
|
|
580
|
-
Object.keys(
|
|
579
|
+
var _seedsReactStack = require("@sproutsocial/seeds-react-stack");
|
|
580
|
+
Object.keys(_seedsReactStack).forEach(function (key) {
|
|
581
581
|
if (key === "default" || key === "__esModule") return;
|
|
582
582
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
583
|
-
if (key in exports && exports[key] ===
|
|
583
|
+
if (key in exports && exports[key] === _seedsReactStack[key]) return;
|
|
584
584
|
Object.defineProperty(exports, key, {
|
|
585
585
|
enumerable: true,
|
|
586
586
|
get: function get() {
|
|
587
|
-
return
|
|
587
|
+
return _seedsReactStack[key];
|
|
588
588
|
}
|
|
589
589
|
});
|
|
590
590
|
});
|
|
@@ -648,15 +648,15 @@ Object.keys(_TableRowAccordion).forEach(function (key) {
|
|
|
648
648
|
}
|
|
649
649
|
});
|
|
650
650
|
});
|
|
651
|
-
var
|
|
652
|
-
Object.keys(
|
|
651
|
+
var _seedsReactTabs = require("@sproutsocial/seeds-react-tabs");
|
|
652
|
+
Object.keys(_seedsReactTabs).forEach(function (key) {
|
|
653
653
|
if (key === "default" || key === "__esModule") return;
|
|
654
654
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
655
|
-
if (key in exports && exports[key] ===
|
|
655
|
+
if (key in exports && exports[key] === _seedsReactTabs[key]) return;
|
|
656
656
|
Object.defineProperty(exports, key, {
|
|
657
657
|
enumerable: true,
|
|
658
658
|
get: function get() {
|
|
659
|
-
return
|
|
659
|
+
return _seedsReactTabs[key];
|
|
660
660
|
}
|
|
661
661
|
});
|
|
662
662
|
});
|
|
@@ -672,27 +672,27 @@ Object.keys(_seedsReactText).forEach(function (key) {
|
|
|
672
672
|
}
|
|
673
673
|
});
|
|
674
674
|
});
|
|
675
|
-
var
|
|
676
|
-
Object.keys(
|
|
675
|
+
var _seedsReactTextarea = require("@sproutsocial/seeds-react-textarea");
|
|
676
|
+
Object.keys(_seedsReactTextarea).forEach(function (key) {
|
|
677
677
|
if (key === "default" || key === "__esModule") return;
|
|
678
678
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
679
|
-
if (key in exports && exports[key] ===
|
|
679
|
+
if (key in exports && exports[key] === _seedsReactTextarea[key]) return;
|
|
680
680
|
Object.defineProperty(exports, key, {
|
|
681
681
|
enumerable: true,
|
|
682
682
|
get: function get() {
|
|
683
|
-
return
|
|
683
|
+
return _seedsReactTextarea[key];
|
|
684
684
|
}
|
|
685
685
|
});
|
|
686
686
|
});
|
|
687
|
-
var
|
|
688
|
-
Object.keys(
|
|
687
|
+
var _seedsReactToast = require("@sproutsocial/seeds-react-toast");
|
|
688
|
+
Object.keys(_seedsReactToast).forEach(function (key) {
|
|
689
689
|
if (key === "default" || key === "__esModule") return;
|
|
690
690
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
691
|
-
if (key in exports && exports[key] ===
|
|
691
|
+
if (key in exports && exports[key] === _seedsReactToast[key]) return;
|
|
692
692
|
Object.defineProperty(exports, key, {
|
|
693
693
|
enumerable: true,
|
|
694
694
|
get: function get() {
|
|
695
|
-
return
|
|
695
|
+
return _seedsReactToast[key];
|
|
696
696
|
}
|
|
697
697
|
});
|
|
698
698
|
});
|
|
@@ -708,27 +708,27 @@ Object.keys(_ToggleHint).forEach(function (key) {
|
|
|
708
708
|
}
|
|
709
709
|
});
|
|
710
710
|
});
|
|
711
|
-
var
|
|
712
|
-
Object.keys(
|
|
711
|
+
var _seedsReactToken = require("@sproutsocial/seeds-react-token");
|
|
712
|
+
Object.keys(_seedsReactToken).forEach(function (key) {
|
|
713
713
|
if (key === "default" || key === "__esModule") return;
|
|
714
714
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
715
|
-
if (key in exports && exports[key] ===
|
|
715
|
+
if (key in exports && exports[key] === _seedsReactToken[key]) return;
|
|
716
716
|
Object.defineProperty(exports, key, {
|
|
717
717
|
enumerable: true,
|
|
718
718
|
get: function get() {
|
|
719
|
-
return
|
|
719
|
+
return _seedsReactToken[key];
|
|
720
720
|
}
|
|
721
721
|
});
|
|
722
722
|
});
|
|
723
|
-
var
|
|
724
|
-
Object.keys(
|
|
723
|
+
var _seedsReactTokenInput = require("@sproutsocial/seeds-react-token-input");
|
|
724
|
+
Object.keys(_seedsReactTokenInput).forEach(function (key) {
|
|
725
725
|
if (key === "default" || key === "__esModule") return;
|
|
726
726
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
727
|
-
if (key in exports && exports[key] ===
|
|
727
|
+
if (key in exports && exports[key] === _seedsReactTokenInput[key]) return;
|
|
728
728
|
Object.defineProperty(exports, key, {
|
|
729
729
|
enumerable: true,
|
|
730
730
|
get: function get() {
|
|
731
|
-
return
|
|
731
|
+
return _seedsReactTokenInput[key];
|
|
732
732
|
}
|
|
733
733
|
});
|
|
734
734
|
});
|