@revotech-group/revotech-ui-kit 0.0.64 → 0.0.71
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 +30 -30
- package/dist/library.css +2262 -2697
- package/dist/{revotech-ui-kit.js → rtg-ui-kit.js} +4812 -5736
- package/dist/rtg-ui-kit.umd.cjs +4904 -0
- package/dist/src/components/ui/accordion/accordion.d.ts +0 -1
- package/dist/src/components/ui/accordion/accordion.stories.d.ts +0 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +0 -1
- package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -1
- package/dist/src/components/ui/avatar/avatar.d.ts +0 -1
- package/dist/src/components/ui/avatar/avatar.style.d.ts +3 -3
- package/dist/src/components/ui/badge/badge.d.ts +0 -1
- package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +6 -6
- package/dist/src/components/ui/button/button.d.ts +1 -1
- package/dist/src/components/ui/card/card.styles.d.ts +1 -1
- package/dist/src/components/ui/checkbox/checkbox.style.d.ts +2 -2
- package/dist/src/components/ui/collapsible/collapsible.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box-input.d.ts +0 -1
- package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -5
- package/dist/src/components/ui/command/command.styles.d.ts +6 -6
- package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -7
- package/dist/src/components/ui/data-table/data-table.d.ts +0 -2
- package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -4
- package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -5
- package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -7
- package/dist/src/components/ui/form/form.styles.d.ts +6 -6
- package/dist/src/components/ui/form/rtg-form-label.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card.d.ts +0 -1
- package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -1
- package/dist/src/components/ui/input/input.d.ts +1 -0
- package/dist/src/components/ui/input/input.styles.d.ts +1 -1
- package/dist/src/components/ui/menubar/menubar-trigger.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar.d.ts +0 -1
- package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -8
- package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +0 -1
- package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -3
- package/dist/src/components/ui/pagination/pagination-content.d.ts +0 -1
- package/dist/src/components/ui/pagination/pagination.styles.d.ts +5 -5
- package/dist/src/components/ui/progress/progress.styles.d.ts +1 -1
- package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -2
- package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -1
- package/dist/src/components/ui/select/select.styles.d.ts +7 -7
- package/dist/src/components/ui/separator/separator.d.ts +0 -1
- package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -1
- package/dist/src/components/ui/switch/switch.d.ts +0 -1
- package/dist/src/components/ui/switch/switch.style.d.ts +1 -1
- package/dist/src/components/ui/table/table.d.ts +0 -1
- package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -1
- package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -1
- package/dist/src/components/ui/toast/toast.style.d.ts +5 -5
- package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
- package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +0 -2
- package/dist/src/helpers/base-element.d.ts +2 -0
- package/dist/src/interfaces/index.d.ts +0 -1
- package/package.json +135 -133
- package/dist/revotech-ui-kit.umd.cjs +0 -5150
- package/dist/src/components/widgets/login/rtg-login-actions.d.ts +0 -9
- package/dist/src/components/widgets/login/rtg-login-controller.d.ts +0 -11
- package/dist/src/components/widgets/login/rtg-login-divider.d.ts +0 -9
- package/dist/src/components/widgets/login/rtg-login-fields.d.ts +0 -17
- package/dist/src/components/widgets/login/rtg-login-logo.d.ts +0 -8
- package/dist/src/components/widgets/login/rtg-login-social.d.ts +0 -8
- package/dist/src/components/widgets/login/rtg-login-terms.d.ts +0 -9
- package/dist/src/components/widgets/login/rtg-login-title.d.ts +0 -8
- package/dist/src/components/widgets/login/rtg-login.d.ts +0 -13
- package/dist/src/components/widgets/sign-up/rtg-sign-up-actions.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up-divider.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up-fields.d.ts +0 -9
- package/dist/src/components/widgets/sign-up/rtg-sign-up-logo.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up-social.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up-terms.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up-title.d.ts +0 -6
- package/dist/src/components/widgets/sign-up/rtg-sign-up.d.ts +0 -7
- package/dist/src/interfaces/widgets/base.interface.d.ts +0 -23
- package/dist/src/interfaces/widgets/index.d.ts +0 -2
- package/dist/src/interfaces/widgets/login.interface.d.ts +0 -44
package/package.json
CHANGED
|
@@ -1,133 +1,135 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@revotech-group/revotech-ui-kit",
|
|
3
|
-
"description": "Webcomponent wc-ui following open-wc recommendations",
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"author": "wc-ui",
|
|
6
|
-
"version": "0.0.
|
|
7
|
-
"type": "module",
|
|
8
|
-
"main": "dist/
|
|
9
|
-
"module": "./dist/
|
|
10
|
-
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
],
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"types": "./dist/src/index.d.ts",
|
|
16
|
-
"import": "./dist/
|
|
17
|
-
"require": "./dist/
|
|
18
|
-
},
|
|
19
|
-
"./dist/library.css": {
|
|
20
|
-
"import": "./dist/library.css",
|
|
21
|
-
"style": "./dist/library.css",
|
|
22
|
-
"default": "./dist/library.css"
|
|
23
|
-
},
|
|
24
|
-
"./react": {
|
|
25
|
-
"types": "./dist/src/lib/react/react.lib.d.ts",
|
|
26
|
-
"import": "./dist/src/lib/react/react.lib.js",
|
|
27
|
-
"require": "./dist/src/lib/react/react.lib.cjs"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"types": "./dist/src/index.d.ts",
|
|
31
|
-
"scripts": {
|
|
32
|
-
"format-classes": "npx prettier --write .",
|
|
33
|
-
"release": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
|
|
34
|
-
"release:minor": "npm version $(semver $npm_package_version -i minor) && npm publish --tag latest",
|
|
35
|
-
"release:patch": "npm version $(semver $npm_package_version -i patch) && npm publish --tag latest",
|
|
36
|
-
"release:beta": "npm version $(semver $npm_package_version -i prerelease --preid $(npm whoami) ) && npm publish --tag beta",
|
|
37
|
-
"clean": "rimraf dist",
|
|
38
|
-
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.js dist/public/",
|
|
39
|
-
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
40
|
-
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
41
|
-
"test": "tsc && wtr --coverage",
|
|
42
|
-
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
43
|
-
"storybook": "storybook dev -p 6006",
|
|
44
|
-
"test-storybook": "test-storybook",
|
|
45
|
-
"storybook:build": "storybook build",
|
|
46
|
-
"build-storybook": "storybook build",
|
|
47
|
-
"link:dev": "npm run build && npm link",
|
|
48
|
-
"dev": "vite",
|
|
49
|
-
"build:css": "postcss src/tailwind-lib.css -o dist/library.css",
|
|
50
|
-
"build": "npm run clean && vite build && npm run build:css",
|
|
51
|
-
"preview": "vite preview",
|
|
52
|
-
"analyze": "cem analyze --litelement",
|
|
53
|
-
"generate:cem": "cem analyze --litelement --outdir .",
|
|
54
|
-
"tw:watch": "concurrently \"tailwindcss -i ./src/tailwind-lib.css -o ./src/globals.css --watch\" \"twlit --input ./src/globals.css --output ./src/styles/tw.styles.ts \""
|
|
55
|
-
},
|
|
56
|
-
"peerDependencies": {
|
|
57
|
-
"@lit-labs/context": "^0.5.1",
|
|
58
|
-
"@lit-labs/react": "^1.2.0",
|
|
59
|
-
"lit": "^3.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"vite
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@storybook/
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@
|
|
89
|
-
"@testing-library
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"eslint
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"tailwindcss": "^
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@revotech-group/revotech-ui-kit",
|
|
3
|
+
"description": "Webcomponent wc-ui following open-wc recommendations",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"author": "wc-ui",
|
|
6
|
+
"version": "0.0.71",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "dist/rtg-ui-kit.umd.cjs",
|
|
9
|
+
"module": "./dist/rtg-ui-kit.js",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/src/index.d.ts",
|
|
16
|
+
"import": "./dist/rtg-ui-kit.js",
|
|
17
|
+
"require": "./dist/rtg-ui-kit.umd.cjs"
|
|
18
|
+
},
|
|
19
|
+
"./dist/library.css": {
|
|
20
|
+
"import": "./dist/library.css",
|
|
21
|
+
"style": "./dist/library.css",
|
|
22
|
+
"default": "./dist/library.css"
|
|
23
|
+
},
|
|
24
|
+
"./react": {
|
|
25
|
+
"types": "./dist/src/lib/react/react.lib.d.ts",
|
|
26
|
+
"import": "./dist/src/lib/react/react.lib.js",
|
|
27
|
+
"require": "./dist/src/lib/react/react.lib.cjs"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"types": "./dist/src/index.d.ts",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"format-classes": "npx prettier --write .",
|
|
33
|
+
"release": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
|
|
34
|
+
"release:minor": "npm version $(semver $npm_package_version -i minor) && npm publish --tag latest",
|
|
35
|
+
"release:patch": "npm version $(semver $npm_package_version -i patch) && npm publish --tag latest",
|
|
36
|
+
"release:beta": "npm version $(semver $npm_package_version -i prerelease --preid $(npm whoami) ) && npm publish --tag beta",
|
|
37
|
+
"clean": "rimraf dist",
|
|
38
|
+
"copy-files": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.js dist/public/",
|
|
39
|
+
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
40
|
+
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
41
|
+
"test": "tsc && wtr --coverage",
|
|
42
|
+
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
43
|
+
"storybook": "storybook dev -p 6006",
|
|
44
|
+
"test-storybook": "test-storybook",
|
|
45
|
+
"storybook:build": "storybook build",
|
|
46
|
+
"build-storybook": "storybook build",
|
|
47
|
+
"link:dev": "npm run build && npm link",
|
|
48
|
+
"dev": "vite",
|
|
49
|
+
"build:css": "postcss src/tailwind-lib.css -o dist/library.css",
|
|
50
|
+
"build": "npm run clean && vite build && npm run build:css",
|
|
51
|
+
"preview": "vite preview",
|
|
52
|
+
"analyze": "cem analyze --litelement",
|
|
53
|
+
"generate:cem": "cem analyze --litelement --outdir .",
|
|
54
|
+
"tw:watch": "concurrently \"tailwindcss -i ./src/tailwind-lib.css -o ./src/globals.css --watch\" \"twlit --input ./src/globals.css --output ./src/styles/tw.styles.ts \""
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"@lit-labs/context": "^0.5.1",
|
|
58
|
+
"@lit-labs/react": "^1.2.0",
|
|
59
|
+
"lit": "^3.3.0",
|
|
60
|
+
"@storybook/web-components-vite": "^9.0.8"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@lit/reactive-element": "^2.1.0",
|
|
64
|
+
"@open-wc/lit-helpers": "^0.7.0",
|
|
65
|
+
"@storybook/addon-links": "^9.0.8",
|
|
66
|
+
"class-variance-authority": "^0.7.0",
|
|
67
|
+
"clsx": "^2.1.0",
|
|
68
|
+
"husky": "^9.1.4",
|
|
69
|
+
"lit-html": "^3.3.0",
|
|
70
|
+
"playwright": "^1.47.1",
|
|
71
|
+
"react": "^19",
|
|
72
|
+
"storybook": "^9.0.8",
|
|
73
|
+
"tailwind-merge": "^2.2.1",
|
|
74
|
+
"tailwindcss-animate": "^1.0.7",
|
|
75
|
+
"vite": "^6.3.5",
|
|
76
|
+
"vite-plugin-dts": "^3.6.0",
|
|
77
|
+
"vite-plugin-html-config": "^1.0.11"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@babel/preset-env": "^7.16.4",
|
|
81
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
82
|
+
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
83
|
+
"@open-wc/eslint-config": "^9.2.1",
|
|
84
|
+
"@open-wc/testing": "^3.1.6",
|
|
85
|
+
"@storybook/addon-docs": "^9.0.8",
|
|
86
|
+
"@storybook/builder-vite": "^9.0.8",
|
|
87
|
+
"@storybook/jest": "^0.2.3",
|
|
88
|
+
"@storybook/test-runner": "^0.23.0",
|
|
89
|
+
"@storybook/testing-library": "^0.2.2",
|
|
90
|
+
"@testing-library/dom": "^10.4.0",
|
|
91
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
93
|
+
"@typescript-eslint/parser": "^5.48.0",
|
|
94
|
+
"@web/dev-server": "^0.1.38",
|
|
95
|
+
"@web/test-runner": "^0.14.0",
|
|
96
|
+
"autoprefixer": "^10.4.21",
|
|
97
|
+
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
98
|
+
"concurrently": "^5.3.0",
|
|
99
|
+
"copyfiles": "^2.4.1",
|
|
100
|
+
"deepmerge": "^4.2.2",
|
|
101
|
+
"eslint": "^8.31.0",
|
|
102
|
+
"eslint-config-prettier": "^8.3.0",
|
|
103
|
+
"eslint-plugin-storybook": "^9.0.8",
|
|
104
|
+
"lint-staged": "^10.5.4",
|
|
105
|
+
"postcss-cli": "^11.0.1",
|
|
106
|
+
"prettier": "^3.5.3",
|
|
107
|
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
108
|
+
"rimraf": "^3.0.2",
|
|
109
|
+
"tailwindcss": "^3.4.1",
|
|
110
|
+
"tslib": "^2.3.1",
|
|
111
|
+
"twlit": "^0.0.1-alpha.37",
|
|
112
|
+
"typescript": "^5.3.3"
|
|
113
|
+
},
|
|
114
|
+
"eslintConfig": {
|
|
115
|
+
"parser": "@typescript-eslint/parser",
|
|
116
|
+
"extends": [
|
|
117
|
+
"@open-wc",
|
|
118
|
+
"prettier",
|
|
119
|
+
"plugin:storybook/recommended"
|
|
120
|
+
],
|
|
121
|
+
"plugins": [
|
|
122
|
+
"@typescript-eslint"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"lint-staged": {
|
|
126
|
+
"*.{js,ts,jsx,tsx,html}": [
|
|
127
|
+
"eslint --fix",
|
|
128
|
+
"prettier --write"
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
"customElements": "custom-elements.json",
|
|
132
|
+
"overrides": {
|
|
133
|
+
"storybook": "$storybook"
|
|
134
|
+
}
|
|
135
|
+
}
|