urfu-ui-kit-vanilla 1.0.47 → 1.0.48

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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/src/main.css +1 -1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "1.0.47",
6
+ "version": "1.0.48",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
@@ -17,8 +17,7 @@
17
17
  "vite": "^4.2.0"
18
18
  },
19
19
  "dependencies": {
20
- "air-datepicker": "^3.4.0",
21
- "chart.js": "^4.4.0"
20
+ "air-datepicker": "^3.4.0"
22
21
  },
23
22
  "files": [
24
23
  "src/main.css",
package/src/main.css CHANGED
@@ -663,7 +663,7 @@ button {
663
663
  .u-multiselectbox.u-multiselectbox-disabled * {
664
664
  cursor: not-allowed;
665
665
  }
666
- .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select {
666
+ .u-multiselectbox.u-multiselectbox-disabled .u-multiselectbox-select-wrapper {
667
667
  border: none;
668
668
  background-color: #F6F6F6;
669
669
  }