@dhis2-ui/text-area 7.4.1 → 7.4.2

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- require("../common/index");
3
+ require("../common/index.js");
4
4
 
5
5
  var _steps = require("cypress-cucumber-preprocessor/steps");
6
6
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- require("../common/index");
3
+ require("../common/index.js");
4
4
 
5
5
  var _steps = require("cypress-cucumber-preprocessor/steps");
6
6
 
@@ -1,4 +1,4 @@
1
- import '../common/index';
1
+ import '../common/index.js';
2
2
  import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps';
3
3
  Given('a TextArea with onChange handler is rendered', () => {
4
4
  cy.visitStory('TextArea', 'With onChange');
@@ -1,4 +1,4 @@
1
- import '../common/index';
1
+ import '../common/index.js';
2
2
  import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps';
3
3
  Given('a TextArea with onFocus handler is rendered', () => {
4
4
  cy.visitStory('TextArea', 'With onFocus');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/text-area",
3
- "version": "7.4.1",
3
+ "version": "7.4.2",
4
4
  "description": "UI TextArea",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@dhis2/prop-types": "^3.0.0-beta.1",
35
- "@dhis2-ui/box": "7.4.1",
36
- "@dhis2-ui/field": "7.4.1",
37
- "@dhis2-ui/loader": "7.4.1",
38
- "@dhis2/ui-constants": "7.4.1",
39
- "@dhis2/ui-icons": "7.4.1",
35
+ "@dhis2-ui/box": "7.4.2",
36
+ "@dhis2-ui/field": "7.4.2",
37
+ "@dhis2-ui/loader": "7.4.2",
38
+ "@dhis2/ui-constants": "7.4.2",
39
+ "@dhis2/ui-icons": "7.4.2",
40
40
  "classnames": "^2.3.1",
41
41
  "prop-types": "^15.7.2"
42
42
  },