stuff
This commit is contained in:
parent
7c08c8c638
commit
8346cf91ae
|
@ -63,7 +63,6 @@
|
||||||
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
|
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
|
||||||
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
|
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
|
||||||
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
|
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
|
||||||
"GuildSettingsSectionUtils": {"props": ["getGuildSettingsSections"]},
|
|
||||||
"GuildSettingsUtils": {"props": ["open", "updateGuild"]},
|
"GuildSettingsUtils": {"props": ["open", "updateGuild"]},
|
||||||
"GuildStore": {"props": ["getGuild", "getGuilds"]},
|
"GuildStore": {"props": ["getGuild", "getGuilds"]},
|
||||||
"GuildUnavailableStore": {"props": ["isUnavailable", "totalUnavailableGuilds"]},
|
"GuildUnavailableStore": {"props": ["isUnavailable", "totalUnavailableGuilds"]},
|
||||||
|
@ -287,7 +286,6 @@
|
||||||
"RadioGroup": {"name": "RadioGroup"},
|
"RadioGroup": {"name": "RadioGroup"},
|
||||||
"SearchBar": {"name": "SearchBar", "protos": ["focus", "blur"]},
|
"SearchBar": {"name": "SearchBar", "protos": ["focus", "blur"]},
|
||||||
"SearchableSelect": {"name": "SingleSelect"},
|
"SearchableSelect": {"name": "SingleSelect"},
|
||||||
"Select": {"name": "SelectTempWrapper"},
|
|
||||||
"Slider": {"name": "Slider"},
|
"Slider": {"name": "Slider"},
|
||||||
"Switch": {"name": "Switch"},
|
"Switch": {"name": "Switch"},
|
||||||
"TabBar": {"name": "TabBar"},
|
"TabBar": {"name": "TabBar"},
|
||||||
|
@ -304,7 +302,6 @@
|
||||||
"AutocompleteMenu": {"name": "Autocomplete"},
|
"AutocompleteMenu": {"name": "Autocomplete"},
|
||||||
"AvatarComponents": {"props": ["AnimatedAvatar"]},
|
"AvatarComponents": {"props": ["AnimatedAvatar"]},
|
||||||
"Badges": {"props": ["IconBadge", "NumberBadge"], "assign": true},
|
"Badges": {"props": ["IconBadge", "NumberBadge"], "assign": true},
|
||||||
"CardRemoveButton": {"name": "RemoveButton"},
|
|
||||||
"ChannelTextAreaTypes": {"props": ["ChatInputTypes"], "value": "ChatInputTypes"},
|
"ChannelTextAreaTypes": {"props": ["ChatInputTypes"], "value": "ChatInputTypes"},
|
||||||
"Checkmark": {"name": "Checkmark"},
|
"Checkmark": {"name": "Checkmark"},
|
||||||
"Connectors": {"props": ["Router", "Link"], "assign": true},
|
"Connectors": {"props": ["Router", "Link"], "assign": true},
|
||||||
|
@ -1234,6 +1231,7 @@
|
||||||
"HomeIcon": {"props": ["homeIcon"]},
|
"HomeIcon": {"props": ["homeIcon"]},
|
||||||
"HotKeyRecorder": {"props": ["editIcon", "recording"]},
|
"HotKeyRecorder": {"props": ["editIcon", "recording"]},
|
||||||
"HoverCard": {"props": ["card", "active"]},
|
"HoverCard": {"props": ["card", "active"]},
|
||||||
|
"HoverCardRemoveButton": {"props": ["button", "filled", "default"]},
|
||||||
"IconDirection": {"props": ["directionDown", "directionUp"]},
|
"IconDirection": {"props": ["directionDown", "directionUp"]},
|
||||||
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
|
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
|
||||||
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
|
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
|
||||||
|
@ -2236,6 +2234,9 @@
|
||||||
"hovercarddisabled": ["BDFDB", "cardDisabled"],
|
"hovercarddisabled": ["BDFDB", "cardDisabled"],
|
||||||
"hovercardhorizontal": ["BDFDB", "cardHorizontal"],
|
"hovercardhorizontal": ["BDFDB", "cardHorizontal"],
|
||||||
"hovercardinner": ["BDFDB", "cardInner"],
|
"hovercardinner": ["BDFDB", "cardInner"],
|
||||||
|
"hovercardremovebutton": ["HoverCardRemoveButton", "button"],
|
||||||
|
"hovercardremovebuttondefault": ["HoverCardRemoveButton", "default"],
|
||||||
|
"hovercardremovebuttonfilled": ["HoverCardRemoveButton", "filled"],
|
||||||
"hovercardwrapper": ["BDFDB", "cardWrapper"],
|
"hovercardwrapper": ["BDFDB", "cardWrapper"],
|
||||||
"icon": ["EmbedActions", "icon"],
|
"icon": ["EmbedActions", "icon"],
|
||||||
"iconactionswrapper": ["EmbedActions", "wrapper"],
|
"iconactionswrapper": ["EmbedActions", "wrapper"],
|
||||||
|
|
|
@ -788,10 +788,8 @@
|
||||||
.item-3XjbnG.selected-g-kMVV[aria-controls="GUILD_PREMIUM-tab" i] {
|
.item-3XjbnG.selected-g-kMVV[aria-controls="GUILD_PREMIUM-tab" i] {
|
||||||
background-color: rgb(var(--accentcolor2)) !important;
|
background-color: rgb(var(--accentcolor2)) !important;
|
||||||
}
|
}
|
||||||
.item-3XjbnG .icon-3Povsy,
|
|
||||||
.premiumLabel-V52REm svg,
|
|
||||||
.item-3XjbnG .icon-3FU6Ir,
|
.item-3XjbnG .icon-3FU6Ir,
|
||||||
.premiumLabel-V52REm svg {
|
.premiumLabel-3HPvdB svg {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
.item-3XjbnG svg[fill="#FF73FA"],
|
.item-3XjbnG svg[fill="#FF73FA"],
|
||||||
|
|
|
@ -242,7 +242,7 @@ body #app-mount .layer-86YKbF ~ .layer-86YKbF .sidebar-nqHbhN {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG .icon-3FU6Ir,
|
.sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG .icon-3FU6Ir,
|
||||||
.sidebar-nqHbhN .side-2ur1Qk .premiumLabel-V52REm svg {
|
.sidebar-nqHbhN .side-2ur1Qk .premiumLabel-3HPvdB svg {
|
||||||
transform: scaleX(calc(1 - var(--usesettingsicons)));
|
transform: scaleX(calc(1 - var(--usesettingsicons)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue