@revotech-group/revotech-ui-kit 0.0.64 → 0.0.70
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} +4793 -5731
- 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/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.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/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/README.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img width="200" src="https://open-wc.org/hero.png"></img>
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
## Open-wc Starter App
|
|
6
|
-
|
|
7
|
-
[](https://github.com/open-wc)
|
|
8
|
-
|
|
9
|
-
## Quickstart
|
|
10
|
-
|
|
11
|
-
To get started:
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
npm init @open-wc
|
|
15
|
-
# requires node 10 & npm 6 or higher
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Scripts
|
|
19
|
-
|
|
20
|
-
- `start` runs your app for development, reloading on file changes
|
|
21
|
-
- `start:build` runs your app after it has been built using the build command
|
|
22
|
-
- `build` builds your app and outputs it in your `dist` directory
|
|
23
|
-
- `test` runs your test suite with Web Test Runner
|
|
24
|
-
- `lint` runs the linter for your project
|
|
25
|
-
|
|
26
|
-
## Tooling configs
|
|
27
|
-
|
|
28
|
-
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
|
|
29
|
-
|
|
30
|
-
If you customize the configuration a lot, you can consider moving them to individual files.
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img width="200" src="https://open-wc.org/hero.png"></img>
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
## Open-wc Starter App
|
|
6
|
+
|
|
7
|
+
[](https://github.com/open-wc)
|
|
8
|
+
|
|
9
|
+
## Quickstart
|
|
10
|
+
|
|
11
|
+
To get started:
|
|
12
|
+
|
|
13
|
+
```sh
|
|
14
|
+
npm init @open-wc
|
|
15
|
+
# requires node 10 & npm 6 or higher
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Scripts
|
|
19
|
+
|
|
20
|
+
- `start` runs your app for development, reloading on file changes
|
|
21
|
+
- `start:build` runs your app after it has been built using the build command
|
|
22
|
+
- `build` builds your app and outputs it in your `dist` directory
|
|
23
|
+
- `test` runs your test suite with Web Test Runner
|
|
24
|
+
- `lint` runs the linter for your project
|
|
25
|
+
|
|
26
|
+
## Tooling configs
|
|
27
|
+
|
|
28
|
+
For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project.
|
|
29
|
+
|
|
30
|
+
If you customize the configuration a lot, you can consider moving them to individual files.
|