@scaleflex/ui-tw 0.0.107 → 0.0.108
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.
|
@@ -84,7 +84,7 @@ export function InputTags(_ref) {
|
|
|
84
84
|
return label.trim().replace(/\s+/g, ' ');
|
|
85
85
|
};
|
|
86
86
|
var normalizeValue = function normalizeValue(label) {
|
|
87
|
-
return normalizeLabel(label).
|
|
87
|
+
return normalizeLabel(label).replace(/\s+/g, '-');
|
|
88
88
|
};
|
|
89
89
|
var createTag = function createTag(label) {
|
|
90
90
|
return _defineProperty({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/ui-tw",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.108",
|
|
4
4
|
"author": "scaleflex",
|
|
5
5
|
"repository": "github:scaleflex/ui",
|
|
6
6
|
"homepage": "https://github.com/scaleflex/ui/blob/master/README.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@radix-ui/react-slot": "^1.1.2",
|
|
26
26
|
"@radix-ui/react-switch": "^1.0.1",
|
|
27
27
|
"@radix-ui/react-tooltip": "^1.2.6",
|
|
28
|
-
"@scaleflex/icons-tw": "^0.0.
|
|
28
|
+
"@scaleflex/icons-tw": "^0.0.108",
|
|
29
29
|
"@tanstack/react-table": "^8.21.3",
|
|
30
30
|
"@types/lodash.merge": "^4.6.9",
|
|
31
31
|
"class-variance-authority": "^0.7.1",
|