@haloduck/ui 2.0.43 → 2.0.45
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.
- package/fesm2022/haloduck-ui.mjs +180 -166
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/haloduck-ui-2.0.45.tgz +0 -0
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/public/i18n/haloduck/en.json +2 -1
- package/public/i18n/haloduck/ko.json +2 -1
- package/src/tailwind.css +0 -18
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -357,6 +357,7 @@ declare class FileUploaderComponent implements ControlValueAccessor {
|
|
|
357
357
|
setDisabledState?(isDisabled: boolean): void;
|
|
358
358
|
onFileSelected(event: Event): void;
|
|
359
359
|
removeFile(index: number): void;
|
|
360
|
+
onFileTagChanged(index: number, tags: string[]): void;
|
|
360
361
|
onDragOver(event: DragEvent): void;
|
|
361
362
|
onDragLeave(event: DragEvent): void;
|
|
362
363
|
onDrop(event: DragEvent): void;
|
package/package.json
CHANGED
|
@@ -51,5 +51,6 @@
|
|
|
51
51
|
"ui.table.Load More...": "Load More...",
|
|
52
52
|
"ui.table.No data available.": "No data available.",
|
|
53
53
|
"ui.table.Show headers": "Show headers",
|
|
54
|
-
"ui.table.settings": "Table settings"
|
|
54
|
+
"ui.table.settings": "Table settings",
|
|
55
|
+
"ui.tag.Please input tags.": "Please input tags."
|
|
55
56
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1489,17 +1489,6 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
|
-
.focus\:ring-2 {
|
|
1493
|
-
&:focus {
|
|
1494
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1495
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
.focus\:ring-light-primary {
|
|
1499
|
-
&:focus {
|
|
1500
|
-
--tw-ring-color: var(--color-light-primary);
|
|
1501
|
-
}
|
|
1502
|
-
}
|
|
1503
1492
|
.focus\:outline-2 {
|
|
1504
1493
|
&:focus {
|
|
1505
1494
|
outline-style: var(--tw-outline-style);
|
|
@@ -1944,13 +1933,6 @@
|
|
|
1944
1933
|
}
|
|
1945
1934
|
}
|
|
1946
1935
|
}
|
|
1947
|
-
.dark\:focus\:ring-dark-primary {
|
|
1948
|
-
@media (prefers-color-scheme: dark) {
|
|
1949
|
-
&:focus {
|
|
1950
|
-
--tw-ring-color: var(--color-dark-primary);
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
1936
|
.dark\:focus\:outline-dark-primary {
|
|
1955
1937
|
@media (prefers-color-scheme: dark) {
|
|
1956
1938
|
&:focus {
|