@instructure/ui-view
Advanced tools
Comparing version 10.4.2-snapshot-1 to 10.4.2-snapshot-10
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.4.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-snapshot-1) (2024-10-30) | ||
## [10.4.2-snapshot-10](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-snapshot-10) (2024-11-06) | ||
**Note:** Version bump only for package @instructure/ui-view | ||
### Bug Fixes | ||
* **ui-view:** fix view success colors ([e250b02](https://github.com/instructure/instructure-ui/commit/e250b02bcbd8c12ec57de554df66fe1ef88d7a66)) | ||
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28) | ||
@@ -16,0 +19,0 @@ |
@@ -59,3 +59,3 @@ /* | ||
borderColorSecondary: colors === null || colors === void 0 ? void 0 : (_colors$contrasts4 = colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.grey4570, | ||
borderColorSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey4570, | ||
borderColorSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.green4570, | ||
borderColorBrand: colors === null || colors === void 0 ? void 0 : (_colors$contrasts6 = colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.blue4570, | ||
@@ -74,3 +74,3 @@ borderColorInfo: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.blue4570, | ||
backgroundAlert: colors === null || colors === void 0 ? void 0 : (_colors$contrasts17 = colors.contrasts) === null || _colors$contrasts17 === void 0 ? void 0 : _colors$contrasts17.blue4570, | ||
backgroundSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts18 = colors.contrasts) === null || _colors$contrasts18 === void 0 ? void 0 : _colors$contrasts18.grey4570, | ||
backgroundSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts18 = colors.contrasts) === null || _colors$contrasts18 === void 0 ? void 0 : _colors$contrasts18.green4570, | ||
backgroundDanger: colors === null || colors === void 0 ? void 0 : (_colors$contrasts19 = colors.contrasts) === null || _colors$contrasts19 === void 0 ? void 0 : _colors$contrasts19.red4570, | ||
@@ -77,0 +77,0 @@ backgroundWarning: colors === null || colors === void 0 ? void 0 : (_colors$contrasts20 = colors.contrasts) === null || _colors$contrasts20 === void 0 ? void 0 : _colors$contrasts20.orange4570, |
@@ -65,3 +65,3 @@ "use strict"; | ||
borderColorSecondary: colors === null || colors === void 0 ? void 0 : (_colors$contrasts4 = colors.contrasts) === null || _colors$contrasts4 === void 0 ? void 0 : _colors$contrasts4.grey4570, | ||
borderColorSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.grey4570, | ||
borderColorSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts5 = colors.contrasts) === null || _colors$contrasts5 === void 0 ? void 0 : _colors$contrasts5.green4570, | ||
borderColorBrand: colors === null || colors === void 0 ? void 0 : (_colors$contrasts6 = colors.contrasts) === null || _colors$contrasts6 === void 0 ? void 0 : _colors$contrasts6.blue4570, | ||
@@ -80,3 +80,3 @@ borderColorInfo: colors === null || colors === void 0 ? void 0 : (_colors$contrasts7 = colors.contrasts) === null || _colors$contrasts7 === void 0 ? void 0 : _colors$contrasts7.blue4570, | ||
backgroundAlert: colors === null || colors === void 0 ? void 0 : (_colors$contrasts17 = colors.contrasts) === null || _colors$contrasts17 === void 0 ? void 0 : _colors$contrasts17.blue4570, | ||
backgroundSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts18 = colors.contrasts) === null || _colors$contrasts18 === void 0 ? void 0 : _colors$contrasts18.grey4570, | ||
backgroundSuccess: colors === null || colors === void 0 ? void 0 : (_colors$contrasts18 = colors.contrasts) === null || _colors$contrasts18 === void 0 ? void 0 : _colors$contrasts18.green4570, | ||
backgroundDanger: colors === null || colors === void 0 ? void 0 : (_colors$contrasts19 = colors.contrasts) === null || _colors$contrasts19 === void 0 ? void 0 : _colors$contrasts19.red4570, | ||
@@ -83,0 +83,0 @@ backgroundWarning: colors === null || colors === void 0 ? void 0 : (_colors$contrasts20 = colors.contrasts) === null || _colors$contrasts20 === void 0 ? void 0 : _colors$contrasts20.orange4570, |
{ | ||
"name": "@instructure/ui-view", | ||
"version": "10.4.2-snapshot-1", | ||
"version": "10.4.2-snapshot-10", | ||
"description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.", | ||
@@ -27,18 +27,18 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"@babel/runtime": "^7.25.6", | ||
"@instructure/console": "10.4.2-snapshot-1", | ||
"@instructure/emotion": "10.4.2-snapshot-1", | ||
"@instructure/shared-types": "10.4.2-snapshot-1", | ||
"@instructure/ui-color-utils": "10.4.2-snapshot-1", | ||
"@instructure/ui-dom-utils": "10.4.2-snapshot-1", | ||
"@instructure/ui-i18n": "10.4.2-snapshot-1", | ||
"@instructure/ui-position": "10.4.2-snapshot-1", | ||
"@instructure/ui-prop-types": "10.4.2-snapshot-1", | ||
"@instructure/ui-react-utils": "10.4.2-snapshot-1", | ||
"@instructure/console": "10.4.2-snapshot-10", | ||
"@instructure/emotion": "10.4.2-snapshot-10", | ||
"@instructure/shared-types": "10.4.2-snapshot-10", | ||
"@instructure/ui-color-utils": "10.4.2-snapshot-10", | ||
"@instructure/ui-dom-utils": "10.4.2-snapshot-10", | ||
"@instructure/ui-i18n": "10.4.2-snapshot-10", | ||
"@instructure/ui-position": "10.4.2-snapshot-10", | ||
"@instructure/ui-prop-types": "10.4.2-snapshot-10", | ||
"@instructure/ui-react-utils": "10.4.2-snapshot-10", | ||
"prop-types": "^15.8.1" | ||
}, | ||
"devDependencies": { | ||
"@instructure/ui-axe-check": "10.4.2-snapshot-1", | ||
"@instructure/ui-babel-preset": "10.4.2-snapshot-1", | ||
"@instructure/ui-test-utils": "10.4.2-snapshot-1", | ||
"@instructure/ui-themes": "10.4.2-snapshot-1", | ||
"@instructure/ui-axe-check": "10.4.2-snapshot-10", | ||
"@instructure/ui-babel-preset": "10.4.2-snapshot-10", | ||
"@instructure/ui-test-utils": "10.4.2-snapshot-10", | ||
"@instructure/ui-themes": "10.4.2-snapshot-10", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
@@ -45,0 +45,0 @@ "@testing-library/react": "^16.0.1", |
@@ -67,3 +67,3 @@ /* | ||
borderColorSecondary: colors?.contrasts?.grey4570, | ||
borderColorSuccess: colors?.contrasts?.grey4570, | ||
borderColorSuccess: colors?.contrasts?.green4570, | ||
borderColorBrand: colors?.contrasts?.blue4570, | ||
@@ -84,3 +84,3 @@ borderColorInfo: colors?.contrasts?.blue4570, | ||
backgroundAlert: colors?.contrasts?.blue4570, | ||
backgroundSuccess: colors?.contrasts?.grey4570, | ||
backgroundSuccess: colors?.contrasts?.green4570, | ||
backgroundDanger: colors?.contrasts?.red4570, | ||
@@ -87,0 +87,0 @@ backgroundWarning: colors?.contrasts?.orange4570, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
443443
+ Added@instructure/console@10.4.2-snapshot-10(transitive)
+ Added@instructure/debounce@10.4.2-snapshot-10(transitive)
+ Added@instructure/emotion@10.4.2-snapshot-10(transitive)
+ Added@instructure/shared-types@10.4.2-snapshot-10(transitive)
+ Added@instructure/theme-registry@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-color-utils@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-decorator@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-dom-utils@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-i18n@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-portal@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-position@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-prop-types@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-react-utils@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-testable@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-themes@10.4.2-snapshot-10(transitive)
+ Added@instructure/ui-utils@10.4.2-snapshot-10(transitive)
+ Added@instructure/uid@10.4.2-snapshot-10(transitive)
- Removed@instructure/console@10.4.2-snapshot-1(transitive)
- Removed@instructure/debounce@10.4.2-snapshot-1(transitive)
- Removed@instructure/emotion@10.4.2-snapshot-1(transitive)
- Removed@instructure/shared-types@10.4.2-snapshot-1(transitive)
- Removed@instructure/theme-registry@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-color-utils@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-decorator@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-dom-utils@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-i18n@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-portal@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-position@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-prop-types@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-react-utils@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-testable@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-themes@10.4.2-snapshot-1(transitive)
- Removed@instructure/ui-utils@10.4.2-snapshot-1(transitive)
- Removed@instructure/uid@10.4.2-snapshot-1(transitive)