@vincentgraul/react-components 1.0.26 → 1.0.28
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/build/select/Select.d.ts +2 -2
- package/build/table/Table.d.ts +6 -6
- package/package.json +28 -30
- package/build/index.d.ts +0 -25
- package/build/index.d.ts.map +0 -1
- package/build/index.js +0 -24
package/build/select/Select.d.ts
CHANGED
|
@@ -76,12 +76,12 @@ declare const Option: import("styled-components").IStyledComponent<"web", {
|
|
|
76
76
|
'aria-colindextext'?: string;
|
|
77
77
|
'aria-colspan'?: number;
|
|
78
78
|
'aria-controls'?: string;
|
|
79
|
-
'aria-current'?: boolean | "time" | "
|
|
79
|
+
'aria-current'?: boolean | "time" | "step" | "page" | "true" | "false" | "location" | "date";
|
|
80
80
|
'aria-describedby'?: string;
|
|
81
81
|
'aria-description'?: string;
|
|
82
82
|
'aria-details'?: string;
|
|
83
83
|
'aria-disabled'?: boolean | "true" | "false";
|
|
84
|
-
'aria-dropeffect'?: "
|
|
84
|
+
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
|
|
85
85
|
'aria-errormessage'?: string;
|
|
86
86
|
'aria-expanded'?: boolean | "true" | "false";
|
|
87
87
|
'aria-flowto'?: string;
|
package/build/table/Table.d.ts
CHANGED
|
@@ -88,12 +88,12 @@ export declare const Th: import("styled-components").IStyledComponent<"web", {
|
|
|
88
88
|
'aria-colindextext'?: string;
|
|
89
89
|
'aria-colspan'?: number;
|
|
90
90
|
'aria-controls'?: string;
|
|
91
|
-
'aria-current'?: boolean | "time" | "
|
|
91
|
+
'aria-current'?: boolean | "time" | "step" | "page" | "true" | "false" | "location" | "date";
|
|
92
92
|
'aria-describedby'?: string;
|
|
93
93
|
'aria-description'?: string;
|
|
94
94
|
'aria-details'?: string;
|
|
95
95
|
'aria-disabled'?: boolean | "true" | "false";
|
|
96
|
-
'aria-dropeffect'?: "
|
|
96
|
+
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
|
|
97
97
|
'aria-errormessage'?: string;
|
|
98
98
|
'aria-expanded'?: boolean | "true" | "false";
|
|
99
99
|
'aria-flowto'?: string;
|
|
@@ -360,12 +360,12 @@ export declare const Tr: import("styled-components").IStyledComponent<"web", {
|
|
|
360
360
|
'aria-colindextext'?: string;
|
|
361
361
|
'aria-colspan'?: number;
|
|
362
362
|
'aria-controls'?: string;
|
|
363
|
-
'aria-current'?: boolean | "time" | "
|
|
363
|
+
'aria-current'?: boolean | "time" | "step" | "page" | "true" | "false" | "location" | "date";
|
|
364
364
|
'aria-describedby'?: string;
|
|
365
365
|
'aria-description'?: string;
|
|
366
366
|
'aria-details'?: string;
|
|
367
367
|
'aria-disabled'?: boolean | "true" | "false";
|
|
368
|
-
'aria-dropeffect'?: "
|
|
368
|
+
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
|
|
369
369
|
'aria-errormessage'?: string;
|
|
370
370
|
'aria-expanded'?: boolean | "true" | "false";
|
|
371
371
|
'aria-flowto'?: string;
|
|
@@ -641,12 +641,12 @@ export declare const Td: import("styled-components").IStyledComponent<"web", {
|
|
|
641
641
|
'aria-colindextext'?: string;
|
|
642
642
|
'aria-colspan'?: number;
|
|
643
643
|
'aria-controls'?: string;
|
|
644
|
-
'aria-current'?: boolean | "time" | "
|
|
644
|
+
'aria-current'?: boolean | "time" | "step" | "page" | "true" | "false" | "location" | "date";
|
|
645
645
|
'aria-describedby'?: string;
|
|
646
646
|
'aria-description'?: string;
|
|
647
647
|
'aria-details'?: string;
|
|
648
648
|
'aria-disabled'?: boolean | "true" | "false";
|
|
649
|
-
'aria-dropeffect'?: "
|
|
649
|
+
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup";
|
|
650
650
|
'aria-errormessage'?: string;
|
|
651
651
|
'aria-expanded'?: boolean | "true" | "false";
|
|
652
652
|
'aria-flowto'?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentgraul/react-components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"main": "build/index.js",
|
|
3
|
+
"version": "1.0.28",
|
|
5
4
|
"exports": {
|
|
6
5
|
"./match-device": {
|
|
7
6
|
"import": "./build/match-device/useMatchDevice.js"
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
}
|
|
111
110
|
],
|
|
112
111
|
"scripts": {
|
|
113
|
-
"build": "npm run lint && tsc
|
|
112
|
+
"build": "npm run lint && tsc",
|
|
114
113
|
"test": "jest",
|
|
115
114
|
"doc": "typedoc",
|
|
116
115
|
"lint": "eslint src",
|
|
@@ -118,41 +117,40 @@
|
|
|
118
117
|
"build-storybook": "storybook build"
|
|
119
118
|
},
|
|
120
119
|
"dependencies": {
|
|
121
|
-
"@types/react": "^18.2.
|
|
122
|
-
"@types/react-dom": "^18.2.
|
|
120
|
+
"@types/react": "^18.2.21",
|
|
121
|
+
"@types/react-dom": "^18.2.7",
|
|
123
122
|
"@types/styled-components": "^5.1.26",
|
|
124
|
-
"@types/ua-parser-js": "^0.7.
|
|
125
|
-
"@vincentgraul/types": "^1.0.
|
|
126
|
-
"@vincentgraul/utils": "^1.0.
|
|
123
|
+
"@types/ua-parser-js": "^0.7.37",
|
|
124
|
+
"@vincentgraul/types": "^1.0.3",
|
|
125
|
+
"@vincentgraul/utils": "^1.0.7",
|
|
127
126
|
"intersection-observer": "^0.12.2",
|
|
128
127
|
"react": "^18.2.0",
|
|
129
128
|
"react-dom": "^18.2.0",
|
|
130
|
-
"styled-components": "^6.0.
|
|
129
|
+
"styled-components": "^6.0.7",
|
|
131
130
|
"ua-parser-js": "^1.0.35"
|
|
132
131
|
},
|
|
133
132
|
"devDependencies": {
|
|
134
|
-
"@storybook/addon-essentials": "^7.0
|
|
135
|
-
"@storybook/addon-interactions": "^7.0
|
|
136
|
-
"@storybook/addon-links": "^7.0
|
|
137
|
-
"@storybook/blocks": "^7.0
|
|
138
|
-
"@storybook/react": "^7.0
|
|
139
|
-
"@storybook/react-vite": "^7.0
|
|
140
|
-
"@storybook/testing-library": "^0.0
|
|
133
|
+
"@storybook/addon-essentials": "^7.4.0",
|
|
134
|
+
"@storybook/addon-interactions": "^7.4.0",
|
|
135
|
+
"@storybook/addon-links": "^7.4.0",
|
|
136
|
+
"@storybook/blocks": "^7.4.0",
|
|
137
|
+
"@storybook/react": "^7.4.0",
|
|
138
|
+
"@storybook/react-vite": "^7.4.0",
|
|
139
|
+
"@storybook/testing-library": "^0.2.0",
|
|
141
140
|
"@testing-library/react": "^14.0.0",
|
|
142
|
-
"@types/jest": "^29.5.
|
|
143
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
144
|
-
"@typescript-eslint/parser": "^5.
|
|
145
|
-
"
|
|
146
|
-
"eslint": "^
|
|
147
|
-
"eslint-
|
|
148
|
-
"eslint-plugin-
|
|
149
|
-
"
|
|
150
|
-
"jest": "^29.
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"storybook": "^7.0.24",
|
|
141
|
+
"@types/jest": "^29.5.4",
|
|
142
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
143
|
+
"@typescript-eslint/parser": "^6.5.0",
|
|
144
|
+
"eslint": "^8.48.0",
|
|
145
|
+
"eslint-config-prettier": "^9.0.0",
|
|
146
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
147
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
148
|
+
"jest": "^29.6.4",
|
|
149
|
+
"jest-environment-jsdom": "^29.6.4",
|
|
150
|
+
"prettier": "^3.0.3",
|
|
151
|
+
"storybook": "^7.4.0",
|
|
154
152
|
"ts-jest": "^29.1.1",
|
|
155
|
-
"typedoc": "^0.
|
|
156
|
-
"typescript": "^5.
|
|
153
|
+
"typedoc": "^0.25.0",
|
|
154
|
+
"typescript": "^5.2.2"
|
|
157
155
|
}
|
|
158
156
|
}
|
package/build/index.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export { default as useMatchDevice } from "./match-device/useMatchDevice";
|
|
2
|
-
export * from "./match-device/useMatchDevice";
|
|
3
|
-
export { default as useMatchResolution } from "./match-resolution/useMatchResolution";
|
|
4
|
-
export * from "./match-resolution/useMatchResolution";
|
|
5
|
-
export { default as mountReactHook } from "./mount-react-hook/mountReactHook";
|
|
6
|
-
export * from "./mount-react-hook/mountReactHook";
|
|
7
|
-
export { default as NumberedPagination } from "./numbered-pagination/NumberedPagination";
|
|
8
|
-
export * from "./numbered-pagination/NumberedPagination";
|
|
9
|
-
export { default as usePagination } from "./pagination/usePagination";
|
|
10
|
-
export * from "./pagination/usePagination";
|
|
11
|
-
export { default as useScrollTo } from "./scroll-to/useScrollTo";
|
|
12
|
-
export * from "./scroll-to/useScrollTo";
|
|
13
|
-
export { default as Table } from "./table/Table";
|
|
14
|
-
export * from "./table/Table";
|
|
15
|
-
export { default as useVisible } from "./visible/useVisible";
|
|
16
|
-
export * from "./visible/useVisible";
|
|
17
|
-
export { default as useOutsideAlerter } from "./outside-alerter/useOutsideAlerter";
|
|
18
|
-
export * from "./outside-alerter/useOutsideAlerter";
|
|
19
|
-
export { default as Modal } from "./modal/Modal";
|
|
20
|
-
export * from "./modal/Modal";
|
|
21
|
-
export { default as Loader } from "./loader/Loader";
|
|
22
|
-
export * from "./loader/Loader";
|
|
23
|
-
export { default as ImageLoader } from "./loader/image-loader/ImageLoader";
|
|
24
|
-
export * from "./loader/image-loader/ImageLoader";
|
|
25
|
-
//# sourceMappingURL=index.d.ts.map
|
package/build/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC1E,cAAc,+BAA+B,CAAC;AAE9C,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AACtF,cAAc,uCAAuC,CAAC;AAEtD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAC9E,cAAc,mCAAmC,CAAC;AAElD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AACzF,cAAc,0CAA0C,CAAC;AAEzD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACtE,cAAc,4BAA4B,CAAC;AAE3C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACjE,cAAc,yBAAyB,CAAC;AAExC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAC7D,cAAc,sBAAsB,CAAC;AAErC,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AACnF,cAAc,qCAAqC,CAAC;AAEpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,eAAe,CAAC;AACjD,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAC3E,cAAc,mCAAmC,CAAC"}
|
package/build/index.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export { default as useMatchDevice } from "./match-device/useMatchDevice";
|
|
2
|
-
export * from "./match-device/useMatchDevice";
|
|
3
|
-
export { default as useMatchResolution } from "./match-resolution/useMatchResolution";
|
|
4
|
-
export * from "./match-resolution/useMatchResolution";
|
|
5
|
-
export { default as mountReactHook } from "./mount-react-hook/mountReactHook";
|
|
6
|
-
export * from "./mount-react-hook/mountReactHook";
|
|
7
|
-
export { default as NumberedPagination } from "./numbered-pagination/NumberedPagination";
|
|
8
|
-
export * from "./numbered-pagination/NumberedPagination";
|
|
9
|
-
export { default as usePagination } from "./pagination/usePagination";
|
|
10
|
-
export * from "./pagination/usePagination";
|
|
11
|
-
export { default as useScrollTo } from "./scroll-to/useScrollTo";
|
|
12
|
-
export * from "./scroll-to/useScrollTo";
|
|
13
|
-
export { default as Table } from "./table/Table";
|
|
14
|
-
export * from "./table/Table";
|
|
15
|
-
export { default as useVisible } from "./visible/useVisible";
|
|
16
|
-
export * from "./visible/useVisible";
|
|
17
|
-
export { default as useOutsideAlerter } from "./outside-alerter/useOutsideAlerter";
|
|
18
|
-
export * from "./outside-alerter/useOutsideAlerter";
|
|
19
|
-
export { default as Modal } from "./modal/Modal";
|
|
20
|
-
export * from "./modal/Modal";
|
|
21
|
-
export { default as Loader } from "./loader/Loader";
|
|
22
|
-
export * from "./loader/Loader";
|
|
23
|
-
export { default as ImageLoader } from "./loader/image-loader/ImageLoader";
|
|
24
|
-
export * from "./loader/image-loader/ImageLoader";
|