urfu-ui-kit-vanilla 1.0.72 → 1.1.1

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 +1 -1
  2. package/src/main.css +2 -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.72",
6
+ "version": "1.1.1",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "start": "vite",
package/src/main.css CHANGED
@@ -441,7 +441,7 @@ button {
441
441
  color: #A7A7A7;
442
442
  }
443
443
  .u-textarea-required {
444
- height: 48px;
444
+ height: 125px;
445
445
  padding: 14px 16px;
446
446
  border-radius: 10px;
447
447
  font-weight: 400;
@@ -450,6 +450,7 @@ button {
450
450
  color: #222222;
451
451
  background-color: #FFFFFF;
452
452
  width: 100%;
453
+ resize: vertical;
453
454
  transition-property: color, background-color, border-color, background-image;
454
455
  transition-duration: 0.15s;
455
456
  transition-timing-function: ease-in-out;