@texturehq/edges 1.26.0 → 1.26.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/server.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as ActionItem, a as ActionMenuProps, b as AppShell, c as AppShellProps, e as Avatar, d as AvatarProps, B as BadgeProps, N as BaseDataPoint, O as ChartMargin, C as CodeEditorProps, f as CodeLanguage, g as CodeTheme, r as ENTITY_CONFIG, E as EntityConfig, q as EntityType, H as Heading, I as InteractiveMapProps, L as Loader, h as Logo, M as MapPoint, i as MeterProps, k as SegmentOption, j as SegmentedControlProps, l as SideNav, m as SideNavItem, n as SideNavProps, S as StaticMapProps, T as TextLink, J as TooltipData, K as TooltipSeries, o as TopNav, p as TopNavProps, V as YFormatSettings, Y as YFormatType, v as clearColorCache, w as createCategoryColorMap, P as createXScale, Q as createYScale, R as defaultMargin, x as getContrastingTextColor, y as getDefaultChartColor, z as getDefaultColors, s as getEntityConfig, t as getEntityIcon, u as getEntityLabel, D as getResolvedColor, F as getThemeCategoricalColors, U as getYFormatSettings, G as isLightColor } from './colors-DdsCnLrp.cjs';
1
+ export { A as ActionItem, a as ActionMenuProps, b as AppShell, c as AppShellProps, e as Avatar, d as AvatarProps, B as BadgeProps, N as BaseDataPoint, O as ChartMargin, C as CodeEditorProps, f as CodeLanguage, g as CodeTheme, r as ENTITY_CONFIG, E as EntityConfig, q as EntityType, H as Heading, I as InteractiveMapProps, L as Loader, h as Logo, M as MapPoint, i as MeterProps, k as SegmentOption, j as SegmentedControlProps, l as SideNav, m as SideNavItem, n as SideNavProps, S as StaticMapProps, T as TextLink, J as TooltipData, K as TooltipSeries, o as TopNav, p as TopNavProps, V as YFormatSettings, Y as YFormatType, v as clearColorCache, w as createCategoryColorMap, P as createXScale, Q as createYScale, R as defaultMargin, x as getContrastingTextColor, y as getDefaultChartColor, z as getDefaultColors, s as getEntityConfig, t as getEntityIcon, u as getEntityLabel, D as getResolvedColor, F as getThemeCategoricalColors, U as getYFormatSettings, G as isLightColor } from './colors-Cv1f3FIO.cjs';
2
2
  export { BreadcrumbProps, BreadcrumbsProps } from 'react-aria-components';
3
3
  export { D as DateFieldProps, F as FileUploadProps, R as RichTextEditorProps } from './RichTextEditor-BhX77nTp.cjs';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
package/dist/server.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as ActionItem, a as ActionMenuProps, b as AppShell, c as AppShellProps, e as Avatar, d as AvatarProps, B as BadgeProps, N as BaseDataPoint, O as ChartMargin, C as CodeEditorProps, f as CodeLanguage, g as CodeTheme, r as ENTITY_CONFIG, E as EntityConfig, q as EntityType, H as Heading, I as InteractiveMapProps, L as Loader, h as Logo, M as MapPoint, i as MeterProps, k as SegmentOption, j as SegmentedControlProps, l as SideNav, m as SideNavItem, n as SideNavProps, S as StaticMapProps, T as TextLink, J as TooltipData, K as TooltipSeries, o as TopNav, p as TopNavProps, V as YFormatSettings, Y as YFormatType, v as clearColorCache, w as createCategoryColorMap, P as createXScale, Q as createYScale, R as defaultMargin, x as getContrastingTextColor, y as getDefaultChartColor, z as getDefaultColors, s as getEntityConfig, t as getEntityIcon, u as getEntityLabel, D as getResolvedColor, F as getThemeCategoricalColors, U as getYFormatSettings, G as isLightColor } from './colors-BER6l3p0.js';
1
+ export { A as ActionItem, a as ActionMenuProps, b as AppShell, c as AppShellProps, e as Avatar, d as AvatarProps, B as BadgeProps, N as BaseDataPoint, O as ChartMargin, C as CodeEditorProps, f as CodeLanguage, g as CodeTheme, r as ENTITY_CONFIG, E as EntityConfig, q as EntityType, H as Heading, I as InteractiveMapProps, L as Loader, h as Logo, M as MapPoint, i as MeterProps, k as SegmentOption, j as SegmentedControlProps, l as SideNav, m as SideNavItem, n as SideNavProps, S as StaticMapProps, T as TextLink, J as TooltipData, K as TooltipSeries, o as TopNav, p as TopNavProps, V as YFormatSettings, Y as YFormatType, v as clearColorCache, w as createCategoryColorMap, P as createXScale, Q as createYScale, R as defaultMargin, x as getContrastingTextColor, y as getDefaultChartColor, z as getDefaultColors, s as getEntityConfig, t as getEntityIcon, u as getEntityLabel, D as getResolvedColor, F as getThemeCategoricalColors, U as getYFormatSettings, G as isLightColor } from './colors-B9nHitHg.js';
2
2
  export { BreadcrumbProps, BreadcrumbsProps } from 'react-aria-components';
3
3
  export { D as DateFieldProps, F as FileUploadProps, R as RichTextEditorProps } from './RichTextEditor-BhX77nTp.js';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
package/dist/styles.css CHANGED
@@ -5600,11 +5600,27 @@
5600
5600
  cursor: grabbing;
5601
5601
  }
5602
5602
  }
5603
+ .active\:bg-background-hover\/80 {
5604
+ &:active {
5605
+ background-color: color-mix(in srgb, #f3f4f6 80%, transparent);
5606
+ @supports (color: color-mix(in lab, red, red)) {
5607
+ background-color: color-mix(in oklab, var(--color-background-hover) 80%, transparent);
5608
+ }
5609
+ }
5610
+ }
5603
5611
  .active\:bg-background-muted {
5604
5612
  &:active {
5605
5613
  background-color: var(--color-background-muted);
5606
5614
  }
5607
5615
  }
5616
+ .active\:bg-feedback-error-background\/80 {
5617
+ &:active {
5618
+ background-color: color-mix(in srgb, #fee2e2 80%, transparent);
5619
+ @supports (color: color-mix(in lab, red, red)) {
5620
+ background-color: color-mix(in oklab, var(--color-feedback-error-background) 80%, transparent);
5621
+ }
5622
+ }
5623
+ }
5608
5624
  .disabled\:cursor-not-allowed {
5609
5625
  &:disabled {
5610
5626
  cursor: not-allowed;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.0",
2
+ "version": "1.26.2",
3
3
  "categories": {
4
4
  "hooks": {
5
5
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.26.0",
3
+ "version": "1.26.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",