@blockscout/ui-toolkit 2.6.0 → 2.6.2
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/index.js
CHANGED
|
@@ -2561,7 +2561,7 @@ function on(e, t) {
|
|
|
2561
2561
|
}
|
|
2562
2562
|
);
|
|
2563
2563
|
}
|
|
2564
|
-
var Cc = on(Ec, { path: "/" }), rl = /* @__PURE__ */ ((e) => (e.NAV_BAR_COLLAPSED = "nav_bar_collapsed", e.API_TOKEN = "_explorer_key", e.API_TEMP_TOKEN = "api_temp_token", e.REWARDS_API_TOKEN = "rewards_api_token", e.REWARDS_REFERRAL_CODE = "rewards_ref_code", e.TXS_SORT = "txs_sort", e.COLOR_MODE = "chakra-ui-color-mode", e.COLOR_THEME = "chakra-ui-color-theme", e.ADDRESS_IDENTICON_TYPE = "address_identicon_type", e.ADDRESS_FORMAT = "address_format", e.TIME_FORMAT = "time_format", e.LOCAL_TIME = "local_time", e.INDEXING_ALERT = "indexing_alert", e.ADBLOCK_DETECTED = "adblock_detected", e.MIXPANEL_DEBUG = "_mixpanel_debug", e.ADDRESS_NFT_DISPLAY_TYPE = "address_nft_display_type", e.HIDE_ADD_TO_WALLET_BUTTON = "hide_add_to_wallet_button", e.UUID = "uuid", e.SHOW_SCAM_TOKENS = "show_scam_tokens", e.APP_PROFILE = "app_profile", e))(rl || {});
|
|
2564
|
+
var Cc = on(Ec, { path: "/" }), rl = /* @__PURE__ */ ((e) => (e.NAV_BAR_COLLAPSED = "nav_bar_collapsed", e.API_TOKEN = "_explorer_key", e.API_TEMP_TOKEN = "api_temp_token", e.REWARDS_API_TOKEN = "rewards_api_token", e.REWARDS_REFERRAL_CODE = "rewards_ref_code", e.TXS_SORT = "txs_sort", e.COLOR_MODE = "chakra-ui-color-mode", e.COLOR_THEME = "chakra-ui-color-theme", e.ADDRESS_IDENTICON_TYPE = "address_identicon_type", e.ADDRESS_FORMAT = "address_format", e.TIME_FORMAT = "time_format", e.LOCAL_TIME = "local_time", e.INDEXING_ALERT = "indexing_alert", e.ADBLOCK_DETECTED = "adblock_detected", e.MIXPANEL_DEBUG = "_mixpanel_debug", e.ADDRESS_NFT_DISPLAY_TYPE = "address_nft_display_type", e.HIDE_ADD_TO_WALLET_BUTTON = "hide_add_to_wallet_button", e.UUID = "uuid", e.SHOW_SCAM_TOKENS = "show_scam_tokens", e.APP_PROFILE = "app_profile", e.TABLE_VIEW_ON_MOBILE = "table_view_on_mobile", e))(rl || {});
|
|
2565
2565
|
function xc(e, t) {
|
|
2566
2566
|
if (Nt() && e)
|
|
2567
2567
|
return Cc.get(e);
|
|
@@ -8861,6 +8861,7 @@ const b1 = fe({
|
|
|
8861
8861
|
px: "6px",
|
|
8862
8862
|
py: "6px",
|
|
8863
8863
|
minH: "8",
|
|
8864
|
+
minW: "8",
|
|
8864
8865
|
gap: "1",
|
|
8865
8866
|
"--tag-avatar-size": "spacing.4",
|
|
8866
8867
|
"--tag-element-size": "spacing.3",
|
package/package.json
CHANGED