Skip to content

Commit

Permalink
Fixed import in SnackBar test, changed styles in edit-text[disabled]
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Jan 30, 2024
1 parent 039922b commit 8f3e3e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsci-io/ui-essential",
"version": "1.0.40",
"version": "1.0.41",
"description": "Material Design components created for products built by elsci.io",
"main": "src/index.js",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion src/EditText/EditText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ edit-text[disabled] .edit-text__text {
text-decoration: none;
cursor: default;
font-weight: normal;
opacity: 0.5;
pointer-events: none;
}
2 changes: 1 addition & 1 deletion test/SnackBar/SnackBarTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert';
import JsDomUtils from "../../../crystaline/src/test/js/utils/JsDomUtils.js";
import SnackBar from "../../src/SnackBar/SnackBar.js";
import JsDomUtils from "../JsDomUtils.js";

describe('SnackBar', ()=> {
beforeEach(async ()=>{
Expand Down

0 comments on commit 8f3e3e8

Please sign in to comment.