@equisoft/design-elements-react 6.3.0 → 6.3.1-snapshot.20240528134705
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/bundle.js +1272 -1182
- package/dist/bundle.js.LICENSE.txt +33 -6
- package/dist/components/accordion/accordion.d.ts +1 -0
- package/dist/components/buttons/abstract-button.d.ts +7 -4
- package/dist/components/buttons/button.d.ts +13 -5
- package/dist/components/buttons/icon-button.d.ts +3 -28
- package/dist/components/checkbox/checkbox.d.ts +2 -3
- package/dist/components/combobox/combobox.d.ts +74 -0
- package/dist/components/date-picker/utils/datepicker-utils.d.ts +5 -0
- package/dist/components/device-context-provider/device-context-provider.d.ts +1 -1
- package/dist/components/dropdown-list/dropdown-list.d.ts +5 -3
- package/dist/components/dropdown-menu/list-items/nav-item.d.ts +2 -0
- package/dist/components/external-link/external-link.d.ts +2 -2
- package/dist/components/global-banner/global-banner.d.ts +4 -3
- package/dist/components/listbox/listbox.d.ts +0 -3
- package/dist/components/lozenge/lozenge.d.ts +3 -2
- package/dist/components/menu/menu.d.ts +1 -0
- package/dist/components/pagination/pagination.d.ts +2 -3
- package/dist/components/password-creation-input/password-creation-input.d.ts +0 -4
- package/dist/components/password-input/password-input.d.ts +1 -0
- package/dist/components/progress-tracker/progress-tracker.d.ts +10 -5
- package/dist/components/radio-card-group/styled-components.d.ts +3 -3
- package/dist/components/table/sort-button-icon.d.ts +1 -0
- package/dist/components/table/table-footer.d.ts +8 -0
- package/dist/components/table/table-header.d.ts +8 -0
- package/dist/components/table/table-row.d.ts +10 -8
- package/dist/components/table/table.d.ts +10 -24
- package/dist/components/table/types.d.ts +17 -0
- package/dist/components/table/utils/table-utils.d.ts +3 -0
- package/dist/components/tabs/tab-button.d.ts +2 -1
- package/dist/components/tabs/tab-panel.d.ts +1 -1
- package/dist/components/tabs/tabs.d.ts +2 -2
- package/dist/components/tag/tag.d.ts +5 -7
- package/dist/components/tag/toggle-tag.d.ts +20 -0
- package/dist/components/text-input/styles/inputs.d.ts +9 -3
- package/dist/components/text-input/text-input.d.ts +3 -0
- package/dist/components/theme-wrapper/theme-wrapper.d.ts +2 -2
- package/dist/components/toast/toast-container.d.ts +1 -1
- package/dist/components/toast/toast-type.d.ts +3 -2
- package/dist/components/toggle-button-group/toggle-button-group.d.ts +1 -0
- package/dist/hooks/use-click-outside.d.ts +1 -1
- package/dist/hooks/use-list-cursor.d.ts +2 -1
- package/dist/hooks/use-scrollable.d.ts +19 -0
- package/dist/hooks/use-theme.d.ts +2 -2
- package/dist/i18n/translations.d.ts +38 -0
- package/dist/index.d.ts +12 -8
- package/dist/theme.d.ts +1 -1
- package/dist/theme.js +1 -1
- package/dist/themes/build-theme.d.ts +2 -0
- package/dist/themes/build-theme.test.d.ts +1 -0
- package/dist/themes/equisoft.d.ts +1 -2
- package/dist/themes/index.d.ts +2 -1
- package/dist/themes/theme.d.ts +10 -45
- package/dist/themes/tokens/alias-tokens.d.ts +44 -0
- package/dist/themes/tokens/component/accordion-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/avatar-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/badge-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/bento-menu-button-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/button-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/card-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/carousel-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/checkbox-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/chooser-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/combobox-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/datepicker-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/dropdown-list-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/dropdown-menu-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/field-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/focus-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/global-banner-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/global-header-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/global-navigation-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/heading-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/label-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/legend-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/link-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/listbox-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/lozenge-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/menu-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/modal-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/nav-list-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/numeric-input-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/pagination-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/password-input-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/phone-input-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/progress-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/radio-button-group-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/radio-card-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/search-input-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/sectional-banner-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/side-drawer-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/spinner-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/status-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/stepper-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/tab-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/table-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/tag-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/text-area-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/text-input-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/toast-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/toggle-button-group-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/toggle-switch-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/toggletip-tokens.d.ts +8 -0
- package/dist/themes/tokens/component/tooltip-tokens.d.ts +8 -0
- package/dist/themes/tokens/component-tokens.d.ts +63 -0
- package/dist/themes/tokens/index.d.ts +3 -0
- package/dist/themes/tokens/ref/color-utility-tokens.d.ts +6 -0
- package/dist/themes/tokens/ref/palette-tokens.d.ts +6 -0
- package/dist/themes/tokens/ref/text-attributes-tokens.d.ts +6 -0
- package/dist/themes/tokens/ref-tokens.d.ts +10 -0
- package/dist/utility-types.d.ts +1 -0
- package/dist/utils/array.d.ts +13 -2
- package/dist/utils/css-state.d.ts +12 -7
- package/dist/utils/dev-console.d.ts +3 -0
- package/dist/utils/dom.d.ts +1 -0
- package/dist/utils/dom.test.d.ts +1 -0
- package/dist/utils/string.d.ts +1 -0
- package/package.json +30 -31
- package/dist/components/option-button/option-button.d.ts +0 -10
- package/dist/components/table/sortable-column-heading.d.ts +0 -7
- package/dist/themes/greys.d.ts +0 -2
- package/dist/themes/main.d.ts +0 -2
- package/dist/themes/notifications.d.ts +0 -2
- package/dist/themes/test-theme.d.ts +0 -2
- package/dist/themes/tokens.d.ts +0 -2
- /package/dist/components/{circle → progress-circle}/circle.d.ts +0 -0
- /package/dist/components/{bar → progress-indicator}/bar.d.ts +0 -0
- /package/dist/{tokens → legacy-constants}/breakpoints.d.ts +0 -0
- /package/dist/{tokens → legacy-constants}/menuDimensions.d.ts +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type ColorUtilityTokens = 'transparent-dark-5' | 'transparent-light-5' | 'transparent-dark-10' | 'transparent-light-10' | 'transparent-dark-15' | 'transparent-light-15' | 'transparent-dark-20' | 'transparent-light-20' | 'transparent-dark-25' | 'transparent-light-25' | 'transparent-dark-30' | 'transparent-light-30' | 'transparent-dark-35' | 'transparent-light-35' | 'transparent-dark-40' | 'transparent-light-40' | 'transparent-dark-45' | 'transparent-light-45' | 'transparent-dark-50' | 'transparent-light-50' | 'transparent-dark-55' | 'transparent-light-55' | 'transparent-dark-60' | 'transparent-light-60' | 'transparent-dark-65' | 'transparent-light-65' | 'transparent-dark-70' | 'transparent-light-70' | 'transparent-dark-75' | 'transparent-light-75' | 'transparent-dark-80' | 'transparent-light-80' | 'transparent-dark-85' | 'transparent-light-85' | 'transparent-dark-90' | 'transparent-light-90' | 'transparent-dark-95' | 'transparent-light-95' | 'transparent-100';
|
|
2
|
+
export type ColorUtilityValue = string;
|
|
3
|
+
export type ColorUtilityTokenMap = {
|
|
4
|
+
[Token in ColorUtilityTokens]: ColorUtilityValue;
|
|
5
|
+
};
|
|
6
|
+
export declare const defaultColorUtilityTokens: ColorUtilityTokenMap;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type PaletteTokens = 'color-brand-05' | 'color-brand-10' | 'color-brand-20' | 'color-brand-30' | 'color-brand-40' | 'color-brand-50' | 'color-brand-60' | 'color-brand-70' | 'color-brand-80' | 'color-brand-90' | 'color-accent-05' | 'color-accent-10' | 'color-accent-20' | 'color-accent-30' | 'color-accent-40' | 'color-accent-50' | 'color-accent-60' | 'color-accent-70' | 'color-accent-80' | 'color-accent-90' | 'color-white' | 'color-black' | 'color-neutral-02' | 'color-neutral-05' | 'color-neutral-10' | 'color-neutral-15' | 'color-neutral-20' | 'color-neutral-30' | 'color-neutral-40' | 'color-neutral-50' | 'color-neutral-60' | 'color-neutral-65' | 'color-neutral-70' | 'color-neutral-80' | 'color-neutral-90' | 'color-success-02' | 'color-success-05' | 'color-success-10' | 'color-success-20' | 'color-success-30' | 'color-success-40' | 'color-success-50' | 'color-success-60' | 'color-success-70' | 'color-success-80' | 'color-success-90' | 'color-alert-02' | 'color-alert-05' | 'color-alert-10' | 'color-alert-20' | 'color-alert-30' | 'color-alert-40' | 'color-alert-50' | 'color-alert-60' | 'color-alert-70' | 'color-alert-80' | 'color-alert-90' | 'color-warning-02' | 'color-warning-05' | 'color-warning-10' | 'color-warning-20' | 'color-warning-30' | 'color-warning-40' | 'color-warning-50' | 'color-warning-60' | 'color-warning-70' | 'color-warning-80' | 'color-warning-90' | 'color-informative-02' | 'color-informative-05' | 'color-informative-10' | 'color-informative-20' | 'color-informative-30' | 'color-informative-40' | 'color-informative-50' | 'color-informative-60' | 'color-informative-70' | 'color-informative-80' | 'color-informative-90' | 'color-discovery-02' | 'color-discovery-05' | 'color-discovery-10' | 'color-discovery-20' | 'color-discovery-30' | 'color-discovery-40' | 'color-discovery-50' | 'color-discovery-60' | 'color-discovery-70' | 'color-discovery-80' | 'color-discovery-90' | 'color-decorative-01-05' | 'color-decorative-01-10' | 'color-decorative-01-50' | 'color-decorative-01-70' | 'color-decorative-02-05' | 'color-decorative-02-10' | 'color-decorative-02-50' | 'color-decorative-02-70' | 'color-decorative-03-05' | 'color-decorative-03-10' | 'color-decorative-03-50' | 'color-decorative-03-70' | 'color-decorative-04-05' | 'color-decorative-04-10' | 'color-decorative-04-50' | 'color-decorative-04-70' | 'color-decorative-05-05' | 'color-decorative-05-10' | 'color-decorative-05-50' | 'color-decorative-05-70' | 'color-decorative-06-05' | 'color-decorative-06-10' | 'color-decorative-06-50' | 'color-decorative-06-70' | 'color-decorative-07-05' | 'color-decorative-07-10' | 'color-decorative-07-50' | 'color-decorative-07-70' | 'color-decorative-08-05' | 'color-decorative-08-10' | 'color-decorative-08-50' | 'color-decorative-08-70' | 'color-decorative-09-05' | 'color-decorative-09-10' | 'color-decorative-09-50' | 'color-decorative-09-70' | 'color-decorative-10-05' | 'color-decorative-10-10' | 'color-decorative-10-50' | 'color-decorative-10-70';
|
|
2
|
+
export type PaletteValue = string;
|
|
3
|
+
export type PaletteTokenMap = {
|
|
4
|
+
[Token in PaletteTokens]: PaletteValue;
|
|
5
|
+
};
|
|
6
|
+
export declare const defaultPaletteTokens: PaletteTokenMap;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ColorUtilityTokens, ColorUtilityValue } from './ref/color-utility-tokens';
|
|
2
|
+
import { PaletteTokens, PaletteValue } from './ref/palette-tokens';
|
|
3
|
+
import { TextAttributeTokens, TextAttributeValue } from './ref/text-attributes-tokens';
|
|
4
|
+
export type RefTokenValue = PaletteValue | TextAttributeValue | ColorUtilityValue;
|
|
5
|
+
export type RefTokens = PaletteTokens | TextAttributeTokens | ColorUtilityTokens;
|
|
6
|
+
export type RefTokenMap = {
|
|
7
|
+
[Token in RefTokens]: RefTokenValue;
|
|
8
|
+
};
|
|
9
|
+
export declare const defaultRefTokens: RefTokenMap;
|
|
10
|
+
export declare function isRefToken(token: string): token is RefTokens;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type NoSelfReference<T, U extends string> = T extends U ? never : T;
|
package/dist/utils/array.d.ts
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
type Predicate<T> = (item: T) => boolean;
|
|
2
|
+
type FindOptions = {
|
|
3
|
+
wrapAround?: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare function getFirstElement<T>(array: T[]): T | undefined;
|
|
6
|
+
export declare function findFirstElement<T>(array: T[], predicate: Predicate<T>): T | undefined;
|
|
7
|
+
export declare function getLastElement<T>(array: T[]): T | undefined;
|
|
8
|
+
export declare function findLastElement<T>(array: T[], predicate: Predicate<T>): T | undefined;
|
|
9
|
+
export declare function getPreviousElement<T>(array: T[], currentIndex: number, { wrapAround }?: FindOptions): T | undefined;
|
|
10
|
+
export declare function findPreviousElement<T>(array: T[], currentIndex: number, predicate: Predicate<T>, { wrapAround }?: FindOptions): T | undefined;
|
|
11
|
+
export declare function getNextElement<T>(array: T[], currentIndex: number, { wrapAround }?: FindOptions): T | undefined;
|
|
12
|
+
export declare function findNextElement<T>(array: T[], currentIndex: number, predicate: Predicate<T>, { wrapAround }?: FindOptions): T | undefined;
|
|
3
13
|
export declare function unique<T>(list: T[]): T[];
|
|
14
|
+
export {};
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { FlattenSimpleInterpolation } from 'styled-components';
|
|
2
|
+
import { ResolvedTheme } from '../themes/theme';
|
|
3
|
+
type FocusType = 'focus' | 'focus-visible' | 'focus-within';
|
|
4
|
+
export interface FocusOptions {
|
|
5
|
+
selector?: string;
|
|
6
|
+
focusType?: FocusType;
|
|
7
|
+
inverted?: boolean;
|
|
8
|
+
insideOnly?: boolean;
|
|
9
|
+
}
|
|
3
10
|
export declare const focus: ({ theme }: {
|
|
4
|
-
theme:
|
|
5
|
-
},
|
|
6
|
-
export
|
|
7
|
-
theme: Theme;
|
|
8
|
-
}, hasBorder?: boolean) => FlattenInterpolation<ThemeProps<Theme>>;
|
|
11
|
+
theme: ResolvedTheme;
|
|
12
|
+
}, options?: FocusOptions) => FlattenSimpleInterpolation;
|
|
13
|
+
export {};
|
package/dist/utils/dom.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/utils/string.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/design-elements-react",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1-snapshot.20240528134705",
|
|
4
4
|
"description": "React implementation of the Equisoft design system.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "dist/bundle.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"url": "https://github.com/kronostechnologies/design-elements/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
+
"@tanstack/react-table": "^8.10.7",
|
|
32
33
|
"date-fns": "^3.0.0",
|
|
33
34
|
"feather-icons": "^4.29.0",
|
|
34
35
|
"prop-types": "^15.8.1",
|
|
35
|
-
"react-datepicker": "^
|
|
36
|
+
"react-datepicker": "^6.0.0",
|
|
36
37
|
"react-is": "~17.0.2",
|
|
37
38
|
"react-modal": "^3.16.1",
|
|
38
39
|
"react-popper-tooltip": "^4.4.2",
|
|
39
40
|
"react-shadow": "^20.0.0",
|
|
40
41
|
"react-swipeable": "~7.0.0",
|
|
41
|
-
"react-table": "^7.8.0",
|
|
42
42
|
"stream-browserify": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"styled-components": ">= 4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@equisoft/eslint-config": "
|
|
53
|
-
"@equisoft/eslint-config-typescript-react": "
|
|
54
|
-
"@equisoft/typescript-config": "
|
|
55
|
-
"@microsoft/eslint-formatter-sarif": "
|
|
56
|
-
"@svgr/webpack": "^8.
|
|
52
|
+
"@equisoft/eslint-config": "3.0.6",
|
|
53
|
+
"@equisoft/eslint-config-typescript-react": "3.0.6",
|
|
54
|
+
"@equisoft/typescript-config": "2.0.0",
|
|
55
|
+
"@microsoft/eslint-formatter-sarif": "3.1.0",
|
|
56
|
+
"@svgr/webpack": "^8.1.0",
|
|
57
57
|
"@testing-library/react": "^12.1.5",
|
|
58
58
|
"@testing-library/react-hooks": "^8.0.1",
|
|
59
59
|
"@types/cheerio": "^0.22.31",
|
|
@@ -62,25 +62,24 @@
|
|
|
62
62
|
"@types/jest": "^29.5.1",
|
|
63
63
|
"@types/lodash": "^4.14.186",
|
|
64
64
|
"@types/react": "~17.0.58",
|
|
65
|
-
"@types/react-datepicker": "^
|
|
65
|
+
"@types/react-datepicker": "^6.0.0",
|
|
66
66
|
"@types/react-dom": "~17.0.20",
|
|
67
67
|
"@types/react-modal": "^3.16.0",
|
|
68
|
-
"@types/react-table": "^7.7.14",
|
|
69
68
|
"@types/styled-components": "^5.1.26",
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "
|
|
71
|
-
"@typescript-eslint/parser": "
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "7.11.0",
|
|
70
|
+
"@typescript-eslint/parser": "7.11.0",
|
|
72
71
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
73
72
|
"cross-env": "^7.0.3",
|
|
74
|
-
"css-loader": "^
|
|
73
|
+
"css-loader": "^7.0.0",
|
|
75
74
|
"enzyme": "^3.11.0",
|
|
76
75
|
"enzyme-to-json": "~3.6.2",
|
|
77
|
-
"eslint": "
|
|
78
|
-
"eslint-import-resolver-node": "
|
|
79
|
-
"eslint-import-resolver-typescript": "
|
|
80
|
-
"eslint-plugin-import": "
|
|
81
|
-
"eslint-plugin-jsx-a11y": "
|
|
82
|
-
"eslint-plugin-react": "
|
|
83
|
-
"eslint-plugin-react-hooks": "
|
|
76
|
+
"eslint": "8.57.0",
|
|
77
|
+
"eslint-import-resolver-node": "0.3.9",
|
|
78
|
+
"eslint-import-resolver-typescript": "3.6.1",
|
|
79
|
+
"eslint-plugin-import": "2.29.1",
|
|
80
|
+
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
81
|
+
"eslint-plugin-react": "7.34.2",
|
|
82
|
+
"eslint-plugin-react-hooks": "4.6.2",
|
|
84
83
|
"expect": "^29.5.0",
|
|
85
84
|
"i18next": "^23.0.0",
|
|
86
85
|
"jest": "^29.5.0",
|
|
@@ -88,21 +87,21 @@
|
|
|
88
87
|
"jest-junit": "^16.0.0",
|
|
89
88
|
"jest-styled-components": "^7.1.1",
|
|
90
89
|
"react": "~17.0.2",
|
|
91
|
-
"react-docgen-typescript-plugin": "
|
|
90
|
+
"react-docgen-typescript-plugin": "1.0.6",
|
|
92
91
|
"react-dom": "~17.0.2",
|
|
93
|
-
"react-router-dom": "~6.
|
|
94
|
-
"sass": "~1.
|
|
95
|
-
"sass-loader": "~
|
|
96
|
-
"style-loader": "^
|
|
92
|
+
"react-router-dom": "~6.23.0",
|
|
93
|
+
"sass": "~1.77.0",
|
|
94
|
+
"sass-loader": "~14.2.0",
|
|
95
|
+
"style-loader": "^4.0.0",
|
|
97
96
|
"styled-components": "^5.3.10",
|
|
98
|
-
"stylelint": "
|
|
97
|
+
"stylelint": "16.6.1",
|
|
99
98
|
"ts-jest": "^29.1.0",
|
|
100
99
|
"ts-loader": "^9.4.2",
|
|
101
100
|
"ts-mockito": "^2.6.1",
|
|
102
|
-
"typescript": "
|
|
103
|
-
"webpack": "
|
|
104
|
-
"webpack-cli": "
|
|
105
|
-
"webpack-merge": "
|
|
106
|
-
"yargs": "
|
|
101
|
+
"typescript": "5.4.5",
|
|
102
|
+
"webpack": "5.91.0",
|
|
103
|
+
"webpack-cli": "5.1.4",
|
|
104
|
+
"webpack-merge": "5.10.0",
|
|
105
|
+
"yargs": "17.7.2"
|
|
107
106
|
}
|
|
108
107
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VoidFunctionComponent } from 'react';
|
|
2
|
-
interface OptionButtonProps {
|
|
3
|
-
checked?: boolean;
|
|
4
|
-
className?: string;
|
|
5
|
-
label: string;
|
|
6
|
-
name: string;
|
|
7
|
-
value: number;
|
|
8
|
-
}
|
|
9
|
-
export declare const OptionButton: VoidFunctionComponent<OptionButtonProps>;
|
|
10
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import { HeaderGroup } from 'react-table';
|
|
3
|
-
interface SortableColumnHeadingProps<T extends object = {}> {
|
|
4
|
-
header: HeaderGroup<T>;
|
|
5
|
-
}
|
|
6
|
-
export declare const SortableColumnHeading: <T extends object>({ header }: SortableColumnHeadingProps<T>) => ReactElement;
|
|
7
|
-
export {};
|
package/dist/themes/greys.d.ts
DELETED
package/dist/themes/main.d.ts
DELETED
package/dist/themes/tokens.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|