@instructure/ui-svg-images 7.11.0 → 7.14.1

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,6 +3,24 @@
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
+ ## [7.14.1](https://github.com/instructure/instructure-ui/compare/v7.14.0...v7.14.1) (2021-12-06)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-svg-images
9
+
10
+ # [7.14.0](https://github.com/instructure/instructure-ui/compare/v7.13.0...v7.14.0) (2021-12-01)
11
+
12
+ **Note:** Version bump only for package @instructure/ui-svg-images
13
+
14
+ # [7.13.0](https://github.com/instructure/instructure-ui/compare/v7.12.0...v7.13.0) (2021-11-18)
15
+
16
+ **Note:** Version bump only for package @instructure/ui-svg-images
17
+
18
+ # [7.12.0](https://github.com/instructure/instructure-ui/compare/v7.11.0...v7.12.0) (2021-10-15)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **ui-svg-images:** fix icons getting cropped in zoomed windows ([c4b5519](https://github.com/instructure/instructure-ui/commit/c4b5519)), backports [#746](https://github.com/instructure/instructure-ui/issues/746) from V8.11.0
23
+
6
24
  # [7.11.0](https://github.com/instructure/instructure-ui/compare/v7.10.0...v7.11.0) (2021-09-17)
7
25
 
8
26
  **Note:** Version bump only for package @instructure/ui-svg-images
@@ -39,23 +39,23 @@ import { uid } from '@instructure/uid';
39
39
  import { omitProps } from '@instructure/ui-react-utils';
40
40
  import { testable } from '@instructure/ui-testable';
41
41
  var styles = {
42
- componentId: 'esvoZ',
42
+ componentId: 'dUOHu',
43
43
  template: function template(theme) {
44
- return "\n\n.esvoZ_bGBk{fill:currentColor}\n\n.esvoZ_eXrk{display:inline-block}\n\n.esvoZ_cRbP{display:block}\n\n.esvoZ_drOs{color:inherit}\n\n.esvoZ_eCSh{color:".concat(theme.primaryColor || 'inherit', "}\n\n.esvoZ_buuG{color:").concat(theme.secondaryColor || 'inherit', "}\n\n.esvoZ_bFtJ{color:").concat(theme.primaryInverseColor || 'inherit', "}\n\n.esvoZ_dsSB{color:").concat(theme.secondaryInverseColor || 'inherit', "}\n\n.esvoZ_eZal{color:").concat(theme.successColor || 'inherit', "}\n\n.esvoZ_cVUo{color:").concat(theme.brandColor || 'inherit', "}\n\n.esvoZ_eScd{color:").concat(theme.warningColor || 'inherit', "}\n\n.esvoZ_cpQl{color:").concat(theme.errorColor || 'inherit', "}\n\n.esvoZ_cUGG{color:").concat(theme.alertColor || 'inherit', "}");
44
+ return "\n\n.dUOHu_bGBk{fill:currentColor;overflow:visible}\n\n.dUOHu_eXrk{display:inline-block}\n\n.dUOHu_cRbP{display:block}\n\n.dUOHu_drOs{color:inherit}\n\n.dUOHu_eCSh{color:".concat(theme.primaryColor || 'inherit', "}\n\n.dUOHu_buuG{color:").concat(theme.secondaryColor || 'inherit', "}\n\n.dUOHu_bFtJ{color:").concat(theme.primaryInverseColor || 'inherit', "}\n\n.dUOHu_dsSB{color:").concat(theme.secondaryInverseColor || 'inherit', "}\n\n.dUOHu_eZal{color:").concat(theme.successColor || 'inherit', "}\n\n.dUOHu_cVUo{color:").concat(theme.brandColor || 'inherit', "}\n\n.dUOHu_eScd{color:").concat(theme.warningColor || 'inherit', "}\n\n.dUOHu_cpQl{color:").concat(theme.errorColor || 'inherit', "}\n\n.dUOHu_cUGG{color:").concat(theme.alertColor || 'inherit', "}");
45
45
  },
46
- 'root': 'esvoZ_bGBk',
47
- 'inline': 'esvoZ_eXrk',
48
- 'block': 'esvoZ_cRbP',
49
- 'color--inherit': 'esvoZ_drOs',
50
- 'color--primary': 'esvoZ_eCSh',
51
- 'color--secondary': 'esvoZ_buuG',
52
- 'color--primary-inverse': 'esvoZ_bFtJ',
53
- 'color--secondary-inverse': 'esvoZ_dsSB',
54
- 'color--success': 'esvoZ_eZal',
55
- 'color--brand': 'esvoZ_cVUo',
56
- 'color--warning': 'esvoZ_eScd',
57
- 'color--error': 'esvoZ_cpQl',
58
- 'color--alert': 'esvoZ_cUGG'
46
+ 'root': 'dUOHu_bGBk',
47
+ 'inline': 'dUOHu_eXrk',
48
+ 'block': 'dUOHu_cRbP',
49
+ 'color--inherit': 'dUOHu_drOs',
50
+ 'color--primary': 'dUOHu_eCSh',
51
+ 'color--secondary': 'dUOHu_buuG',
52
+ 'color--primary-inverse': 'dUOHu_bFtJ',
53
+ 'color--secondary-inverse': 'dUOHu_dsSB',
54
+ 'color--success': 'dUOHu_eZal',
55
+ 'color--brand': 'dUOHu_cVUo',
56
+ 'color--warning': 'dUOHu_eScd',
57
+ 'color--error': 'dUOHu_cpQl',
58
+ 'color--alert': 'dUOHu_cUGG'
59
59
  };
60
60
  import theme from "./theme.js";
