@ttoss/ui 6.7.0 → 6.8.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.
- package/dist/esm/index.js +0 -1
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -1265,7 +1265,6 @@ var SelectContainer = /* @__PURE__ */__name(({
|
|
|
1265
1265
|
}, "SelectContainer");
|
|
1266
1266
|
var ValueContainer = /* @__PURE__ */__name(({
|
|
1267
1267
|
children,
|
|
1268
|
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1269
1268
|
...props
|
|
1270
1269
|
}) => {
|
|
1271
1270
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"description": "Primitive layout, typographic, and other components for styling applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"react-select": "^5.10.2",
|
|
31
31
|
"react-tooltip": "^5.30.0",
|
|
32
32
|
"theme-ui": "^0.17.2",
|
|
33
|
-
"@ttoss/theme": "^2.
|
|
33
|
+
"@ttoss/theme": "^2.10.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@emotion/react": "^11",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"react": "^19.2.4",
|
|
47
47
|
"tsup": "^8.5.1",
|
|
48
48
|
"@ttoss/config": "^1.36.0",
|
|
49
|
-
"@ttoss/
|
|
50
|
-
"@ttoss/
|
|
49
|
+
"@ttoss/react-icons": "^0.6.0",
|
|
50
|
+
"@ttoss/test-utils": "^4.1.0"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
53
53
|
"React",
|