@ntbjs/react-components 1.2.0-rc.31 → 1.2.0-rc.32

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.
@@ -253,7 +253,7 @@ Instructions.propTypes = process.env.NODE_ENV !== "production" ? {
253
253
  onBlur: defaultTheme.PropTypes.func,
254
254
  onUpdateCallback: defaultTheme.PropTypes.func,
255
255
  type: defaultTheme.PropTypes.oneOf(['', 'error', 'error-border', 'warning', 'instructions-warning', 'loading', 'success']),
256
- selectType: defaultTheme.PropTypes.oneOf(['', 'error', 'warning', 'loading', 'success']),
256
+ selectType: defaultTheme.PropTypes.oneOf(['', 'error', 'warning', 'instructions-warning', 'loading', 'success']),
257
257
  isExpanded: defaultTheme.PropTypes.func,
258
258
  loadingIcon: defaultTheme.PropTypes.element,
259
259
  successIcon: defaultTheme.PropTypes.element,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ntbjs/react-components",
3
- "version": "1.2.0-rc.31",
3
+ "version": "1.2.0-rc.32",
4
4
  "description": "NTBs common front-end design utilities and React components.",
5
5
  "scripts": {
6
6
  "build": "cross-env NODE_ENV=production rollup -c",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var Instructions = require('../../Instructions-93886963.js');
3
+ var Instructions = require('../../Instructions-6cd52723.js');
4
4
  require('../../defaultTheme-ea44e34a.js');
5
5
  require('styled-components');
6
6
  require('lodash');
package/widgets/index.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var AssetGallery = require('../AssetGallery-bd7120c2.js');
6
6
  var ContextMenu = require('../ContextMenu-4ec3d9f3.js');
7
7
  var AssetPreviewTopBar = require('../AssetPreviewTopBar-c28715f7.js');
8
- var Instructions = require('../Instructions-93886963.js');
8
+ var Instructions = require('../Instructions-6cd52723.js');
9
9
  require('../defaultTheme-ea44e34a.js');
10
10
  require('styled-components');
11
11
  require('lodash');