@epam/uui 6.5.0 → 6.5.1-alpha.0

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.
@@ -1,27 +1,27 @@
1
- @mixin clickable-styles() {
2
- text-decoration: none;
3
- outline: none;
4
- border: 0;
5
- background: none;
6
- box-sizing: border-box;
7
- appearance: none;
8
- align-items: unset;
9
- padding: unset;
10
- margin: unset;
11
- justify-content: unset;
12
- overflow: hidden;
13
- display: flex;
14
- position: relative;
15
-
16
- &:hover {
17
- text-decoration: none;
18
- }
19
-
20
- &:global(.-clickable) {
21
- cursor: pointer;
22
- }
23
-
24
- &:global(.uui-disabled) {
25
- cursor: default;
26
- }
1
+ @mixin clickable-styles() {
2
+ text-decoration: none;
3
+ outline: none;
4
+ border: 0;
5
+ background: none;
6
+ box-sizing: border-box;
7
+ appearance: none;
8
+ align-items: unset;
9
+ padding: unset;
10
+ margin: unset;
11
+ justify-content: unset;
12
+ overflow: hidden;
13
+ display: flex;
14
+ position: relative;
15
+
16
+ &:hover {
17
+ text-decoration: none;
18
+ }
19
+
20
+ &:global(.-clickable) {
21
+ cursor: pointer;
22
+ }
23
+
24
+ &:global(.uui-disabled) {
25
+ cursor: default;
26
+ }
27
27
  }
@@ -1,9 +1,9 @@
1
- @mixin dnd-cursor-style {
2
- &:hover {
3
- cursor: grab;
4
- }
5
-
6
- &:active {
7
- cursor: grabbing;
8
- }
9
- }
1
+ @mixin dnd-cursor-style {
2
+ &:hover {
3
+ cursor: grab;
4
+ }
5
+
6
+ &:active {
7
+ cursor: grabbing;
8
+ }
9
+ }
@@ -1,6 +1,6 @@
1
- @mixin dnd-ghost-shadow() { box-shadow: var(--uui-shadow-level-3); }
2
-
3
- @mixin focus-visible-effect($offset: var(--uui-focus-outline-offset)) {
4
- outline: var(--uui-focus-outline-width) solid var(--uui-outline-focus);
5
- outline-offset: $offset;
6
- }
1
+ @mixin dnd-ghost-shadow() { box-shadow: var(--uui-shadow-level-3); }
2
+
3
+ @mixin focus-visible-effect($offset: var(--uui-focus-outline-offset)) {
4
+ outline: var(--uui-focus-outline-width) solid var(--uui-outline-focus);
5
+ outline-offset: $offset;
6
+ }
@@ -1,6 +1,6 @@
1
- @forward 'clickable';
2
- @forward 'effects';
3
- @forward 'inputs';
4
- @forward 'helpers';
5
- //@forward 'typography'; don't include typography into index, since it will insert typography styles for each index import
6
- @forward 'dnd';
1
+ @forward 'clickable';
2
+ @forward 'effects';
3
+ @forward 'inputs';
4
+ @forward 'helpers';
5
+ //@forward 'typography'; don't include typography into index, since it will insert typography styles for each index import
6
+ @forward 'dnd';