@finmars/ui 1.0.77 → 1.0.78
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/finmars-ui.css +1 -1
- package/dist/finmars-ui.es.js +1 -0
- package/package.json +1 -1
package/dist/finmars-ui.es.js
CHANGED
|
@@ -13194,6 +13194,7 @@ const Fk = { class: "fm-year-month-picker" }, Nk = { class: "fm-year-month-picke
|
|
|
13194
13194
|
"cursor-pointer": !e.disabled && !e.itemDisabled,
|
|
13195
13195
|
"cursor-default": e.disabled || e.itemDisabled,
|
|
13196
13196
|
"pointer-events-none": e.disabled || e.itemDisabled,
|
|
13197
|
+
"opacity-25": e.disabled || e.itemDisabled,
|
|
13197
13198
|
"bg-[var(--secondary-container)]": e.itemSelected,
|
|
13198
13199
|
"bg-[var(--surface-container-highest)]": e.itemActive
|
|
13199
13200
|
}])
|