@yourdash/uikit 1.0.18 → 1.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. package/package.json +1 -1
  2. package/src/components/box/box.module.scss +1 -1
  3. package/src/components/button/button.module.scss +1 -1
  4. package/src/components/buttonLink/buttonLink.module.scss +1 -1
  5. package/src/components/buttonWithIcon/buttonWithIcon.module.scss +1 -1
  6. package/src/components/card/card.module.scss +1 -1
  7. package/src/components/container/container.module.scss +1 -1
  8. package/src/components/contextMenu/contextMenuRoot.module.scss +1 -1
  9. package/src/components/flex/flex.module.scss +1 -1
  10. package/src/components/heading/heading.module.scss +1 -1
  11. package/src/components/iconButton/iconButton.module.scss +1 -1
  12. package/src/components/image/image.module.scss +1 -1
  13. package/src/components/link/link.module.scss +1 -1
  14. package/src/components/progressBar/progressBar.module.scss +1 -1
  15. package/src/components/separator/separator.module.scss +1 -1
  16. package/src/components/spinner/spinner.module.scss +1 -1
  17. package/src/components/subtext/subtext.module.scss +1 -1
  18. package/src/components/tag/tag.module.scss +1 -1
  19. package/src/components/text/text.module.scss +1 -1
  20. package/src/components/textButton/textButton.module.scss +1 -1
  21. package/src/views/carousel/carousel.module.scss +1 -1
  22. package/src/views/header/header.module.scss +1 -1
  23. package/src/views/infiniteScroll/infiniteScroll.module.scss +1 -1
  24. package/src/views/navBar/components/navImage/navImage.module.scss +1 -1
  25. package/src/views/navBar/navBar.module.scss +1 -1
  26. package/src/views/onBoarding/onBoarding.module.scss +1 -1
  27. package/src/views/sidebar/Sidebar.module.scss +1 -1
  28. package/src/views/sidebar/SidebarContainer.module.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourdash/uikit",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "engines": {
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  box-sizing: border-box;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  font-family: var(#{$theme}#{$font}#{$family});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  font-family: var(#{$theme}#{$font}#{$family});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: flex;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  box-sizing: border-box;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  box-sizing: border-box;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  position: fixed;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: flex;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: inline-block;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  font-family: var(#{$theme}#{$font}#{$family});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .componentContainer {
9
9
  position: relative;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: inline-block;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  padding: var(#{$theme+$padding});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: flex;
@@ -1,4 +1,4 @@
1
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
1
+ @use "@yourdash/uikit/theme/themeValues" as *;
2
2
 
3
3
  .component {
4
4
  padding: var(#{$theme+$padding});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  color: var(#{$theme+$subcolor});
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: inline-block;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: inline-block;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  font-family: var(#{$theme}#{$font}#{$family});
@@ -1,4 +1,4 @@
1
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
1
+ @use "@yourdash/uikit/theme/themeValues" as *;
2
2
 
3
3
  .containerComponent {
4
4
  display: flex;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .view {
9
9
  width: 100%;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://mit.ewsgit.uk)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: flex;
@@ -1,4 +1,4 @@
1
- @use "../../../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
1
+ @use "@yourdash/uikit/theme/themeValues" as *;
2
2
 
3
3
  .component {
4
4
  height: calc(var(--nav-height) - var(#{$theme+$padding}));
@@ -1,4 +1,4 @@
1
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
1
+ @use "@yourdash/uikit/theme/themeValues" as *;
2
2
 
3
3
  .component {
4
4
  --nav-height: calc(2rem + var(#{$theme+$padding}));
@@ -1,4 +1,4 @@
1
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
1
+ @use "@yourdash/uikit/theme/themeValues" as *;
2
2
 
3
3
  .page {
4
4
  display: flex;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "../../../../../node_modules/@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  height: 100%;
@@ -3,7 +3,7 @@
3
3
  * YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @import "../../../../../node_modules/@yourdash/uikit/theme/themeValues";
6
+ @import "@yourdash/uikit/theme/themeValues";
7
7
 
8
8
  .component {
9
9
  display: flex;