@plusscommunities/pluss-circles-web-groups 1.6.2-beta.1 → 1.6.3-beta.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/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1231,7 +1231,7 @@ class AddCircle extends Component {
|
|
|
1231
1231
|
user: user,
|
|
1232
1232
|
rightContent: /*#__PURE__*/jsxs("div", {
|
|
1233
1233
|
className: "flex flex-reverse flex-center",
|
|
1234
|
-
children: [/*#__PURE__*/jsx(
|
|
1234
|
+
children: [/*#__PURE__*/jsx(Icon, {
|
|
1235
1235
|
className: "removeIcon marginLeft-8",
|
|
1236
1236
|
icon: "xmark",
|
|
1237
1237
|
colour: Colours$2.COLOUR_DUSK,
|
|
@@ -1955,7 +1955,7 @@ class Circle extends Component {
|
|
|
1955
1955
|
})]
|
|
1956
1956
|
}), /*#__PURE__*/jsx("div", {
|
|
1957
1957
|
className: "chat_replyTo_remove",
|
|
1958
|
-
children: /*#__PURE__*/jsx(
|
|
1958
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
1959
1959
|
className: "removeIcon",
|
|
1960
1960
|
icon: "xmark",
|
|
1961
1961
|
onClick: () => {
|
|
@@ -2031,7 +2031,7 @@ class Circle extends Component {
|
|
|
2031
2031
|
onClick: () => this.setState({
|
|
2032
2032
|
showMessageDate: !this.state.showMessageDate
|
|
2033
2033
|
}),
|
|
2034
|
-
rightContent: !_.isEmpty(this.state.messageDate) && /*#__PURE__*/jsx(
|
|
2034
|
+
rightContent: !_.isEmpty(this.state.messageDate) && /*#__PURE__*/jsx(Icon, {
|
|
2035
2035
|
colour: Colours$1.COLOUR_DUSK_LIGHT,
|
|
2036
2036
|
icon: "xmark",
|
|
2037
2037
|
className: "timepicker_clear",
|
|
@@ -2458,8 +2458,8 @@ var FeaturePickerContent = () => {
|
|
|
2458
2458
|
className: "fp2_widget_content_vListing",
|
|
2459
2459
|
children: [/*#__PURE__*/jsx("div", {
|
|
2460
2460
|
className: "fp2_widget_silhouette fp2_widget_silhouette-circle",
|
|
2461
|
-
children: /*#__PURE__*/jsx(
|
|
2462
|
-
icon: "
|
|
2461
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
2462
|
+
icon: "comments",
|
|
2463
2463
|
colour: Colours.hexToRGBAstring(Colours.COLOUR_BRANDING_MAIN, 0.5)
|
|
2464
2464
|
})
|
|
2465
2465
|
}), /*#__PURE__*/jsxs("div", {
|
|
@@ -2474,8 +2474,8 @@ var FeaturePickerContent = () => {
|
|
|
2474
2474
|
className: "fp2_widget_content_vListing",
|
|
2475
2475
|
children: [/*#__PURE__*/jsx("div", {
|
|
2476
2476
|
className: "fp2_widget_silhouette fp2_widget_silhouette-circle",
|
|
2477
|
-
children: /*#__PURE__*/jsx(
|
|
2478
|
-
icon: "
|
|
2477
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
2478
|
+
icon: "comments",
|
|
2479
2479
|
colour: Colours.hexToRGBAstring(Colours.COLOUR_BRANDING_MAIN, 0.5)
|
|
2480
2480
|
})
|
|
2481
2481
|
}), /*#__PURE__*/jsxs("div", {
|
|
@@ -2490,8 +2490,8 @@ var FeaturePickerContent = () => {
|
|
|
2490
2490
|
className: "fp2_widget_content_vListing",
|
|
2491
2491
|
children: [/*#__PURE__*/jsx("div", {
|
|
2492
2492
|
className: "fp2_widget_silhouette fp2_widget_silhouette-circle",
|
|
2493
|
-
children: /*#__PURE__*/jsx(
|
|
2494
|
-
icon: "
|
|
2493
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
2494
|
+
icon: "comments",
|
|
2495
2495
|
colour: Colours.hexToRGBAstring(Colours.COLOUR_BRANDING_MAIN, 0.5)
|
|
2496
2496
|
})
|
|
2497
2497
|
}), /*#__PURE__*/jsxs("div", {
|