@fileverse/ui 5.1.3 → 5.1.5

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.
Files changed (2) hide show
  1. package/dist/index.css +9 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -541,6 +541,7 @@ video {
541
541
  --color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
542
542
  --color-bg-success: 126, 73%, 39%, 1;
543
543
  --color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
544
+ --color-bg-info-light: 248, 100%, 97%, 1;
544
545
 
545
546
  /* Border */
546
547
  --color-border-default: 195, 10%, 92%, 1; /* Gray-200 */
@@ -625,6 +626,7 @@ video {
625
626
  --color-bg-tertiary: 0, 0%, 25%, 1; /* Gray-800 */
626
627
  --color-bg-success: 128, 59%, 20%, 1;
627
628
  --color-bg-success-light: 128, 59%, 20%, 1; /* Green-900 */
629
+ --color-bg-info-light: 254, 100%, 73%, 0.16;
628
630
 
629
631
  /* Border */
630
632
  --color-border-default: 0, 0%, 25%, 1; /* Gray-800 */
@@ -703,6 +705,7 @@ video {
703
705
  --color-bg-tertiary: 44, 32%, 86%, 1; /* #E7E1D0 */
704
706
  --color-bg-success: 77, 23%, 35%, 1; /* #616C44 */
705
707
  --color-bg-success-light: 76, 23%, 64%, 1; /* #ADB88E */
708
+ --color-bg-info-light: 199, 45%, 87%, 1;
706
709
 
707
710
  /* Border */
708
711
  --color-border-default: 41, 49%, 76%, 1; /* #E0CDA4 */
@@ -781,6 +784,7 @@ video {
781
784
  --color-bg-tertiary: 3, 88%, 26%, 0.12; /* #7C0E08 12% */
782
785
  --color-bg-success: 139, 35%, 42%, 1; /* #46905E */
783
786
  --color-bg-success-light: 140, 34%, 88%, 1; /* #D6EBDD */
787
+ --color-bg-info-light: 209, 89%, 88%, 1;
784
788
 
785
789
  /* Border */
786
790
  --color-border-default: 346, 100%, 90%, 1; /* #FFCCD8 */
@@ -859,6 +863,7 @@ video {
859
863
  --color-bg-tertiary: 63, 15%, 74%, 0.12; /* #C6C7B3 12% */
860
864
  --color-bg-success: 120, 46%, 55%, 1; /* #59C259 */
861
865
  --color-bg-success-light: 120, 46%, 55%, 0.16; /* #59C259 16% */
866
+ --color-bg-info-light: 197, 78%, 64%, 0.16;
862
867
 
863
868
  /* Border */
864
869
  --color-border-default: 120, 8%, 30%, 1; /* #465346 */
@@ -1152,6 +1157,10 @@ video {
1152
1157
  color: hsl(var(--color-text-tooltip));
1153
1158
  }
1154
1159
 
1160
+ .color-bg-transparent {
1161
+ background-color: hsl(var(--color-bg-transparent));
1162
+ }
1163
+
1155
1164
  .color-button-default {
1156
1165
  background-color: hsl(var(--color-button-default));
1157
1166
  border-color: hsl(var(--color-button-default));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "5.1.3",
3
+ "version": "5.1.5",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],
@@ -114,4 +114,4 @@
114
114
  "npx prettier --write"
115
115
  ]
116
116
  }
117
- }
117
+ }