@vincentgraul/react-components 1.0.27 → 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.
@@ -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" | "page" | "step" | "true" | "false" | "location" | "date";
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'?: "copy" | "link" | "none" | "execute" | "move" | "popup";
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;
@@ -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" | "page" | "step" | "true" | "false" | "location" | "date";
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'?: "copy" | "link" | "none" | "execute" | "move" | "popup";
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" | "page" | "step" | "true" | "false" | "location" | "date";
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'?: "copy" | "link" | "none" | "execute" | "move" | "popup";
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" | "page" | "step" | "true" | "false" | "location" | "date";
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'?: "copy" | "link" | "none" | "execute" | "move" | "popup";
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.27",
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 && copyfiles -u 1 src/**/*.svg build",
112
+ "build": "npm run lint && tsc",
114
113
  "test": "jest",
115
114
  "doc": "typedoc",
116
115
  "lint": "eslint src",
@@ -140,7 +139,6 @@
140
139
  "@storybook/testing-library": "^0.2.0",
141
140
  "@testing-library/react": "^14.0.0",
142
141
  "@types/jest": "^29.5.4",
143
- "copyfiles": "^2.4.1",
144
142
  "@typescript-eslint/eslint-plugin": "^6.5.0",
145
143
  "@typescript-eslint/parser": "^6.5.0",
146
144
  "eslint": "^8.48.0",
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
@@ -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";