mediacube-ui 0.1.65 → 0.1.67

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.65",
3
+ "version": "0.1.67",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -0,0 +1,7 @@
1
+ <svg data-token-name="cup" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.3621 6.2851H18.5438C19.3471 6.2851 19.9983 6.96731 19.9983 7.80887V9.33263C19.9983 11.0157 18.6959 12.3802 17.0894 12.3802H16.2705" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M11.9977 14.6664V19.2377" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M14.9077 19.2381H9.08984" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.09021 4H14.9081C15.7114 4 16.3626 4.68221 16.3626 5.52376V11.6188C16.3626 13.3019 15.0602 14.6663 13.4536 14.6663H10.5447C8.93812 14.6663 7.63574 13.3019 7.63574 11.6188V5.52376C7.63574 4.68221 8.28693 4 9.09021 4Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M7.63618 6.2851H5.45447C4.65119 6.2851 4 6.96731 4 7.80887V9.33263C4 11.0157 5.30238 12.3802 6.90895 12.3802H7.72781" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
@@ -9,7 +9,7 @@ $gradient-blue: linear-gradient(180deg, #1ADBFE 0%, #3580F8 100%); /* Нотиф
9
9
  $gradient-yellow: linear-gradient(180deg, #FEE41A 0%, #F89B35 100%); /* Столбики в графике 3 порядка */
10
10
  $gradient-green: linear-gradient(180deg, #C9DD4C 0%, #63BE7E 100%); /* Столбики в графике 2 порядка */
11
11
  $gradient-red: linear-gradient(180deg, #F26567 0%, #F79440 100%); /* Столбики в графике 1 порядка */
12
- $gradient-purple: linear-gradient(270deg, #a246ff 0%, $color-purple 100%); /* Основной градиент для MCPay */
12
+ $gradient-purple: linear-gradient(270deg, #9a47ed 0%, #8446ff 100%); /* Основной градиент для MCPay */
13
13
 
14
14
  $gradient-primary-radial: radial-gradient(rgb(179, 211, 255), rgb(62, 132, 244)); /* Radial gradient example */
15
15