61
61
  /**
@@ -42,23 +42,23 @@ var _theme = _interopRequireDefault(require("./theme.js"));
42
42
  var _dec, _dec2, _class, _class2, _temp;
43
43
 
44
44
  var styles = {
45
- componentId: 'esvoZ',
45
+ componentId: 'dUOHu',
46
46
  template: function template(theme) {
47
- return "\n\n.esvoZ_bGBk{fill:currentColor}\n\n.esvoZ_eXrk{display:inline-block}\n\n.esvoZ_cRbP{display:block}\n\n.esvoZ_drOs{color:inherit}\n\n.esvoZ_eCSh{color:".concat(theme.primaryColor || 'inherit', "}\n\n.esvoZ_buuG{color:").concat(theme.secondaryColor || 'inherit', "}\n\n.esvoZ_bFtJ{color:").concat(theme.primaryInverseColor || 'inherit', "}\n\n.esvoZ_dsSB{color:").concat(theme.secondaryInverseColor || 'inherit', "}\n\n.esvoZ_eZal{color:").concat(theme.successColor || 'inherit', "}\n\n.esvoZ_cVUo{color:").concat(theme.brandColor || 'inherit', "}\n\n.esvoZ_eScd{color:").concat(theme.warningColor || 'inherit', "}\n\n.esvoZ_cpQl{color:").concat(theme.errorColor || 'inherit', "}\n\n.esvoZ_cUGG{color:").concat(theme.alertColor || 'inherit', "}");
47
+ return "\n\n.dUOHu_bGBk{fill:currentColor;overflow:visible}\n\n.dUOHu_eXrk{display:inline-block}\n\n.dUOHu_cRbP{display:block}\n\n.dUOHu_drOs{color:inherit}\n\n.dUOHu_eCSh{color:".concat(theme.primaryColor || 'inherit', "}\n\n.dUOHu_buuG{color:").concat(theme.secondaryColor || 'inherit', "}\n\n.dUOHu_bFtJ{color:").concat(theme.primaryInverseColor || 'inherit', "}\n\n.dUOHu_dsSB{color:").concat(theme.secondaryInverseColor || 'inherit', "}\n\n.dUOHu_eZal{color:").concat(theme.successColor || 'inherit', "}\n\n.dUOHu_cVUo{color:").concat(theme.brandColor || 'inherit', "}\n\n.dUOHu_eScd{color:").concat(theme.warningColor || 'inherit', "}\n\n.dUOHu_cpQl{color:").concat(theme.errorColor || 'inherit', "}\n\n.dUOHu_cUGG{color:").concat(theme.alertColor || 'inherit', "}");
48
48
  },
49
- 'root': 'esvoZ_bGBk',
50
- 'inline': 'esvoZ_eXrk',
51
- 'block': 'esvoZ_cRbP',
52
- 'color--inherit': 'esvoZ_drOs',
53
- 'color--primary': 'esvoZ_eCSh',
54
- 'color--secondary': 'esvoZ_buuG',
55
- 'color--primary-inverse': 'esvoZ_bFtJ',
56
- 'color--secondary-inverse': 'esvoZ_dsSB',
57
- 'color--success': 'esvoZ_eZal',
58
- 'color--brand': 'esvoZ_cVUo',
59
- 'color--warning': 'esvoZ_eScd',
60
- 'color--error': 'esvoZ_cpQl',
61
- 'color--alert': 'esvoZ_cUGG'
49
+ 'root': 'dUOHu_bGBk',
50
+ 'inline': 'dUOHu_eXrk',
51
+ 'block': 'dUOHu_cRbP',
52
+ 'color--inherit': 'dUOHu_drOs',
53
+ 'color--primary': 'dUOHu_eCSh',
54
+ 'color--secondary': 'dUOHu_buuG',
55
+ 'color--primary-inverse': 'dUOHu_bFtJ',
56
+ 'color--secondary-inverse': 'dUOHu_dsSB',
57
+ 'color--success': 'dUOHu_eZal',
58
+ 'color--brand': 'dUOHu_cVUo',
59
+ 'color--warning': 'dUOHu_eScd',
60
+ 'color--error': 'dUOHu_cpQl',
61
+ 'color--alert': 'dUOHu_cUGG'
62
62
  };
63
63
 
64
64
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-svg-images",
3
- "version": "7.11.0",
3
+ "version": "7.14.1",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -23,17 +23,17 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "^7.11.0",
27
- "@instructure/ui-test-locator": "^7.11.0",
28
- "@instructure/ui-test-utils": "^7.11.0"
26
+ "@instructure/ui-babel-preset": "^7.14.1",
27
+ "@instructure/ui-test-locator": "^7.14.1",
28
+ "@instructure/ui-test-utils": "^7.14.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "@babel/runtime": "^7.9.2",
32
- "@instructure/ui-react-utils": "^7.11.0",
33
- "@instructure/ui-testable": "^7.11.0",
34
- "@instructure/ui-themeable": "^7.11.0",
35
- "@instructure/ui-utils": "^7.11.0",
36
- "@instructure/uid": "^7.11.0",
32
+ "@instructure/ui-react-utils": "^7.14.1",
33
+ "@instructure/ui-testable": "^7.14.1",
34
+ "@instructure/ui-themeable": "^7.14.1",
35
+ "@instructure/ui-utils": "^7.14.1",
36
+ "@instructure/uid": "^7.14.1",
37
37
  "classnames": "^2",
38
38
  "prop-types": "^15"
39
39
  },
@@ -1,5 +1,6 @@
1
1
  .root {
2
2
  fill: currentColor;
3
+ overflow: visible;
3
4
  }
4
5
 
5
6
  .inline {