@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",
@@ -2130,6 +2130,7 @@ export declare const slotRecipes: {
2130
2130
  px: "6px";
2131
2131
  py: "6px";
2132
2132
  minH: "8";
2133
+ minW: "8";
2133
2134
  gap: "1";
2134
2135
  '--tag-avatar-size': "spacing.4";
2135
2136
  '--tag-element-size': "spacing.3";
@@ -19,6 +19,7 @@ export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"la
19
19
  px: "6px";
20
20
  py: "6px";
21
21
  minH: "8";
22
+ minW: "8";
22
23
  gap: "1";
23
24
  '--tag-avatar-size': "spacing.4";
24
25
  '--tag-element-size': "spacing.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",