@indigina/ui-kit 1.1.462 → 1.1.463
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/package.json
CHANGED
|
@@ -4426,7 +4426,8 @@ declare class KitUserSettingsState {
|
|
|
4426
4426
|
|
|
4427
4427
|
declare enum KitUserSettingsKeys {
|
|
4428
4428
|
ExpandNotesPanel = "expandNotesPanel",
|
|
4429
|
-
UseDarkThemeForMobile = "useDarkThemeForMobile"
|
|
4429
|
+
UseDarkThemeForMobile = "useDarkThemeForMobile",
|
|
4430
|
+
FilterDetails = "filterDetails"
|
|
4430
4431
|
}
|
|
4431
4432
|
|
|
4432
4433
|
interface KitFilterSelectorItem {
|