@fileverse/ui 4.2.1-toast-6 → 4.2.1-toast-7

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/dist/index.css CHANGED
@@ -562,6 +562,8 @@ video {
562
562
  --color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
563
563
  --color-icon-inverse: 0, 0%, 100%, 1; /* White */
564
564
  --color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
565
+ --color-icon-warning: 18, 88%, 55%, 1;
566
+ --color-icon-info: 260, 100%, 52%, 1;
565
567
  --color-icon-success: 127, 69%, 29%, 1; /* Green-700 */
566
568
  --color-icon-on-brand: 207, 8%, 23%, 1; /* Gray-900 */
567
569
 
@@ -634,10 +636,10 @@ video {
634
636
  --color-icon-secondary: 0, 0%, 53%, 1; /* Gray-400 */
635
637
  --color-icon-disabled: 0, 0%, 25%, 1; /* Gray-800 */
636
638
  --color-icon-inverse: 207, 8%, 23%, 1; /* Gray-100 */
637
- --color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
638
- --color-icon-warning: 354, 96%, 59%, 1; /* Red-500 */
639
- --color-icon-info: 354, 96%, 59%, 1; /* Red-500 */
640
- --color-icon-success: 127, 69%, 29%, 1; /* Green-700 */
639
+ --color-icon-danger: 354, 100%, 70%, 1;
640
+ --color-icon-warning: 22, 89%, 62%, 1;
641
+ --color-icon-info: 254, 100%, 73%, 1;
642
+ --color-icon-success: 126, 74%, 73%, 1;
641
643
  --color-icon-on-brand: 0, 0%, 18%, 1; /* Gray-950 */
642
644
  /* Utility */
643
645
  --color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
@@ -2182,21 +2184,25 @@ video {
2182
2184
  .border {
2183
2185
  border-width: 1px;
2184
2186
  }
2185
- .border-0 {
2186
- border-width: 0px;
2187
- }
2188
2187
  .border-2 {
2189
2188
  border-width: 2px;
2190
2189
  }
2191
2190
  .border-\[0\.5px\] {
2192
2191
  border-width: 0.5px;
2193
2192
  }
2193
+ .border-y {
2194
+ border-top-width: 1px;
2195
+ border-bottom-width: 1px;
2196
+ }
2194
2197
  .border-b {
2195
2198
  border-bottom-width: 1px;
2196
2199
  }
2197
2200
  .border-b-2 {
2198
2201
  border-bottom-width: 2px;
2199
2202
  }
2203
+ .border-l {
2204
+ border-left-width: 1px;
2205
+ }
2200
2206
  .border-l-4 {
2201
2207
  border-left-width: 4px;
2202
2208
  }
package/dist/index.es.js CHANGED
@@ -65724,8 +65724,8 @@ const NCe = H1(
65724
65724
  info: "info"
65725
65725
  },
65726
65726
  type: {
65727
- normal: "normal-toast space-x-4 border color-bg-default color-border-default group w-[320px] max-w-full",
65728
- mini: "mini-toast gap-2 w-fit max-w-full border-0"
65727
+ normal: "normal-toast space-x-4 border-y border-r color-bg-default color-border-default group w-[320px] max-w-full",
65728
+ mini: "mini-toast gap-2 w-fit max-w-full"
65729
65729
  },
65730
65730
  position: {
65731
65731
  "top-right": "data-[state=open]:slide-in-from-right-[calc(100%+16px*2)] data-[state=closed]:slide-out-to-right-[calc(100%+16px*2)] data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)]",
@@ -65740,7 +65740,7 @@ const NCe = H1(
65740
65740
  {
65741
65741
  type: "normal",
65742
65742
  variant: "default",
65743
- className: "color-border-default"
65743
+ className: "border-l color-border-default"
65744
65744
  },
65745
65745
  {
65746
65746
  type: "normal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.2.1-toast-6",
3
+ "version": "4.2.1-toast-7",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],