Socket
Socket
Sign inDemoInstall

@instructure/ui-date-input

Package Overview
Dependencies
Maintainers
34
Versions
1406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-date-input - npm Package Compare versions

Comparing version 5.52.3-rc.14 to 5.52.3-rc.15

4

es/components/DateInput/index.js

@@ -37,3 +37,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

import Calendar from '@instructure/ui-calendar/lib/components/Calendar';
import IconCalendarMonth from '@instructure/ui-icons/lib/Line/IconCalendarMonth';
import IconCalendarMonthLine from '@instructure/ui-icons/lib/IconCalendarMonthLine';
import Popover, { PopoverContent } from '@instructure/ui-overlays/lib/components/Popover';

@@ -239,3 +239,3 @@ import Selectable from '@instructure/ui-selectable/lib/components/Selectable';

inline: isInline,
renderAfterInput: IconCalendarMonth
renderAfterInput: IconCalendarMonthLine
})));

@@ -242,0 +242,0 @@ }

@@ -32,3 +32,3 @@ "use strict";

var _IconCalendarMonth = _interopRequireDefault(require("@instructure/ui-icons/lib/Line/IconCalendarMonth"));
var _IconCalendarMonthLine = _interopRequireDefault(require("@instructure/ui-icons/lib/IconCalendarMonthLine"));

@@ -248,3 +248,3 @@ var _Popover = _interopRequireWildcard(require("@instructure/ui-overlays/lib/components/Popover"));

inline: isInline,
renderAfterInput: _IconCalendarMonth.default
renderAfterInput: _IconCalendarMonthLine.default
})));

@@ -251,0 +251,0 @@ }

{
"name": "@instructure/ui-date-input",
"version": "5.52.3-rc.14+4049122f",
"version": "5.52.3-rc.15+95195ee4",
"description": "A UI component library made by Instructure Inc.",

@@ -23,18 +23,18 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "5.52.3-rc.14+4049122f",
"@instructure/ui-test-utils": "5.52.3-rc.14+4049122f"
"@instructure/ui-babel-preset": "5.52.3-rc.15+95195ee4",
"@instructure/ui-test-utils": "5.52.3-rc.15+95195ee4"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-calendar": "5.52.3-rc.14+4049122f",
"@instructure/ui-form-field": "5.52.3-rc.14+4049122f",
"@instructure/ui-icons": "5.52.3-rc.14+4049122f",
"@instructure/ui-layout": "5.52.3-rc.14+4049122f",
"@instructure/ui-overlays": "5.52.3-rc.14+4049122f",
"@instructure/ui-prop-types": "5.52.3-rc.14+4049122f",
"@instructure/ui-selectable": "5.52.3-rc.14+4049122f",
"@instructure/ui-testable": "5.52.3-rc.14+4049122f",
"@instructure/ui-text-input": "5.52.3-rc.14+4049122f",
"@instructure/ui-themeable": "5.52.3-rc.14+4049122f",
"@instructure/ui-utils": "5.52.3-rc.14+4049122f",
"@instructure/ui-calendar": "5.52.3-rc.15+95195ee4",
"@instructure/ui-form-field": "5.52.3-rc.15+95195ee4",
"@instructure/ui-icons": "5.52.3-rc.15+95195ee4",
"@instructure/ui-layout": "5.52.3-rc.15+95195ee4",
"@instructure/ui-overlays": "5.52.3-rc.15+95195ee4",
"@instructure/ui-prop-types": "5.52.3-rc.15+95195ee4",
"@instructure/ui-selectable": "5.52.3-rc.15+95195ee4",
"@instructure/ui-testable": "5.52.3-rc.15+95195ee4",
"@instructure/ui-text-input": "5.52.3-rc.15+95195ee4",
"@instructure/ui-themeable": "5.52.3-rc.15+95195ee4",
"@instructure/ui-utils": "5.52.3-rc.15+95195ee4",
"prop-types": "^15"

@@ -49,3 +49,3 @@ },

"sideEffects": false,
"gitHead": "4049122f9c1b80bb7c53a35b00aad9fde0cea013"
"gitHead": "95195ee4391bb307018756f75ed95f1d961ea243"
}

@@ -29,3 +29,3 @@ /*

import Calendar from '@instructure/ui-calendar/lib/components/Calendar'
import IconCalendarMonth from '@instructure/ui-icons/lib/Line/IconCalendarMonth'
import IconCalendarMonthLine from '@instructure/ui-icons/lib/IconCalendarMonthLine'
import Popover, { PopoverContent } from '@instructure/ui-overlays/lib/components/Popover'

@@ -382,3 +382,3 @@ import Selectable from '@instructure/ui-selectable/lib/components/Selectable'

inline: isInline,
renderAfterInput: IconCalendarMonth
renderAfterInput: IconCalendarMonthLine
})}

@@ -385,0 +385,0 @@ />

@@ -210,4 +210,4 @@ ---

icon: type === 'prev'
? <IconArrowOpenStart.Solid color="primary" />
: <IconArrowOpenEnd.Solid color="primary" />,
? <IconArrowOpenStartSolid color="primary" />
: <IconArrowOpenEndSolid color="primary" />,
children: (

@@ -214,0 +214,0 @@ <ScreenReaderContent>

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