@team_yumi/ramen 0.4.0-next.20231214-1c83c95-5b24f8e2770626b417f5d847d9f937fe → 0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54

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.
@@ -2,7 +2,6 @@ import React from 'react';
2
2
  import { Collections } from '../../../models';
3
3
  export interface IProps {
4
4
  type: (typeof Collections.ISnackbarType)[number];
5
- placement: (typeof Collections.IPlacementY)[number];
6
5
  text: string;
7
6
  duration?: number;
8
7
  closable?: boolean;
package/index.css CHANGED
@@ -4067,7 +4067,7 @@
4067
4067
  .root-module_xapp__iziZE {
4068
4068
  }
4069
4069
 
4070
- .snackbar-module_xsnackbar-container__4soji {
4070
+ .snackbar-module_xsnackbar-container__8hsKX {
4071
4071
  position: absolute;
4072
4072
  display: flex;
4073
4073
  flex-direction: column;
@@ -4076,15 +4076,15 @@
4076
4076
  right: 8px;
4077
4077
  }
4078
4078
 
4079
- .snackbar-module_xsnackbar-container--bottom__RGPdG {
4079
+ .snackbar-module_xsnackbar-container--bottom__Gfv7x {
4080
4080
  bottom: max(env(safe-area-inset-bottom), 8px);
4081
4081
  }
4082
4082
 
4083
- .snackbar-module_xsnackbar-container--top__bT34- {
4083
+ .snackbar-module_xsnackbar-container--top__PMBxG {
4084
4084
  top: max(calc(env(safe-area-inset-top) - 8px), 8px);
4085
4085
  }
4086
4086
 
4087
- .snackbar-module_xsnackbar__fP3YG {
4087
+ .snackbar-module_xsnackbar__fAdAU {
4088
4088
  -webkit-user-select: none;
4089
4089
  -moz-user-select: none;
4090
4090
  user-select: none;
@@ -4098,47 +4098,47 @@
4098
4098
  align-items: center;
4099
4099
  }
4100
4100
 
4101
- .snackbar-module_xsnackbar__fP3YG.snackbar-module_xsnackbar--info__i6j1O {
4101
+ .snackbar-module_xsnackbar__fAdAU.snackbar-module_xsnackbar--info__xYUDr {
4102
4102
  /*background: #ebf3fb;*/
4103
4103
  display: flex;
4104
4104
  }
4105
4105
 
4106
- .snackbar-module_xsnackbar__fP3YG.snackbar-module_xsnackbar--success__AhCuc {
4106
+ .snackbar-module_xsnackbar__fAdAU.snackbar-module_xsnackbar--success__yyAnP {
4107
4107
  /*background: var(--color-success-lightest);*/
4108
4108
  display: flex;
4109
4109
  }
4110
4110
 
4111
- .snackbar-module_xsnackbar__fP3YG.snackbar-module_xsnackbar--warning__ZCozO {
4111
+ .snackbar-module_xsnackbar__fAdAU.snackbar-module_xsnackbar--warning__sC88N {
4112
4112
  /*background: var(--color-warning-lightest);*/
4113
4113
  display: flex;
4114
4114
  }
4115
4115
 
4116
- .snackbar-module_xsnackbar__fP3YG.snackbar-module_xsnackbar--error__-SdQs {
4116
+ .snackbar-module_xsnackbar__fAdAU.snackbar-module_xsnackbar--error__NsB-o {
4117
4117
  /*background: var(--color-error-lightest);*/
4118
4118
  display: flex;
4119
4119
  }
4120
4120
 
4121
- .snackbar-module_xsnackbar--loading__poS9J {
4121
+ .snackbar-module_xsnackbar--loading__vYwM- {
4122
4122
  color: var(--color-neutral-lightest);
4123
4123
  display: flex;
4124
4124
  align-items: center;
4125
4125
  justify-content: center;
4126
4126
  }
4127
4127
 
4128
- .snackbar-module_xsnackbar--loading__poS9J > div {
4128
+ .snackbar-module_xsnackbar--loading__vYwM- > div {
4129
4129
  color: var(--color-neutral-lightest);
4130
4130
  }
4131
4131
 
4132
- .snackbar-module_xsnackbar__text__o8g64 {
4132
+ .snackbar-module_xsnackbar__text__t130r {
4133
4133
  display: flex;
4134
4134
  flex: 1;
4135
4135
  }
4136
4136
 
4137
- .snackbar-module_xsnackbar__text__o8g64 > div {
4137
+ .snackbar-module_xsnackbar__text__t130r > div {
4138
4138
  color: var(--color-neutral-lightest);
4139
4139
  }
4140
4140
 
4141
- .snackbar-module_xsnackbar__close__jWJgG {
4141
+ .snackbar-module_xsnackbar__close__3-MWE {
4142
4142
  display: flex;
4143
4143
  align-items: center;
4144
4144
  justify-content: center;
@@ -4146,11 +4146,11 @@
4146
4146
  cursor: pointer;
4147
4147
  }
4148
4148
 
4149
- .snackbar-module_xsnackbar__close__jWJgG > div {
4149
+ .snackbar-module_xsnackbar__close__3-MWE > div {
4150
4150
  color: var(--color-neutral-lightest);
4151
4151
  }
4152
4152
 
4153
- .snackbar-module_xsnackbar__action__vyfnO button {
4153
+ .snackbar-module_xsnackbar__action__-hxFp button {
4154
4154
  background-color: var(--color-neutral-dark);
4155
4155
  }
4156
4156