@aveonline/ui-react 1.19.4 → 1.19.6

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.
@@ -1,2 +1,2 @@
1
- /// <reference types="vite/client" />
2
- /// <reference types="vite-plugin-svgr/client" />
1
+ /// <reference types="vite/client" />
2
+ /// <reference types="vite-plugin-svgr/client" />
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "@aveonline/ui-react",
3
- "description": "Home base for Aveonline design system - ecosystem react",
4
- "private": false,
5
- "version": "1.19.4",
6
- "types": "./dist/index.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "exports": {
11
- ".": {
12
- "import": "./dist/ui-react.mjs",
13
- "require": "./dist/ui-react.umd.mjs"
14
- },
15
- "./tailwind.css": {
16
- "import": "./dist/tailwind.css",
17
- "require": "./dist/tailwind.css"
18
- },
19
- "./tokens.css": {
20
- "import": "./dist/tokens.css",
21
- "require": "./dist/tokens.css"
22
- },
23
- "./tailwind.config.js": {
24
- "import": "./dist/tailwind.config.js",
25
- "require": "./dist/tailwind.config.js"
26
- },
27
- "./index.css": {
28
- "import": "./dist/index.css",
29
- "require": "./dist/index.css"
30
- }
31
- },
32
- "keywords": [
33
- "react",
34
- "react-kit"
35
- ],
36
- "license": "MIT",
37
- "scripts": {
38
- "dev": "start-storybook -p 6006 --no-manager-cache",
39
- "build": "vite build && npm run build:tailwind && npm run cp:tailwind-config && npm run cp:tokens",
40
- "build:storybook": "build-storybook",
41
- "lint": "eslint --ignore-path .gitignore \"./src/**/*.+(tsx,ts)\" --fix",
42
- "build:tailwind": "npx tailwindcss -o ./dist/tailwind.css --minify",
43
- "clean": "rm -rf dist",
44
- "cp:tailwind-config": "cp tailwind.config.js dist/",
45
- "cp:tokens": "cp ./src/design-tokens/styles/tokens.css dist/",
46
- "test": "vitest",
47
- "coverage": "vitest run --coverage",
48
- "test:ui": "vitest --ui",
49
- "chromatic": "npx chromatic --project-token=53dce1ebae91",
50
- "changelog": "conventional-changelog -i CHANGELOG-current.md -s -r 0"
51
- },
52
- "dependencies": {
53
- "@floating-ui/react-dom-interactions": "0.11.0",
54
- "@headlessui/react": "1.7.4",
55
- "@tanstack/match-sorter-utils": "8.7.6",
56
- "@tanstack/react-table": "8.7.8",
57
- "country-flag-icons": "1.5.5",
58
- "hamburger-react": "^2.5.0",
59
- "react-currency-input-field": "3.6.9",
60
- "react-input-mask": "^3.0.0-alpha.2",
61
- "react-merge-refs": "2.0.1",
62
- "react-multi-date-picker": "^3.3.4",
63
- "react-select": "5.6.0",
64
- "recharts": "^2.5.0"
65
- },
66
- "devDependencies": {
67
- "@storybook/addon-a11y": "6.5.13",
68
- "@storybook/addon-essentials": "6.5.13",
69
- "@storybook/addon-interactions": "6.5.13",
70
- "@storybook/addon-links": "6.5.13",
71
- "@storybook/addons": "6.5.13",
72
- "@storybook/builder-vite": "0.2.5",
73
- "@storybook/react": "6.5.13",
74
- "@storybook/theming": "6.5.13",
75
- "@tailwindcss/forms": "0.5.3",
76
- "@testing-library/jest-dom": "5.16.5",
77
- "@testing-library/react": "13.4.0",
78
- "@types/node": "16.11.6",
79
- "@types/react": "18.0.22",
80
- "@types/react-dom": "18.0.7",
81
- "@types/react-input-mask": "^3.0.2",
82
- "@types/react-text-mask": "^5.4.11",
83
- "@vitejs/plugin-react": "2.2.0",
84
- "@vitest/coverage-c8": "0.24.5",
85
- "@vitest/ui": "0.24.5",
86
- "autoprefixer": "10.4.13",
87
- "chromatic": "6.11.4",
88
- "classnames": "2.3.2",
89
- "conventional-changelog-cli": "2.2.2",
90
- "cssnano": "5.0.9",
91
- "jsdom": "20.0.2",
92
- "postcss": "8.3.11",
93
- "postcss-import": "15.0.0",
94
- "prettier-plugin-tailwindcss": "0.1.5",
95
- "react": "18.2.0",
96
- "react-dom": "18.2.0",
97
- "sd-tailwindcss-transformer": "1.2.0",
98
- "style-dictionary": "3.7.1",
99
- "tailwindcss": "3.2.4",
100
- "ts-dedent": "2.2.0",
101
- "typescript": "4.6.4",
102
- "vite": "3.2.0",
103
- "vite-plugin-dts": "1.6.6",
104
- "vite-plugin-svgr": "2.4.0",
105
- "vitest": "0.24.4"
106
- },
107
- "peerDependencies": {
108
- "react": "18.2.0",
109
- "react-dom": "18.2.0"
110
- }
111
- }
1
+ {
2
+ "name": "@aveonline/ui-react",
3
+ "description": "Home base for Aveonline design system - ecosystem react",
4
+ "private": false,
5
+ "version": "1.19.6",
6
+ "types": "./dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/ui-react.mjs",
13
+ "require": "./dist/ui-react.umd.mjs"
14
+ },
15
+ "./tailwind.css": {
16
+ "import": "./dist/tailwind.css",
17
+ "require": "./dist/tailwind.css"
18
+ },
19
+ "./tokens.css": {
20
+ "import": "./dist/tokens.css",
21
+ "require": "./dist/tokens.css"
22
+ },
23
+ "./tailwind.config.js": {
24
+ "import": "./dist/tailwind.config.js",
25
+ "require": "./dist/tailwind.config.js"
26
+ },
27
+ "./index.css": {
28
+ "import": "./dist/index.css",
29
+ "require": "./dist/index.css"
30
+ }
31
+ },
32
+ "keywords": [
33
+ "react",
34
+ "react-kit"
35
+ ],
36
+ "license": "MIT",
37
+ "scripts": {
38
+ "dev": "start-storybook -p 6006 --no-manager-cache",
39
+ "build": "vite build && npm run build:tailwind && npm run cp:tailwind-config && npm run cp:tokens",
40
+ "build:storybook": "build-storybook",
41
+ "lint": "eslint --ignore-path .gitignore \"./src/**/*.+(tsx,ts)\" --fix",
42
+ "build:tailwind": "npx tailwindcss -o ./dist/tailwind.css --minify",
43
+ "clean": "rm -rf dist",
44
+ "cp:tailwind-config": "cp tailwind.config.js dist/",
45
+ "cp:tokens": "cp ./src/design-tokens/styles/tokens.css dist/",
46
+ "test": "vitest",
47
+ "coverage": "vitest run --coverage",
48
+ "test:ui": "vitest --ui",
49
+ "chromatic": "npx chromatic --project-token=53dce1ebae91",
50
+ "changelog": "conventional-changelog -i CHANGELOG-current.md -s -r 0"
51
+ },
52
+ "dependencies": {
53
+ "@floating-ui/react-dom-interactions": "0.11.0",
54
+ "@headlessui/react": "1.7.4",
55
+ "@tanstack/match-sorter-utils": "8.7.6",
56
+ "@tanstack/react-table": "8.7.8",
57
+ "country-flag-icons": "1.5.5",
58
+ "hamburger-react": "^2.5.0",
59
+ "react-currency-input-field": "3.6.9",
60
+ "react-input-mask": "^3.0.0-alpha.2",
61
+ "react-merge-refs": "2.0.1",
62
+ "react-multi-date-picker": "^3.3.4",
63
+ "react-select": "5.6.0",
64
+ "recharts": "^2.5.0"
65
+ },
66
+ "devDependencies": {
67
+ "@storybook/addon-a11y": "6.5.13",
68
+ "@storybook/addon-essentials": "6.5.13",
69
+ "@storybook/addon-interactions": "6.5.13",
70
+ "@storybook/addon-links": "6.5.13",
71
+ "@storybook/addons": "6.5.13",
72
+ "@storybook/builder-vite": "0.2.5",
73
+ "@storybook/react": "6.5.13",
74
+ "@storybook/theming": "6.5.13",
75
+ "@tailwindcss/forms": "0.5.3",
76
+ "@testing-library/jest-dom": "5.16.5",
77
+ "@testing-library/react": "13.4.0",
78
+ "@types/node": "16.11.6",
79
+ "@types/react": "18.0.22",
80
+ "@types/react-dom": "18.0.7",
81
+ "@types/react-input-mask": "^3.0.2",
82
+ "@types/react-text-mask": "^5.4.11",
83
+ "@vitejs/plugin-react": "2.2.0",
84
+ "@vitest/coverage-c8": "0.24.5",
85
+ "@vitest/ui": "0.24.5",
86
+ "autoprefixer": "10.4.13",
87
+ "chromatic": "6.11.4",
88
+ "classnames": "2.3.2",
89
+ "conventional-changelog-cli": "2.2.2",
90
+ "cssnano": "5.0.9",
91
+ "jsdom": "20.0.2",
92
+ "postcss": "8.3.11",
93
+ "postcss-import": "15.0.0",
94
+ "prettier-plugin-tailwindcss": "0.1.5",
95
+ "react": "18.2.0",
96
+ "react-dom": "18.2.0",
97
+ "sd-tailwindcss-transformer": "1.2.0",
98
+ "style-dictionary": "3.7.1",
99
+ "tailwindcss": "3.2.4",
100
+ "ts-dedent": "2.2.0",
101
+ "typescript": "4.6.4",
102
+ "vite": "3.2.0",
103
+ "vite-plugin-dts": "1.6.6",
104
+ "vite-plugin-svgr": "2.4.0",
105
+ "vitest": "0.24.4"
106
+ },
107
+ "peerDependencies": {
108
+ "react": "18.2.0",
109
+ "react-dom": "18.2.0"
110
+ }
111
+ }