@axos-web-dev/shared-components 2.0.0-dev.9-1 → 2.0.0-dev.9-2

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.
@@ -21,37 +21,13 @@
21
21
  }
22
22
  .ic6iil2 {
23
23
  --offset: 3px;
24
- position: relative;
25
24
  background: var(--_1073cm813);
26
- width: 164px;
27
- height: 42px;
28
25
  max-width: 100%;
29
26
  overflow: hidden;
30
- border-radius: 50px;
31
27
  border-width: 3px;
32
28
  border: var(--_1073cm813);
33
29
  border-style: solid;
34
30
  }
35
- .ic6iil2:hover::before {
36
- content: "";
37
- background: conic-gradient(transparent 270deg, white, white);
38
- position: absolute;
39
- top: 50%;
40
- left: 50%;
41
- transform: translate(-50%, -50%);
42
- aspect-ratio: 1;
43
- width: 100%;
44
- animation: ic6iil0 3s linear infinite;
45
- }
46
- .ic6iil2:hover::after {
47
- content: "";
48
- border-radius: inherit;
49
- background: var(--_1073cm813);
50
- position: absolute;
51
- inset: var(--offset);
52
- height: calc(100% - 2 * var(--offset));
53
- width: calc(100% - 2 * var(--offset));
54
- }
55
31
  .ic6iil3 {
56
32
  border: 2px solid var(--_1073cm813);
57
33
  background: var(--_1073cm815);
@@ -70,7 +46,37 @@
70
46
  background: linear-gradient(white) padding-box, linear-gradient(var(--angle), var(--_1073cm815)) border-box;
71
47
  background: linear-gradient(var(--angle), var(--_1073cm815)) border-box;
72
48
  }
49
+ @media screen and (max-width:768px) {
50
+ .ic6iil2 {
51
+ border: none;
52
+ }
53
+ }
73
54
  @media screen and (min-width:768px) {
55
+ .ic6iil2 {
56
+ width: 164px;
57
+ height: 42px;
58
+ border-radius: 50px;
59
+ }
60
+ .ic6iil2:hover::before {
61
+ content: "";
62
+ background: conic-gradient(transparent 270deg, white, white);
63
+ position: absolute;
64
+ top: 50%;
65
+ left: 50%;
66
+ transform: translate(-50%, -50%);
67
+ aspect-ratio: 1;
68
+ width: 100%;
69
+ animation: ic6iil0 3s linear infinite;
70
+ }
71
+ .ic6iil2:hover::after {
72
+ content: "";
73
+ border-radius: inherit;
74
+ background: var(--_1073cm813);
75
+ position: absolute;
76
+ inset: var(--offset);
77
+ height: calc(100% - 2 * var(--offset));
78
+ width: calc(100% - 2 * var(--offset));
79
+ }
74
80
  .ic6iil3:hover {
75
81
  --angle: 270deg;
76
82
  border: 2px solid transparent;
@@ -46,9 +46,6 @@
46
46
  right: 16px;
47
47
  z-index: 9999;
48
48
  overflow: hidden;
49
- border-radius: 100px;
50
- width: 160px;
51
- height: 42px;
52
49
  }
53
50
  ._1hpv6vm1 ._7u9pv32 {
54
51
  background-color: var(--_1073cm813);
@@ -69,7 +66,6 @@
69
66
  }
70
67
  ._1hpv6vm1 ._7u9pv33 {
71
68
  background-color: var(--_1073cm813);
72
- padding: 12px 30px;
73
69
  }
74
70
  ._7u9pv34 {
75
71
  position: absolute;
@@ -84,13 +80,22 @@
84
80
  border-radius: 16px;
85
81
  height: 56px;
86
82
  width: 56px;
83
+ border: none;
87
84
  }
88
85
  ._7u9pv33 {
89
86
  width: 56px;
90
87
  height: 56px;
91
88
  padding: 0;
89
+ line-height: 0;
92
90
  }
93
91
  ._7u9pv35 {
94
92
  display: none;
95
93
  }
94
+ }
95
+ @media screen and (min-width:768px) {
96
+ ._7u9pv32 {
97
+ border-radius: 100px;
98
+ width: 164px;
99
+ height: 42px;
100
+ }
96
101
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "2.0.0-dev.9-1",
4
+ "version": "2.0.0-dev.9-2",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "module": "dist/main.js",