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

@dhis2-ui/input

Package Overview
Dependencies
Maintainers
2
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/input - npm Package Compare versions

Comparing version 9.3.0 to 9.4.0-alpha.1

12

build/cjs/input/input.stories.js

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

});
exports.default = exports.WithValue = exports.ValueTextOverflow = exports.StatusWarning = exports.StatusValid = exports.StatusLoading = exports.StatusError = exports.ReadOnly = exports.PlaceholderNoValue = exports.NumberMaxMinStep = exports.NoPlaceholderNoValue = exports.Focus = exports.Disabled = exports.Dense = exports.Default = void 0;
exports.default = exports.WithValue = exports.ValueTextOverflow = exports.StatusWarning = exports.StatusValid = exports.StatusLoading = exports.StatusError = exports.ReadOnly = exports.RTLErrorPlaceholder = exports.PlaceholderNoValue = exports.NumberMaxMinStep = exports.NoPlaceholderNoValue = exports.Focus = exports.Disabled = exports.Dense = exports.Default = void 0;

@@ -154,2 +154,12 @@ var _uiConstants = require("@dhis2/ui-constants");

warning: true
};
const RTLErrorPlaceholder = args => /*#__PURE__*/_react.default.createElement("div", {
dir: "rtl"
}, /*#__PURE__*/_react.default.createElement(_index.Input, args));
exports.RTLErrorPlaceholder = RTLErrorPlaceholder;
RTLErrorPlaceholder.args = {
error: true,
placeholder: 'RTL placeholder'
};

@@ -126,2 +126,9 @@ import { sharedPropTypes } from '@dhis2/ui-constants';

warning: true
};
export const RTLErrorPlaceholder = args => /*#__PURE__*/React.createElement("div", {
dir: "rtl"
}, /*#__PURE__*/React.createElement(Input, args));
RTLErrorPlaceholder.args = {
error: true,
placeholder: 'RTL placeholder'
};

16

package.json
{
"name": "@dhis2-ui/input",
"version": "9.3.0",
"version": "9.4.0-alpha.1",
"description": "UI Input",

@@ -36,9 +36,9 @@ "repository": {

"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/box": "9.3.0",
"@dhis2-ui/field": "9.3.0",
"@dhis2-ui/input": "9.3.0",
"@dhis2-ui/loader": "9.3.0",
"@dhis2-ui/status-icon": "9.3.0",
"@dhis2/ui-constants": "9.3.0",
"@dhis2/ui-icons": "9.3.0",
"@dhis2-ui/box": "9.4.0-alpha.1",
"@dhis2-ui/field": "9.4.0-alpha.1",
"@dhis2-ui/input": "9.4.0-alpha.1",
"@dhis2-ui/loader": "9.4.0-alpha.1",
"@dhis2-ui/status-icon": "9.4.0-alpha.1",
"@dhis2/ui-constants": "9.4.0-alpha.1",
"@dhis2/ui-icons": "9.4.0-alpha.1",
"classnames": "^2.3.1",

@@ -45,0 +45,0 @@ "prop-types": "^15.7.2"

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