@koobiq/react-components 0.0.1-beta.10 → 0.0.1-beta.11
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/style.css +3 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -2937,6 +2937,8 @@
|
|
|
2937
2937
|
}
|
|
2938
2938
|
|
|
2939
2939
|
.kbq-listsection-heading-5bd9e3 {
|
|
2940
|
+
-webkit-user-select: none;
|
|
2941
|
+
user-select: none;
|
|
2940
2942
|
box-sizing: border-box;
|
|
2941
2943
|
padding: var(--kbq-size-s) var(--kbq-size-m);
|
|
2942
2944
|
}
|
|
@@ -3067,7 +3069,7 @@
|
|
|
3067
3069
|
display: flex;
|
|
3068
3070
|
}
|
|
3069
3071
|
|
|
3070
|
-
.kbq-fieldselect-0f0f5e:focus
|
|
3072
|
+
.kbq-fieldselect-0f0f5e:focus {
|
|
3071
3073
|
outline-color: var(--field-input-outline-color);
|
|
3072
3074
|
}
|
|
3073
3075
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/react-components",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.11",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@koobiq/design-tokens": "^3.12.1",
|
|
23
23
|
"@types/react-transition-group": "^4.4.12",
|
|
24
24
|
"react-transition-group": "^4.4.5",
|
|
25
|
-
"@koobiq/logger": "0.0.1-beta.
|
|
26
|
-
"@koobiq/react-
|
|
27
|
-
"@koobiq/react-primitives": "0.0.1-beta.
|
|
28
|
-
"@koobiq/react-
|
|
25
|
+
"@koobiq/logger": "0.0.1-beta.11",
|
|
26
|
+
"@koobiq/react-core": "0.0.1-beta.11",
|
|
27
|
+
"@koobiq/react-primitives": "0.0.1-beta.11",
|
|
28
|
+
"@koobiq/react-icons": "0.0.1-beta.11"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@koobiq/design-tokens": "^3.11.2",
|