@reltio/components 1.4.1874 → 1.4.1875

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.
@@ -51,6 +51,6 @@ ControlAttributeForwarded.displayName = 'ControlAttributeForwarded';
51
51
  var ControlAttributeWithTooltip = (0, withTooltip_1.withTooltip)(ControlAttributeForwarded);
52
52
  var ControlAttributeIcon = function () {
53
53
  var styles = (0, styles_1.useStyles)();
54
- return (react_1.default.createElement(ControlAttributeWithTooltip, { "data-reltio-id": "reltio-control-attribute-icon", tooltipTitle: ui_i18n_1.default.text('This is a control attribute. Changing this value will affect availability of other dynamic attributes.'), className: styles.icon }));
54
+ return (react_1.default.createElement(ControlAttributeWithTooltip, { "data-reltio-id": "reltio-control-attribute-icon", tooltipTitle: ui_i18n_1.default.text('This is a control attribute. Changing this value will affect availability of other conditional attributes.'), className: styles.icon }));
55
55
  };
56
56
  exports.ControlAttributeIcon = ControlAttributeIcon;
@@ -22,5 +22,5 @@ ControlAttributeForwarded.displayName = 'ControlAttributeForwarded';
22
22
  var ControlAttributeWithTooltip = withTooltip(ControlAttributeForwarded);
23
23
  export var ControlAttributeIcon = function () {
24
24
  var styles = useStyles();
25
- return (React.createElement(ControlAttributeWithTooltip, { "data-reltio-id": "reltio-control-attribute-icon", tooltipTitle: i18n.text('This is a control attribute. Changing this value will affect availability of other dynamic attributes.'), className: styles.icon }));
25
+ return (React.createElement(ControlAttributeWithTooltip, { "data-reltio-id": "reltio-control-attribute-icon", tooltipTitle: i18n.text('This is a control attribute. Changing this value will affect availability of other conditional attributes.'), className: styles.icon }));
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reltio/components",
3
- "version": "1.4.1874",
3
+ "version": "1.4.1875",
4
4
  "license": "SEE LICENSE IN LICENSE FILE",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",