@yourdash/uikit 1.0.20 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourdash/uikit",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
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 "@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/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 "@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/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 "@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/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 "@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/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://mit.ewsgit.uk)
4
4
  */
5
5
 
6
- @use "@yourdash/uikit/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/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://ewsgit.mit-license.org)
4
4
  */
5
5
 
6
- @use "@yourdash/uikit/src/src/theme/themeValues" as *;
6
+ @use "@yourdash/uikit/src/theme/themeValues" as *;
7
7
 
8
8
  .component {
9
9
  display: flex;