@seeqdev/qomponents 0.0.189 → 0.0.191
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/README.md +2 -8
- package/dist/index.esm.js +63 -39
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +62 -38
- package/dist/index.js.map +1 -1
- package/dist/src/InputGroup/InputGroup.d.ts +1 -1
- package/dist/src/Select/index.d.ts +1 -1
- package/dist/src/TextArea/TextArea.d.ts +1 -1
- package/dist/src/TextField/TextField.d.ts +1 -1
- package/dist/src/index.d.ts +2 -4
- package/dist/styles.css +37 -37
- package/package.json +14 -11
- /package/dist/{FontCustom.woff → iconFont/FontCustom.woff} +0 -0
- /package/dist/{FontCustom.woff2 → iconFont/FontCustom.woff2} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default } from './Select';
|
|
2
|
-
export { components as
|
|
2
|
+
export { components as SelectComponents, type GroupBase, type OptionProps } from 'react-select';
|
|
@@ -4,4 +4,4 @@ import '../styles.css';
|
|
|
4
4
|
/**
|
|
5
5
|
* Textfield.
|
|
6
6
|
*/
|
|
7
|
-
export declare const TextField: React.
|
|
7
|
+
export declare const TextField: React.ForwardRefExoticComponent<Omit<TextFieldProps & InputLengthStyleProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ import Checkbox from './Checkbox';
|
|
|
5
5
|
import TextArea from './TextArea';
|
|
6
6
|
import { QTip, Tooltip } from './Tooltip';
|
|
7
7
|
import Icon from './Icon';
|
|
8
|
-
import Select from './Select';
|
|
9
|
-
import { SelectCompoents } from './Select';
|
|
8
|
+
import Select, { type GroupBase, type OptionProps, SelectComponents } from './Select';
|
|
10
9
|
import Modal from './Modal';
|
|
11
10
|
import Tabs from './Tabs';
|
|
12
11
|
import Accordion from './Accordion';
|
|
@@ -28,8 +27,7 @@ export { TextArea };
|
|
|
28
27
|
export { Tooltip };
|
|
29
28
|
export { Checkbox };
|
|
30
29
|
export { Icon };
|
|
31
|
-
export { Select };
|
|
32
|
-
export { SelectCompoents };
|
|
30
|
+
export { Select, SelectComponents, type GroupBase, type OptionProps };
|
|
33
31
|
export { QTip };
|
|
34
32
|
export { Modal };
|
|
35
33
|
export { Accordion };
|
package/dist/styles.css
CHANGED
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
@layer utilities {
|
|
211
|
-
.tw
|
|
211
|
+
.tw\:pointer-events-auto\! {
|
|
212
212
|
pointer-events: auto !important;
|
|
213
213
|
}
|
|
214
214
|
.tw\:pointer-events-none {
|
|
@@ -265,12 +265,6 @@
|
|
|
265
265
|
.tw\:left-\[50\%\] {
|
|
266
266
|
left: 50%;
|
|
267
267
|
}
|
|
268
|
-
.tw\:\!z-\[9000\] {
|
|
269
|
-
z-index: 9000 !important;
|
|
270
|
-
}
|
|
271
|
-
.tw\:\!z-\[9999\] {
|
|
272
|
-
z-index: 9999 !important;
|
|
273
|
-
}
|
|
274
268
|
.tw\:z-50 {
|
|
275
269
|
z-index: 50;
|
|
276
270
|
}
|
|
@@ -292,9 +286,15 @@
|
|
|
292
286
|
.tw\:z-\[1200\] {
|
|
293
287
|
z-index: 1200;
|
|
294
288
|
}
|
|
289
|
+
.tw\:z-\[9000\]\! {
|
|
290
|
+
z-index: 9000 !important;
|
|
291
|
+
}
|
|
295
292
|
.tw\:z-\[9999\] {
|
|
296
293
|
z-index: 9999;
|
|
297
294
|
}
|
|
295
|
+
.tw\:z-\[9999\]\! {
|
|
296
|
+
z-index: 9999 !important;
|
|
297
|
+
}
|
|
298
298
|
.tw\:m-0\.5 {
|
|
299
299
|
margin: calc(var(--tw-spacing) * 0.5);
|
|
300
300
|
}
|
|
@@ -313,9 +313,6 @@
|
|
|
313
313
|
.tw\:my-6 {
|
|
314
314
|
margin-block: calc(var(--tw-spacing) * 6);
|
|
315
315
|
}
|
|
316
|
-
.tw\:\!mt-1 {
|
|
317
|
-
margin-top: calc(var(--tw-spacing) * 1) !important;
|
|
318
|
-
}
|
|
319
316
|
.tw\:-mt-0\.5 {
|
|
320
317
|
margin-top: calc(var(--tw-spacing) * -0.5);
|
|
321
318
|
}
|
|
@@ -328,6 +325,9 @@
|
|
|
328
325
|
.tw\:mt-1 {
|
|
329
326
|
margin-top: calc(var(--tw-spacing) * 1);
|
|
330
327
|
}
|
|
328
|
+
.tw\:mt-1\! {
|
|
329
|
+
margin-top: calc(var(--tw-spacing) * 1) !important;
|
|
330
|
+
}
|
|
331
331
|
.tw\:mt-1\.5 {
|
|
332
332
|
margin-top: calc(var(--tw-spacing) * 1.5);
|
|
333
333
|
}
|
|
@@ -605,15 +605,15 @@
|
|
|
605
605
|
.tw\:animate-spin {
|
|
606
606
|
animation: var(--tw-animate-spin);
|
|
607
607
|
}
|
|
608
|
-
.tw\:\!cursor-not-allowed {
|
|
609
|
-
cursor: not-allowed !important;
|
|
610
|
-
}
|
|
611
608
|
.tw\:cursor-default {
|
|
612
609
|
cursor: default;
|
|
613
610
|
}
|
|
614
611
|
.tw\:cursor-not-allowed {
|
|
615
612
|
cursor: not-allowed;
|
|
616
613
|
}
|
|
614
|
+
.tw\:cursor-not-allowed\! {
|
|
615
|
+
cursor: not-allowed !important;
|
|
616
|
+
}
|
|
617
617
|
.tw\:cursor-pointer {
|
|
618
618
|
cursor: pointer;
|
|
619
619
|
}
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
.tw\:justify-start {
|
|
657
657
|
justify-content: flex-start;
|
|
658
658
|
}
|
|
659
|
-
.tw
|
|
659
|
+
.tw\:gap-0\! {
|
|
660
660
|
gap: calc(var(--tw-spacing) * 0) !important;
|
|
661
661
|
}
|
|
662
662
|
.tw\:gap-1 {
|
|
@@ -677,15 +677,15 @@
|
|
|
677
677
|
.tw\:overflow-y-auto {
|
|
678
678
|
overflow-y: auto;
|
|
679
679
|
}
|
|
680
|
-
.tw\:\!rounded-\[0\.25rem\] {
|
|
681
|
-
border-radius: 0.25rem !important;
|
|
682
|
-
}
|
|
683
680
|
.tw\:rounded {
|
|
684
681
|
border-radius: 0.25rem;
|
|
685
682
|
}
|
|
686
683
|
.tw\:rounded-\[0\.5rem\] {
|
|
687
684
|
border-radius: 0.5rem;
|
|
688
685
|
}
|
|
686
|
+
.tw\:rounded-\[0\.25rem\]\! {
|
|
687
|
+
border-radius: 0.25rem !important;
|
|
688
|
+
}
|
|
689
689
|
.tw\:rounded-\[0\.1875rem\] {
|
|
690
690
|
border-radius: 0.1875rem;
|
|
691
691
|
}
|
|
@@ -822,15 +822,6 @@
|
|
|
822
822
|
.tw\:border-b-sq-theme-darker {
|
|
823
823
|
border-bottom-color: var(--theme-darker);
|
|
824
824
|
}
|
|
825
|
-
.tw\:\!bg-red-500 {
|
|
826
|
-
background-color: var(--tw-color-red-500) !important;
|
|
827
|
-
}
|
|
828
|
-
.tw\:\!bg-sq-disabled-gray {
|
|
829
|
-
background-color: var(--sqw-disabled-gray) !important;
|
|
830
|
-
}
|
|
831
|
-
.tw\:\!bg-sq-success {
|
|
832
|
-
background-color: var(--sqw-success-color) !important;
|
|
833
|
-
}
|
|
834
825
|
.tw\:bg-black {
|
|
835
826
|
background-color: var(--tw-color-black);
|
|
836
827
|
}
|
|
@@ -855,6 +846,9 @@
|
|
|
855
846
|
.tw\:bg-red-400 {
|
|
856
847
|
background-color: var(--tw-color-red-400);
|
|
857
848
|
}
|
|
849
|
+
.tw\:bg-red-500\! {
|
|
850
|
+
background-color: var(--tw-color-red-500) !important;
|
|
851
|
+
}
|
|
858
852
|
.tw\:bg-sq-bg-warning {
|
|
859
853
|
background-color: #fff3cd;
|
|
860
854
|
}
|
|
@@ -879,6 +873,9 @@
|
|
|
879
873
|
.tw\:bg-sq-disabled-gray {
|
|
880
874
|
background-color: var(--sqw-disabled-gray);
|
|
881
875
|
}
|
|
876
|
+
.tw\:bg-sq-disabled-gray\! {
|
|
877
|
+
background-color: var(--sqw-disabled-gray) !important;
|
|
878
|
+
}
|
|
882
879
|
.tw\:bg-sq-field-disabled-gray {
|
|
883
880
|
background-color: #efefef;
|
|
884
881
|
}
|
|
@@ -891,6 +888,9 @@
|
|
|
891
888
|
.tw\:bg-sq-overlay {
|
|
892
889
|
background-color: #eeedee;
|
|
893
890
|
}
|
|
891
|
+
.tw\:bg-sq-success\! {
|
|
892
|
+
background-color: var(--sqw-success-color) !important;
|
|
893
|
+
}
|
|
894
894
|
.tw\:bg-sq-text-color {
|
|
895
895
|
background-color: #3a3a3a;
|
|
896
896
|
}
|
|
@@ -1078,9 +1078,6 @@
|
|
|
1078
1078
|
.tw\:whitespace-nowrap {
|
|
1079
1079
|
white-space: nowrap;
|
|
1080
1080
|
}
|
|
1081
|
-
.tw\:\!text-sq-disabled-gray {
|
|
1082
|
-
color: var(--sqw-disabled-gray) !important;
|
|
1083
|
-
}
|
|
1084
1081
|
.tw\:text-gray-400 {
|
|
1085
1082
|
color: var(--tw-color-gray-400);
|
|
1086
1083
|
}
|
|
@@ -1105,6 +1102,9 @@
|
|
|
1105
1102
|
.tw\:text-sq-disabled-gray {
|
|
1106
1103
|
color: var(--sqw-disabled-gray);
|
|
1107
1104
|
}
|
|
1105
|
+
.tw\:text-sq-disabled-gray\! {
|
|
1106
|
+
color: var(--sqw-disabled-gray) !important;
|
|
1107
|
+
}
|
|
1108
1108
|
.tw\:text-sq-fairly-dark-gray {
|
|
1109
1109
|
color: var(--sqw-fairly-dark-gray);
|
|
1110
1110
|
}
|
|
@@ -1143,12 +1143,12 @@
|
|
|
1143
1143
|
color: var(--tw-color-gray-400);
|
|
1144
1144
|
}
|
|
1145
1145
|
}
|
|
1146
|
-
.tw\:\!opacity-30 {
|
|
1147
|
-
opacity: 30% !important;
|
|
1148
|
-
}
|
|
1149
1146
|
.tw\:opacity-0 {
|
|
1150
1147
|
opacity: 0%;
|
|
1151
1148
|
}
|
|
1149
|
+
.tw\:opacity-30\! {
|
|
1150
|
+
opacity: 30% !important;
|
|
1151
|
+
}
|
|
1152
1152
|
.tw\:opacity-50 {
|
|
1153
1153
|
opacity: 50%;
|
|
1154
1154
|
}
|
|
@@ -1753,11 +1753,6 @@
|
|
|
1753
1753
|
background-color: var(--tw-color-gray-700);
|
|
1754
1754
|
}
|
|
1755
1755
|
}
|
|
1756
|
-
.tw\:dark\:bg-sq-black {
|
|
1757
|
-
&:where(.tw-dark, .tw-dark *) {
|
|
1758
|
-
background-color: var(--sq-black);
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
1756
|
.tw\:dark\:bg-sq-colored-hover-dark {
|
|
1762
1757
|
&:where(.tw-dark, .tw-dark *) {
|
|
1763
1758
|
background-color: #262c36;
|
|
@@ -1778,6 +1773,11 @@
|
|
|
1778
1773
|
background-color: #262c36;
|
|
1779
1774
|
}
|
|
1780
1775
|
}
|
|
1776
|
+
.tw\:dark\:bg-sq-multi-gray-dark\! {
|
|
1777
|
+
&:where(.tw-dark, .tw-dark *) {
|
|
1778
|
+
background-color: #262c36 !important;
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
1781
|
.tw\:dark\:bg-sq-theme-dark {
|
|
1782
1782
|
&:where(.tw-dark, .tw-dark *) {
|
|
1783
1783
|
background-color: var(--theme-dark);
|
package/package.json
CHANGED
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeqdev/qomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.191",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
|
+
"source": "src/index.ts",
|
|
5
6
|
"module": "dist/index.esm.js",
|
|
6
7
|
"types": "dist/src/index.d.ts",
|
|
7
|
-
"
|
|
8
|
+
"style": "src/styles.css",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.esm.js",
|
|
12
|
+
"require": "./dist/index.js",
|
|
13
|
+
"types": "./dist/src/index.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./styles.css": "./dist/styles.css"
|
|
16
|
+
},
|
|
8
17
|
"files": [
|
|
9
18
|
"dist"
|
|
10
19
|
],
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "TOOD"
|
|
14
|
-
},
|
|
15
20
|
"publishConfig": {
|
|
16
21
|
"access": "public"
|
|
17
22
|
},
|
|
18
|
-
"description": "
|
|
23
|
+
"description": "Seeq's UI component library built for React",
|
|
19
24
|
"author": "Seeq",
|
|
20
25
|
"license": "MIT",
|
|
21
|
-
"bugs": {
|
|
22
|
-
"url": "TODO"
|
|
23
|
-
},
|
|
24
26
|
"homepage": "https://seeq12.github.io/qomponents-documentation/",
|
|
25
27
|
"peerDependencies": {
|
|
26
28
|
"react": ">=19.0.0",
|
|
@@ -66,7 +68,9 @@
|
|
|
66
68
|
"typescript": "5.9.3"
|
|
67
69
|
},
|
|
68
70
|
"dependencies": {
|
|
71
|
+
"@babel/runtime": "^7.28.4",
|
|
69
72
|
"@floating-ui/dom": "1.6.3",
|
|
73
|
+
"@mantine/hooks": "^8.3.12",
|
|
70
74
|
"@radix-ui/react-accordion": "1.2.12",
|
|
71
75
|
"@radix-ui/react-dialog": "1.1.15",
|
|
72
76
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
@@ -85,7 +89,6 @@
|
|
|
85
89
|
},
|
|
86
90
|
"scripts": {
|
|
87
91
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
88
|
-
"build:watch": "rollup -c --bundleConfigAsCjs --watch",
|
|
89
92
|
"test": "cross-env TZ=UTC LANG=en-US jest",
|
|
90
93
|
"test:watch": "cross-env TZ=UTC LANG=en-US jest --watch",
|
|
91
94
|
"dev": "ladle serve",
|
|
File without changes
|
|
File without changes
|