We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6381c69 commit c828032Copy full SHA for c828032
packages/uui-input-color/package.json
@@ -30,8 +30,9 @@
30
"custom-elements.json"
31
],
32
"dependencies": {
33
+ "@umbraco-ui/uui-base": "1.14.1",
34
"@umbraco-ui/uui-color-swatch": "1.14.1",
- "@umbraco-ui/uui-base": "1.14.1"
35
+ "@umbraco-ui/uui-input": "1.14.1"
36
},
37
"scripts": {
38
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
packages/uui-input-color/tsconfig.json
@@ -10,11 +10,14 @@
10
"include": ["./**/*.ts"],
11
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
12
"references": [
13
+ {
14
+ "path": "../uui-base"
15
+ },
16
{
17
"path": "../uui-color-swatch"
18
19
- "path": "../uui-base"
20
+ "path": "../uui-input"
21
}
22
]
23
0 commit comments