@sproutsocial/seeds-react-message 1.0.1 → 1.0.2
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/.turbo/turbo-build.log +19 -19
- package/CHANGELOG.md +10 -0
- package/dist/esm/index.js +35 -51
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +35 -51
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
- package/tsconfig.json +7 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
yarn run v1.22.22
|
|
2
2
|
$ tsup --dts
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Done in
|
|
3
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
4
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
+
[34mCLI[39m tsup v8.5.0
|
|
6
|
+
[34mCLI[39m Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-message/tsup.config.ts
|
|
7
|
+
[34mCLI[39m Target: es2022
|
|
8
|
+
[34mCLI[39m Cleaning output folder
|
|
9
|
+
[34mCJS[39m Build start
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[32mESM[39m [1mdist/esm/index.js [22m[32m31.58 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/esm/index.js.map [22m[32m155.20 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 454ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m34.49 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m155.28 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 487ms
|
|
17
|
+
[34mDTS[39m Build start
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 27810ms
|
|
19
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m2.34 KB[39m
|
|
20
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m2.34 KB[39m
|
|
21
|
+
Done in 35.88s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @sproutsocial/seeds-react-message
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [22e1111]
|
|
8
|
+
- @sproutsocial/seeds-react-button@1.2.2
|
|
9
|
+
- @sproutsocial/seeds-react-checkbox@1.3.2
|
|
10
|
+
- @sproutsocial/seeds-react-theme@3.0.1
|
|
11
|
+
- @sproutsocial/seeds-react-avatar@1.0.2
|
|
12
|
+
|
|
3
13
|
## 1.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/esm/index.js
CHANGED
|
@@ -10,58 +10,46 @@ import styled2 from "styled-components";
|
|
|
10
10
|
|
|
11
11
|
// ../../node_modules/@babel/runtime/helpers/esm/extends.js
|
|
12
12
|
function _extends() {
|
|
13
|
-
_extends = Object.assign ? Object.assign.bind() : function(
|
|
14
|
-
for (var
|
|
15
|
-
var
|
|
16
|
-
for (var
|
|
17
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
18
|
-
target[key] = source[key];
|
|
19
|
-
}
|
|
20
|
-
}
|
|
13
|
+
return _extends = Object.assign ? Object.assign.bind() : function(n) {
|
|
14
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
15
|
+
var t = arguments[e];
|
|
16
|
+
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
|
|
21
17
|
}
|
|
22
|
-
return
|
|
23
|
-
};
|
|
24
|
-
return _extends.apply(this, arguments);
|
|
18
|
+
return n;
|
|
19
|
+
}, _extends.apply(null, arguments);
|
|
25
20
|
}
|
|
26
21
|
|
|
27
22
|
// ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
|
28
|
-
function _assertThisInitialized(
|
|
29
|
-
if (
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
return self;
|
|
23
|
+
function _assertThisInitialized(e) {
|
|
24
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
25
|
+
return e;
|
|
33
26
|
}
|
|
34
27
|
|
|
35
28
|
// ../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
|
36
|
-
function _setPrototypeOf(
|
|
37
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
};
|
|
41
|
-
return _setPrototypeOf(o, p);
|
|
29
|
+
function _setPrototypeOf(t, e) {
|
|
30
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t2, e2) {
|
|
31
|
+
return t2.__proto__ = e2, t2;
|
|
32
|
+
}, _setPrototypeOf(t, e);
|
|
42
33
|
}
|
|
43
34
|
|
|
44
35
|
// ../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
|
|
45
|
-
function _inheritsLoose(
|
|
46
|
-
|
|
47
|
-
subClass.prototype.constructor = subClass;
|
|
48
|
-
_setPrototypeOf(subClass, superClass);
|
|
36
|
+
function _inheritsLoose(t, o) {
|
|
37
|
+
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o);
|
|
49
38
|
}
|
|
50
39
|
|
|
51
40
|
// ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
|
52
|
-
function _getPrototypeOf(
|
|
53
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function
|
|
54
|
-
return
|
|
55
|
-
};
|
|
56
|
-
return _getPrototypeOf(o);
|
|
41
|
+
function _getPrototypeOf(t) {
|
|
42
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t2) {
|
|
43
|
+
return t2.__proto__ || Object.getPrototypeOf(t2);
|
|
44
|
+
}, _getPrototypeOf(t);
|
|
57
45
|
}
|
|
58
46
|
|
|
59
47
|
// ../../node_modules/@babel/runtime/helpers/esm/isNativeFunction.js
|
|
60
|
-
function _isNativeFunction(
|
|
48
|
+
function _isNativeFunction(t) {
|
|
61
49
|
try {
|
|
62
|
-
return Function.toString.call(
|
|
63
|
-
} catch (
|
|
64
|
-
return
|
|
50
|
+
return -1 !== Function.toString.call(t).indexOf("[native code]");
|
|
51
|
+
} catch (n) {
|
|
52
|
+
return "function" == typeof t;
|
|
65
53
|
}
|
|
66
54
|
}
|
|
67
55
|
|
|
@@ -87,31 +75,27 @@ function _construct(t, e, r) {
|
|
|
87
75
|
}
|
|
88
76
|
|
|
89
77
|
// ../../node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js
|
|
90
|
-
function _wrapNativeSuper(
|
|
91
|
-
var
|
|
92
|
-
_wrapNativeSuper = function _wrapNativeSuper2(
|
|
93
|
-
if (
|
|
94
|
-
if (typeof
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
if (_cache.has(Class2)) return _cache.get(Class2);
|
|
99
|
-
_cache.set(Class2, Wrapper);
|
|
78
|
+
function _wrapNativeSuper(t) {
|
|
79
|
+
var r = "function" == typeof Map ? /* @__PURE__ */ new Map() : void 0;
|
|
80
|
+
return _wrapNativeSuper = function _wrapNativeSuper2(t2) {
|
|
81
|
+
if (null === t2 || !_isNativeFunction(t2)) return t2;
|
|
82
|
+
if ("function" != typeof t2) throw new TypeError("Super expression must either be null or a function");
|
|
83
|
+
if (void 0 !== r) {
|
|
84
|
+
if (r.has(t2)) return r.get(t2);
|
|
85
|
+
r.set(t2, Wrapper);
|
|
100
86
|
}
|
|
101
87
|
function Wrapper() {
|
|
102
|
-
return _construct(
|
|
88
|
+
return _construct(t2, arguments, _getPrototypeOf(this).constructor);
|
|
103
89
|
}
|
|
104
|
-
Wrapper.prototype = Object.create(
|
|
90
|
+
return Wrapper.prototype = Object.create(t2.prototype, {
|
|
105
91
|
constructor: {
|
|
106
92
|
value: Wrapper,
|
|
107
93
|
enumerable: false,
|
|
108
94
|
writable: true,
|
|
109
95
|
configurable: true
|
|
110
96
|
}
|
|
111
|
-
});
|
|
112
|
-
|
|
113
|
-
};
|
|
114
|
-
return _wrapNativeSuper(Class);
|
|
97
|
+
}), _setPrototypeOf(Wrapper, t2);
|
|
98
|
+
}, _wrapNativeSuper(t);
|
|
115
99
|
}
|
|
116
100
|
|
|
117
101
|
// ../../node_modules/polished/dist/polished.esm.js
|