@sproutsocial/racine 11.3.1-beta-deps.0 → 11.3.1-beta-deps.3
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/__flow__/Button/index.js +2 -1
- package/__flow__/Button/styles.js +1 -1
- package/__flow__/Menu/__snapshots__/index.test.js.snap +1 -1
- package/commonjs/Button/index.js +1 -1
- package/commonjs/Button/styles.js +1 -0
- package/lib/Button/index.js +1 -1
- package/lib/Button/styles.js +1 -0
- package/package.json +4 -4
package/__flow__/Button/index.js
CHANGED
package/commonjs/Button/index.js
CHANGED
|
@@ -46,7 +46,6 @@ var Button = function Button(_ref) {
|
|
|
46
46
|
|
|
47
47
|
var appearanceCheck = appearance === "default" ? "unstyled" : appearance;
|
|
48
48
|
return /*#__PURE__*/React.createElement(_styles.default, _extends({
|
|
49
|
-
className: "container",
|
|
50
49
|
title: title,
|
|
51
50
|
active: active,
|
|
52
51
|
href: href,
|
|
@@ -66,5 +65,6 @@ var Button = function Button(_ref) {
|
|
|
66
65
|
}, qa, rest), children);
|
|
67
66
|
};
|
|
68
67
|
|
|
68
|
+
Button.displayName = "Button";
|
|
69
69
|
var _default = Button;
|
|
70
70
|
exports.default = _default;
|
|
@@ -60,6 +60,7 @@ var Container = _styledComponents.default.button.withConfig({
|
|
|
60
60
|
return props.appearance === "pill" && (0, _styledComponents.css)(["display:inline-flex;align-items:center;justify-content:center;mix-blend-mode:", ";", ""], props.theme.mode === "dark" ? "screen" : "multiply", _mixins.pill);
|
|
61
61
|
}, _styles.default, _systemProps.LAYOUT, _systemProps.COMMON);
|
|
62
62
|
|
|
63
|
+
Container.displayName = "Button-Container";
|
|
63
64
|
var _default = Container; //${props.theme.mode === "dark" ? "screen" : "multiply"}
|
|
64
65
|
|
|
65
66
|
exports.default = _default;
|
package/lib/Button/index.js
CHANGED
|
@@ -34,7 +34,6 @@ var Button = function Button(_ref) {
|
|
|
34
34
|
|
|
35
35
|
var appearanceCheck = appearance === "default" ? "unstyled" : appearance;
|
|
36
36
|
return /*#__PURE__*/React.createElement(Container, _extends({
|
|
37
|
-
className: "container",
|
|
38
37
|
title: title,
|
|
39
38
|
active: active,
|
|
40
39
|
href: href,
|
|
@@ -54,4 +53,5 @@ var Button = function Button(_ref) {
|
|
|
54
53
|
}, qa, rest), children);
|
|
55
54
|
};
|
|
56
55
|
|
|
56
|
+
Button.displayName = "Button";
|
|
57
57
|
export default Button;
|
package/lib/Button/styles.js
CHANGED
|
@@ -44,4 +44,5 @@ var Container = styled.button.withConfig({
|
|
|
44
44
|
}, function (props) {
|
|
45
45
|
return props.appearance === "pill" && css(["display:inline-flex;align-items:center;justify-content:center;mix-blend-mode:", ";", ""], props.theme.mode === "dark" ? "screen" : "multiply", pill);
|
|
46
46
|
}, Icon, LAYOUT, COMMON);
|
|
47
|
+
Container.displayName = "Button-Container";
|
|
47
48
|
export default Container; //${props.theme.mode === "dark" ? "screen" : "multiply"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/racine",
|
|
3
|
-
"version": "11.3.1-beta-deps.
|
|
3
|
+
"version": "11.3.1-beta-deps.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"__flow__",
|
|
@@ -65,8 +65,6 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@styled-system/theme-get": "^5.1.2",
|
|
68
|
-
"@testing-library/jest-dom": "^5.16.4",
|
|
69
|
-
"@univision/babel-plugin-styled-components": "^1.10.9",
|
|
70
68
|
"classnames": "^2.2.6",
|
|
71
69
|
"lodash.curry": "^4.1.1",
|
|
72
70
|
"lodash.uniqueid": "^4.0.1",
|
|
@@ -79,7 +77,7 @@
|
|
|
79
77
|
"react-popper": "^1.3.3",
|
|
80
78
|
"react-spring": "^8.0.25",
|
|
81
79
|
"react-toastify": "^6.0.5",
|
|
82
|
-
"react-virtualized": "9.
|
|
80
|
+
"react-virtualized": "9.18.5",
|
|
83
81
|
"scroll-into-view-if-needed": "1.1.0",
|
|
84
82
|
"styled-system": "^5.1.5",
|
|
85
83
|
"use-measure": "^0.2.2"
|
|
@@ -110,8 +108,10 @@
|
|
|
110
108
|
"@storybook/addons": "^6.4.19",
|
|
111
109
|
"@storybook/react": "^6.4.19",
|
|
112
110
|
"@storybook/theming": "^6.4.19",
|
|
111
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
113
112
|
"@testing-library/react": "^11.2.2",
|
|
114
113
|
"@testing-library/user-event": "^13.0.0",
|
|
114
|
+
"@univision/babel-plugin-styled-components": "^1.10.9",
|
|
115
115
|
"axios": "^0.26.1",
|
|
116
116
|
"babel-core": "^7.0.0-bridge",
|
|
117
117
|
"babel-eslint": "10.1.0",
|