@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.
@@ -1,21 +1,21 @@
1
1
  yarn run v1.22.22
2
2
  $ tsup --dts
3
- CLI Building entry: src/index.ts
4
- CLI Using tsconfig: tsconfig.json
5
- CLI tsup v8.0.2
6
- CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-message/tsup.config.ts
7
- CLI Target: es2022
8
- CLI Cleaning output folder
9
- CJS Build start
10
- ESM Build start
11
- CJS dist/index.js 34.83 KB
12
- CJS dist/index.js.map 155.54 KB
13
- CJS ⚡️ Build success in 657ms
14
- ESM dist/esm/index.js 31.91 KB
15
- ESM dist/esm/index.js.map 155.45 KB
16
- ESM ⚡️ Build success in 686ms
17
- DTS Build start
18
- DTS ⚡️ Build success in 35838ms
19
- DTS dist/index.d.ts 2.34 KB
20
- DTS dist/index.d.mts 2.34 KB
21
- Done in 46.11s.
3
+ CLI Building entry: src/index.ts
4
+ CLI Using tsconfig: tsconfig.json
5
+ CLI tsup v8.5.0
6
+ CLI Using tsup config: /home/runner/work/seeds/seeds/seeds-react/seeds-react-message/tsup.config.ts
7
+ CLI Target: es2022
8
+ CLI Cleaning output folder
9
+ CJS Build start
10
+ ESM Build start
11
+ ESM dist/esm/index.js 31.58 KB
12
+ ESM dist/esm/index.js.map 155.20 KB
13
+ ESM ⚡️ Build success in 454ms
14
+ CJS dist/index.js 34.49 KB
15
+ CJS dist/index.js.map 155.28 KB
16
+ CJS ⚡️ Build success in 487ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 27810ms
19
+ DTS dist/index.d.ts 2.34 KB
20
+ DTS dist/index.d.mts 2.34 KB
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(target) {
14
- for (var i = 1; i < arguments.length; i++) {
15
- var source = arguments[i];
16
- for (var key in source) {
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 target;
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(self) {
29
- if (self === void 0) {
30
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
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(o, p) {
37
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
38
- o2.__proto__ = p2;
39
- return o2;
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(subClass, superClass) {
46
- subClass.prototype = Object.create(superClass.prototype);
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(o) {
53
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf2(o2) {
54
- return o2.__proto__ || Object.getPrototypeOf(o2);
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(fn) {
48
+ function _isNativeFunction(t) {
61
49
  try {
62
- return Function.toString.call(fn).indexOf("[native code]") !== -1;
63
- } catch (e) {
64
- return typeof fn === "function";
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(Class) {
91
- var _cache = typeof Map === "function" ? /* @__PURE__ */ new Map() : void 0;
92
- _wrapNativeSuper = function _wrapNativeSuper2(Class2) {
93
- if (Class2 === null || !_isNativeFunction(Class2)) return Class2;
94
- if (typeof Class2 !== "function") {
95
- throw new TypeError("Super expression must either be null or a function");
96
- }
97
- if (typeof _cache !== "undefined") {
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(Class2, arguments, _getPrototypeOf(this).constructor);
88
+ return _construct(t2, arguments, _getPrototypeOf(this).constructor);
103
89
  }
104
- Wrapper.prototype = Object.create(Class2.prototype, {
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
- return _setPrototypeOf(Wrapper, Class2);
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