Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump sass from 1.62.1 to 1.75.0 #372

Closed
wants to merge 1 commit into from

build(deps-dev): bump sass from 1.62.1 to 1.75.0

c8cf7be
Select commit
Loading
Failed to load commit list.
Closed

build(deps-dev): bump sass from 1.62.1 to 1.75.0 #372

build(deps-dev): bump sass from 1.62.1 to 1.75.0
c8cf7be
Select commit
Loading
Failed to load commit list.
Check Run Reporter / Unit Tests succeeded Apr 12, 2024 in 2s

61 tests / No failures

This report was generated via the Persistent pipeline

Passed

61 tests passed
  • ArrayTemplate
    • infers types for contrived objects
    • descends and still infers types
    • descends and still infers types when fields are optional
    • descends and still infers types when fields are maybed
    • infers types for real-world examples
  • ConnectionTable
    • infers types for contrived objects
    • descends and still infers types
    • descends and still infers types when fields are optional
    • descends and still infers types when fields are maybed
    • infers types for real-world examples
  • ConnectionTemplate
    • infers types for contrived objects
    • descends and still infers types
    • descends and still infers types when fields are optional
    • descends and still infers types when fields are maybed
    • infers types for real-world examples
  • makeOffsetHref()
    • generates an href
    • preserves the leading slash
    • preserves the trailing slash
    • makeRelayHref()
      • generates an href
      • preserves the leading slash
      • preserves the trailing slash
    • makeSimpleHref()
      • generates an href
      • preserves the leading slash
      • preserves the trailing slash
  • ArrayTable
    • infers types for contrived objects
    • descends and still infers types
    • descends and still infers types when fields are optional
    • descends and still infers types when fields are maybed
    • infers types for real-world examples
  • primitives
    • <Section/>
      • manages the outline level so we don't have to
      • allows resetting the style level
      • doesn't allow setting the style level higher than the current level
  • useRelativeDateFormatter()
    • creates a relative date formatter that formats a date in the future
    • creates a relative date formatter that formats a date in the past
  • ObjectTemplate
    • infers types for contrived objects
    • descends and still infers types
    • infers types for real-world examples
  • ObjectDescription
    • infers types for contrived objects
    • descends and still infers types
    • infers types for real-world examples
  • useDurationFormatter()
    • creates a date formatter that formats a duration in milliseconds
    • creates a date formatter that formats a duration string
  • useNumberFormatter()
    • creates a number formatter
    • creates a number formatter configured by the context
  • useDateFormatter()
    • creates a date formatter that formats a date
    • creates a date formatter that formats a date string
    • creates a date formatter that formats an epoch date
  • Card
    • is a section
    • wraps body in a second section when a header is provided
    • Card.Header
      • is automatically a heading
  • useByteFormatter()
    • creates a byte formatter that formats bytes
    • creates a byte formatter that formats kilobytes
    • creates a byte formatter that formats megabytes
  • wrapWithClasses()
    • wraps an HTML tag with a class
    • wraps an already-wrapped Component with a class
  • useBooleanFormatter()
    • creates a boolean formatter that formats a boolean
  • useCurrencyFormatter()
    • creates a currency formatter
  • usePercentFormatter()
    • creates a percent formatter
  • useObjectFormatter()
    • creates an object formatter that formats an object
  • useNullFormatter()
    • creates a null formatter that formats a null value
  • Pager
    • infers types for real-world examples