@elice/material-quiz 1.260504.0 → 1.260514.0

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,5 +1,5 @@
1
1
  import React from 'react';
2
- interface OptionTextareaProps extends Omit<React.HTMLAttributes<HTMLTextAreaElement>, 'prefix' | 'onChange'> {
2
+ interface OptionTextareaProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix' | 'onChange'> {
3
3
  index: number;
4
4
  prefix?: React.ReactNode;
5
5
  suffix?: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- interface OptionTextareaProps extends Omit<React.HTMLAttributes<HTMLTextAreaElement>, 'prefix' | 'onChange'> {
2
+ interface OptionTextareaProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix' | 'onChange'> {
3
3
  index: number;
4
4
  prefix?: React.ReactNode;
5
5
  suffix?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-quiz",
3
- "version": "1.260504.0",
3
+ "version": "1.260514.0",
4
4
  "description": "User view and editing components of Elice material quiz",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -39,8 +39,8 @@
39
39
  "@tanstack/react-query": "^4",
40
40
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
41
41
  "react-use": "^17.0.0",
42
- "@elice/material-shared-types": "1.260504.0",
43
- "@elice/material-shared-utils": "1.260504.0"
42
+ "@elice/material-shared-types": "1.260514.0",
43
+ "@elice/material-shared-utils": "1.260514.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@dnd-kit/core": "^6.1.0",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@elice/api-client": "^1.260212.0",
64
- "@elice/blocks": "1.241007.0",
64
+ "@elice/blocks": "1.260404.0",
65
65
  "@elice/design-tokens": "^1.220803.0",
66
66
  "@elice/file-client": "^1.250307.0",
67
67
  "@elice/icons": "^1.230814.0",
@@ -88,7 +88,7 @@
88
88
  "@types/jquery": "^3.5.13",
89
89
  "@types/jqueryui": "^1.12.16",
90
90
  "@types/lodash-es": "^4.17.6",
91
- "@types/react": "~17.0.9",
91
+ "@types/react": "^18.2.0",
92
92
  "@types/react-transition-group": "^4.4.4",
93
93
  "@types/styled-components": "^5.1.36",
94
94
  "cross-env": "^7.0.3",
@@ -99,8 +99,8 @@
99
99
  "react-use": "^17.2.4",
100
100
  "rollup": "^4.0.0",
101
101
  "typescript": "~5.9.3",
102
- "@elice/material-shared-types": "1.260504.0",
103
- "@elice/material-shared-utils": "1.260504.0"
102
+ "@elice/material-shared-types": "1.260514.0",
103
+ "@elice/material-shared-utils": "1.260514.0"
104
104
  },
105
105
  "scripts": {
106
106
  "start": "run-s watch",