Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-view

Package Overview
Dependencies
Maintainers
34
Versions
1308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-view - npm Package Compare versions

Comparing version 10.4.2-snapshot-1 to 10.4.2-snapshot-10

7

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc