@instructure/ui-tag 9.0.2-snapshot-2 → 9.0.2-snapshot-4

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [9.0.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-2) (2024-05-28)
6
+ ## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-tag
9
9
 
package/es/Tag/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var _dec, _dec2, _class, _class2;
1
+ var _dec, _dec2, _class, _Tag;
2
2
  /*
3
3
  * The MIT License (MIT)
4
4
  *
@@ -39,7 +39,7 @@ import { allowedProps, propTypes } from './props';
39
39
  category: components
40
40
  ---
41
41
  **/
42
- let Tag = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class Tag extends Component {
42
+ let Tag = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_Tag = class Tag extends Component {
43
43
  constructor(...args) {
44
44
  super(...args);
45
45
  this.ref = null;
@@ -105,12 +105,12 @@ let Tag = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = test
105
105
  css: styles === null || styles === void 0 ? void 0 : styles.icon
106
106
  }) : null);
107
107
  }
108
- }, _class2.displayName = "Tag", _class2.componentId = 'Tag', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
108
+ }, _Tag.displayName = "Tag", _Tag.componentId = 'Tag', _Tag.allowedProps = allowedProps, _Tag.propTypes = propTypes, _Tag.defaultProps = {
109
109
  size: 'medium',
110
110
  dismissible: false,
111
111
  variant: 'default',
112
112
  disabled: false,
113
113
  readOnly: false
114
- }, _class2)) || _class) || _class);
114
+ }, _Tag)) || _class) || _class);
115
115
  export default Tag;
116
116
  export { Tag };
package/lib/Tag/index.js CHANGED
@@ -16,7 +16,7 @@ var _emotion = require("@instructure/emotion");
16
16
  var _styles = _interopRequireDefault(require("./styles"));
17
17
  var _theme = _interopRequireDefault(require("./theme"));
18
18
  var _props = require("./props");
19
- var _dec, _dec2, _class, _class2;
19
+ var _dec, _dec2, _class, _Tag;
20
20
  /*
21
21
  * The MIT License (MIT)
22
22
  *
@@ -46,7 +46,7 @@ var _dec, _dec2, _class, _class2;
46
46
  category: components
47
47
  ---
48
48
  **/
49
- let Tag = exports.Tag = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class Tag extends _react.Component {
49
+ let Tag = exports.Tag = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_Tag = class Tag extends _react.Component {
50
50
  constructor(...args) {
51
51
  super(...args);
52
52
  this.ref = null;
@@ -112,11 +112,11 @@ let Tag = exports.Tag = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.
112
112
  css: styles === null || styles === void 0 ? void 0 : styles.icon
113
113
  }) : null);
114
114
  }
115
- }, _class2.displayName = "Tag", _class2.componentId = 'Tag', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
115
+ }, _Tag.displayName = "Tag", _Tag.componentId = 'Tag', _Tag.allowedProps = _props.allowedProps, _Tag.propTypes = _props.propTypes, _Tag.defaultProps = {
116
116
  size: 'medium',
117
117
  dismissible: false,
118
118
  variant: 'default',
119
119
  disabled: false,
120
120
  readOnly: false
121
- }, _class2)) || _class) || _class);
121
+ }, _Tag)) || _class) || _class);
122
122
  var _default = exports.default = Tag;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-tag",
3
- "version": "9.0.2-snapshot-2",
3
+ "version": "9.0.2-snapshot-4",
4
4
  "description": "A tag component",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,23 +23,23 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.23.2",
27
- "@instructure/console": "9.0.2-snapshot-2",
28
- "@instructure/emotion": "9.0.2-snapshot-2",
29
- "@instructure/shared-types": "9.0.2-snapshot-2",
30
- "@instructure/ui-color-utils": "9.0.2-snapshot-2",
31
- "@instructure/ui-dom-utils": "9.0.2-snapshot-2",
32
- "@instructure/ui-icons": "9.0.2-snapshot-2",
33
- "@instructure/ui-react-utils": "9.0.2-snapshot-2",
34
- "@instructure/ui-testable": "9.0.2-snapshot-2",
35
- "@instructure/ui-view": "9.0.2-snapshot-2",
26
+ "@babel/runtime": "^7.24.5",
27
+ "@instructure/console": "9.0.2-snapshot-4",
28
+ "@instructure/emotion": "9.0.2-snapshot-4",
29
+ "@instructure/shared-types": "9.0.2-snapshot-4",
30
+ "@instructure/ui-color-utils": "9.0.2-snapshot-4",
31
+ "@instructure/ui-dom-utils": "9.0.2-snapshot-4",
32
+ "@instructure/ui-icons": "9.0.2-snapshot-4",
33
+ "@instructure/ui-react-utils": "9.0.2-snapshot-4",
34
+ "@instructure/ui-testable": "9.0.2-snapshot-4",
35
+ "@instructure/ui-view": "9.0.2-snapshot-4",
36
36
  "prop-types": "^15.8.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@instructure/ui-babel-preset": "9.0.2-snapshot-2",
40
- "@instructure/ui-test-locator": "9.0.2-snapshot-2",
41
- "@instructure/ui-test-utils": "9.0.2-snapshot-2",
42
- "@instructure/ui-themes": "9.0.2-snapshot-2"
39
+ "@instructure/ui-babel-preset": "9.0.2-snapshot-4",
40
+ "@instructure/ui-test-locator": "9.0.2-snapshot-4",
41
+ "@instructure/ui-test-utils": "9.0.2-snapshot-4",
42
+ "@instructure/ui-themes": "9.0.2-snapshot-4"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8 <=18"