allaw-ui 4.7.7 → 4.7.8

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.
@@ -48,12 +48,14 @@
48
48
  width: 999px;
49
49
  height: 999px;
50
50
  background: conic-gradient(
51
- #000,
52
- #402fb5 5%,
53
- #000 38%,
54
- #000 50%,
55
- #cf30aa 60%,
56
- #000 87%
51
+ #14698b,
52
+ #25beeb 8%,
53
+ #6db8e0 18%,
54
+ #25beeb 30%,
55
+ #1a8bb8 45%,
56
+ #25beeb 55%,
57
+ #1a8bb8 70%,
58
+ #14698b 85%
57
59
  );
58
60
  transform: translate(-50%, -50%) rotate(60deg);
59
61
  animation: glowRotate1 4s linear infinite;
@@ -74,12 +76,13 @@
74
76
  width: 600px;
75
77
  height: 600px;
76
78
  background: conic-gradient(
77
- rgba(0, 0, 0, 0),
78
- #18116a,
79
- rgba(0, 0, 0, 0) 10%,
80
- rgba(0, 0, 0, 0) 50%,
81
- #6e1b60,
82
- rgba(0, 0, 0, 0) 60%
79
+ rgba(23, 30, 37, 0.2),
80
+ #1a8bb8 12%,
81
+ rgba(37, 190, 235, 0.4) 25%,
82
+ #728ea7 40%,
83
+ rgba(23, 30, 37, 0.3) 55%,
84
+ #25beeb 70%,
85
+ rgba(109, 184, 224, 0.6) 85%
83
86
  );
84
87
  transform: translate(-50%, -50%) rotate(82deg);
85
88
  animation: glowRotate2 4s linear infinite;
@@ -97,12 +100,13 @@
97
100
  width: 600px;
98
101
  height: 600px;
99
102
  background: conic-gradient(
100
- rgba(0, 0, 0, 0) 0%,
101
- #a099d8,
102
- rgba(0, 0, 0, 0) 8%,
103
- rgba(0, 0, 0, 0) 50%,
104
- #dfa2da,
105
- rgba(0, 0, 0, 0) 58%
103
+ rgba(162, 181, 200, 0.3) 0%,
104
+ #6db8e0 15%,
105
+ rgba(37, 190, 235, 0.7) 30%,
106
+ #a2b5c8 45%,
107
+ #25beeb 60%,
108
+ rgba(114, 142, 167, 0.5) 75%,
109
+ rgba(109, 184, 224, 0.8) 90%
106
110
  );
107
111
  transform: translate(-50%, -50%) rotate(83deg);
108
112
  filter: brightness(1.4);
@@ -120,12 +124,14 @@
120
124
  width: 600px;
121
125
  height: 600px;
122
126
  background: conic-gradient(
123
- #1c191c,
124
- #402fb5 5%,
125
- #1c191c 14%,
126
- #1c191c 50%,
127
- #cf30aa 60%,
128
- #1c191c 64%
127
+ #456073,
128
+ #25beeb 15%,
129
+ #6db8e0 25%,
130
+ #1a8bb8 35%,
131
+ #456073 50%,
132
+ #25beeb 65%,
133
+ #728ea7 80%,
134
+ #456073 95%
129
135
  );
130
136
  transform: translate(-50%, -50%) rotate(70deg);
131
137
  filter: brightness(1.3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.7.7",
3
+ "version": "4.7.8",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",