@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.
Files changed (75) hide show
  1. package/README.md +30 -30
  2. package/dist/library.css +2262 -2697
  3. package/dist/{revotech-ui-kit.js → rtg-ui-kit.js} +4812 -5736
  4. package/dist/rtg-ui-kit.umd.cjs +4904 -0
  5. package/dist/src/components/ui/accordion/accordion.d.ts +0 -1
  6. package/dist/src/components/ui/accordion/accordion.stories.d.ts +0 -1
  7. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +0 -1
  8. package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -1
  9. package/dist/src/components/ui/avatar/avatar.d.ts +0 -1
  10. package/dist/src/components/ui/avatar/avatar.style.d.ts +3 -3
  11. package/dist/src/components/ui/badge/badge.d.ts +0 -1
  12. package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +6 -6
  13. package/dist/src/components/ui/button/button.d.ts +1 -1
  14. package/dist/src/components/ui/card/card.styles.d.ts +1 -1
  15. package/dist/src/components/ui/checkbox/checkbox.style.d.ts +2 -2
  16. package/dist/src/components/ui/collapsible/collapsible.d.ts +0 -1
  17. package/dist/src/components/ui/combobox/combo-box-input.d.ts +0 -1
  18. package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -5
  19. package/dist/src/components/ui/command/command.styles.d.ts +6 -6
  20. package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -7
  21. package/dist/src/components/ui/data-table/data-table.d.ts +0 -2
  22. package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -4
  23. package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -5
  24. package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -7
  25. package/dist/src/components/ui/form/form.styles.d.ts +6 -6
  26. package/dist/src/components/ui/form/rtg-form-label.d.ts +0 -1
  27. package/dist/src/components/ui/hoverCard/hover-card.d.ts +0 -1
  28. package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -1
  29. package/dist/src/components/ui/input/input.d.ts +1 -0
  30. package/dist/src/components/ui/input/input.styles.d.ts +1 -1
  31. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +0 -1
  32. package/dist/src/components/ui/menubar/menubar.d.ts +0 -1
  33. package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -8
  34. package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +0 -1
  35. package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -3
  36. package/dist/src/components/ui/pagination/pagination-content.d.ts +0 -1
  37. package/dist/src/components/ui/pagination/pagination.styles.d.ts +5 -5
  38. package/dist/src/components/ui/progress/progress.styles.d.ts +1 -1
  39. package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -2
  40. package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -1
  41. package/dist/src/components/ui/select/select.styles.d.ts +7 -7
  42. package/dist/src/components/ui/separator/separator.d.ts +0 -1
  43. package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -1
  44. package/dist/src/components/ui/switch/switch.d.ts +0 -1
  45. package/dist/src/components/ui/switch/switch.style.d.ts +1 -1
  46. package/dist/src/components/ui/table/table.d.ts +0 -1
  47. package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -1
  48. package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -1
  49. package/dist/src/components/ui/toast/toast.style.d.ts +5 -5
  50. package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +1 -1
  51. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +0 -2
  52. package/dist/src/helpers/base-element.d.ts +2 -0
  53. package/dist/src/interfaces/index.d.ts +0 -1
  54. package/package.json +135 -133
  55. package/dist/revotech-ui-kit.umd.cjs +0 -5150
  56. package/dist/src/components/widgets/login/rtg-login-actions.d.ts +0 -9
  57. package/dist/src/components/widgets/login/rtg-login-controller.d.ts +0 -11
  58. package/dist/src/components/widgets/login/rtg-login-divider.d.ts +0 -9
  59. package/dist/src/components/widgets/login/rtg-login-fields.d.ts +0 -17
  60. package/dist/src/components/widgets/login/rtg-login-logo.d.ts +0 -8
  61. package/dist/src/components/widgets/login/rtg-login-social.d.ts +0 -8
  62. package/dist/src/components/widgets/login/rtg-login-terms.d.ts +0 -9
  63. package/dist/src/components/widgets/login/rtg-login-title.d.ts +0 -8
  64. package/dist/src/components/widgets/login/rtg-login.d.ts +0 -13
  65. package/dist/src/components/widgets/sign-up/rtg-sign-up-actions.d.ts +0 -6
  66. package/dist/src/components/widgets/sign-up/rtg-sign-up-divider.d.ts +0 -6
  67. package/dist/src/components/widgets/sign-up/rtg-sign-up-fields.d.ts +0 -9
  68. package/dist/src/components/widgets/sign-up/rtg-sign-up-logo.d.ts +0 -6
  69. package/dist/src/components/widgets/sign-up/rtg-sign-up-social.d.ts +0 -6
  70. package/dist/src/components/widgets/sign-up/rtg-sign-up-terms.d.ts +0 -6
  71. package/dist/src/components/widgets/sign-up/rtg-sign-up-title.d.ts +0 -6
  72. package/dist/src/components/widgets/sign-up/rtg-sign-up.d.ts +0 -7
  73. package/dist/src/interfaces/widgets/base.interface.d.ts +0 -23
  74. package/dist/src/interfaces/widgets/index.d.ts +0 -2
  75. 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
- [![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](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
+ [![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](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.