@team_yumi/ramen 1.2.1-next.20240514-5de7b49-7436dc6e8154d1b83bc58c672d528397 → 1.2.2-next.20240516-af13d69-9700c3698df16fdc576682fa8010a08d

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 (3) hide show
  1. package/index.css +4 -4
  2. package/index.js +2 -2
  3. package/package.json +1 -1
package/index.css CHANGED
@@ -3162,7 +3162,7 @@ body {
3162
3162
  display: block;
3163
3163
  }
3164
3164
 
3165
- .root-module_xcounter__button__PsOy- {
3165
+ .root-module_xcounter__0Da0z button {
3166
3166
  width: 32px;
3167
3167
  height: 32px;
3168
3168
  border-radius: 999px;
@@ -3173,17 +3173,17 @@ body {
3173
3173
  cursor: pointer;
3174
3174
  }
3175
3175
 
3176
- .root-module_xcounter__button__PsOy- > div {
3176
+ .root-module_xcounter__0Da0z button > div {
3177
3177
  color: var(--primary-color-contrast, #ffffff);
3178
3178
  }
3179
3179
 
3180
- .root-module_xcounter__button--disabled__hgCON {
3180
+ .root-module_xcounter__0Da0z button[type='button']:disabled {
3181
3181
  background: var(--color-neutral-light);
3182
3182
  pointer-events: none;
3183
3183
  opacity: 0.5;
3184
3184
  }
3185
3185
 
3186
- .root-module_xcounter__button--disabled__hgCON > div {
3186
+ .root-module_xcounter__0Da0z button[type='button']:disabled > div {
3187
3187
  color: var(--color-neutral-dim);
3188
3188
  }
3189
3189