@modusoperandi/licit 1.2.2 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modusoperandi/licit",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "subversion": "1",
@@ -186,7 +186,7 @@ var LinkURLEditor = /*#__PURE__*/function (_React$PureComponent) {
186
186
  })))), !isValid ? /*#__PURE__*/React.createElement("div", {
187
187
  className: "tabcontent",
188
188
  id: "innerlink"
189
- }, /*#__PURE__*/React.createElement("p", null, "No TOC styles"), /*#__PURE__*/React.createElement("div", {
189
+ }, /*#__PURE__*/React.createElement("p", null, "No TOC/TOT/TOF styles"), /*#__PURE__*/React.createElement("div", {
190
190
  className: "czi-form-buttons"
191
191
  }, /*#__PURE__*/React.createElement(CustomButton, {
192
192
  label: "Cancel",
@@ -138,7 +138,7 @@ class LinkURLEditor extends React.PureComponent<any, any> {
138
138
  </div>
139
139
  {!isValid ? (
140
140
  <div className="tabcontent" id="innerlink">
141
- <p>No TOC styles</p>
141
+ <p>No TOC/TOT/TOF styles</p>
142
142
  <div className="czi-form-buttons">
143
143
  <CustomButton label="Cancel" onClick={this._cancel} />
144
144
  </div>