@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.
- package/package.json +1 -1
- package/src/components/box/box.module.scss +1 -1
- package/src/components/button/button.module.scss +1 -1
- package/src/components/buttonLink/buttonLink.module.scss +1 -1
- package/src/components/buttonWithIcon/buttonWithIcon.module.scss +1 -1
- package/src/components/card/card.module.scss +1 -1
- package/src/components/container/container.module.scss +1 -1
- package/src/components/contextMenu/contextMenuRoot.module.scss +1 -1
- package/src/components/flex/flex.module.scss +1 -1
- package/src/components/heading/heading.module.scss +1 -1
- package/src/components/iconButton/iconButton.module.scss +1 -1
- package/src/components/image/image.module.scss +1 -1
- package/src/components/link/link.module.scss +1 -1
- package/src/components/progressBar/progressBar.module.scss +1 -1
- package/src/components/separator/separator.module.scss +1 -1
- package/src/components/spinner/spinner.module.scss +1 -1
- package/src/components/subtext/subtext.module.scss +1 -1
- package/src/components/tag/tag.module.scss +1 -1
- package/src/components/text/text.module.scss +1 -1
- package/src/components/textButton/textButton.module.scss +1 -1
- package/src/views/carousel/carousel.module.scss +1 -1
- package/src/views/header/header.module.scss +1 -1
- package/src/views/infiniteScroll/infiniteScroll.module.scss +1 -1
- package/src/views/navBar/components/navImage/navImage.module.scss +1 -1
- package/src/views/navBar/navBar.module.scss +1 -1
- package/src/views/onBoarding/onBoarding.module.scss +1 -1
- package/src/views/sidebar/Sidebar.module.scss +1 -1
- package/src/views/sidebar/SidebarContainer.module.scss +1 -1
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
* YourDash is licensed under the MIT License. (https://ewsgit.mit-license.org)
|
4
4
|
*/
|
5
5
|
|
6
|
-
@use "
|
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 "
|
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 "
|
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 "
|
6
|
+
@use "@yourdash/uikit/theme/themeValues" as *;
|
7
7
|
|
8
8
|
.component {
|
9
9
|
font-family: var(#{$theme}#{$font}#{$family});
|