← Changelog

Details

@nordcom/nordstar-detailsv0.2.026 releases
  1. 0.2.0

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.2.0, @nordcom/nordstar-label@0.2.0, @nordcom/nordstar-system@0.2.0
  2. 0.1.1

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.1.1, @nordcom/nordstar-label@0.1.1, @nordcom/nordstar-system@0.1.1
  3. 0.1.0

    Patch

    Fix <Details/> typing, layout and accessibility:

    • forwardRef is now typed against 'details' instead of typeof Card, so the ref resolves to the underlying HTMLDetailsElement and native <details> props (open, onToggle, name, …) are accepted by the public type.
    • The <summary> no longer stacks its marker above the label: the SCSS forced flex-direction: column, overriding the intended inline row. The marker and label now sit side by side.
    • The focusable <summary> gains hover and focus-visible affordances (primary-colored text + a focus outline), so keyboard users get clear feedback.
    • Marker spacing and the open-state padding now fall back to a sensible value when --nordstar-layout-block-padding-quarter is not provided by <NordstarProvider/>, so the component looks correct standalone.
    • Removed dead CSS (an unreachable summary .content rule and an unused --border-color custom property) and replaced transition: all with targeted transitions.

    Drop <Details/>'s SCSS module in favour of Tailwind utilities. The disclosure marker (a "+" that morphs into a downward triangle when open), the hidden native marker, hover/focus-visible colouring and outline, the open-state label colour and the open-state content padding are now all expressed with Tailwind classes (group-open:, before:, and a few arbitrary properties for the token-driven values). The marker's transition is collapsed to a single targeted transition; rendering is otherwise unchanged.

    5 dependency updates
    • Deps: Update dependency vite to v8.0.13.
    • Deps: Update dependency vite-plugin-dts to v5.0.1.
    • Deps: Update dependency @types/react to v19.2.15.
    • Deps: upgrade build/test tooling and docs dependencies to their latest releases (biome 2.5.0, vite 8.0.16, vitest 4.1.8, turbo 2.9.18, tailwindcss 4.3.1, sass 1.101.0, @types/node 25, @types/react 19.2.17, react 19.2.7, next 16.2.9, shiki 4.2.0 and related). Only devDependencies changed, so there is no runtime impact for consumers. The Biome config was migrated to the 2.5.0 schema (recommended → preset) and the CI environment variables were declared in turbo.json. inquirer is intentionally held at 13.x because the component generator relies on its legacy prompt API.
    • @nordcom/nordstar-card@0.1.0, @nordcom/nordstar-label@0.1.0, @nordcom/nordstar-system@0.1.0
  4. 0.0.75

    Maintenance
    8 dependency updates
  5. 0.0.74

    Patch

    Fix publishing.

    Replace ESLint and Prettier with Biome 2.x. Single root biome.jsonc covers linting and formatting; turbo no longer orchestrates lint/format; CI now runs biome ci. Source files reformatted (trailing commas, sorted Tailwind classes, organized imports). No public API changes.

    Bump requirement to react 19.

    Update homepage.

    Migrate to Tailwind v4 consumer DX. The lib now ships a tailwind.css contract (@theme + @source) for Tailwind v4 users and a precompiled styles.css for non-Tailwind users. Consumers no longer maintain a duplicate tailwind.config.cjs — instead, @import "@nordcom/nordstar" in their main CSS does it all. Runtime CSS variables move to the --nordstar-* namespace; the <NordstarProvider/> React API is unchanged.

    4 dependency updates
  6. 0.0.73

    Patch

    Upgrade typescript.

    Modernize build.

    1 dependency update
    • @nordcom/nordstar-system@0.0.73, @nordcom/nordstar-label@0.0.73, @nordcom/nordstar-card@0.0.73
  7. 0.0.72

    Patch

    Upgrade deps

    6 dependency updates
  8. 0.0.71

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.71, @nordcom/nordstar-label@0.0.71, @nordcom/nordstar-system@0.0.71
  9. 0.0.70

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.70, @nordcom/nordstar-label@0.0.70, @nordcom/nordstar-system@0.0.70
  10. 0.0.69

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.69, @nordcom/nordstar-label@0.0.69, @nordcom/nordstar-system@0.0.69
  11. 0.0.68

    Maintenance
    7 dependency updates
  12. 0.0.67

    Patch
    • Bogus change to trigger another npm publish (the previous release failed).
    1 dependency update
    • @nordcom/nordstar-card@0.0.67, @nordcom/nordstar-label@0.0.67, @nordcom/nordstar-system@0.0.67
  13. 0.0.66

    Patch
    • Don't engage tailwind at the component level.
    2 dependency updates
    • Deps: Update dependency @types/react to v18.3.9.
    • @nordcom/nordstar-card@0.0.66, @nordcom/nordstar-label@0.0.66, @nordcom/nordstar-system@0.0.66
  14. 0.0.65

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.65, @nordcom/nordstar-label@0.0.65, @nordcom/nordstar-system@0.0.65
  15. 0.0.64

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.64, @nordcom/nordstar-label@0.0.64, @nordcom/nordstar-system@0.0.64
  16. 0.0.63

    Patch
    • Refactor components to use tailwind and cva.
    • Update domain to https://nordcominc.github.io/nordstar/
    3 dependency updates
    • Deps: Update dependency @types/node to v20.16.6.
    • Deps: Update dependency tailwindcss to v3.4.13.
    • @nordcom/nordstar-card@0.0.63, @nordcom/nordstar-label@0.0.63, @nordcom/nordstar-system@0.0.63
  17. 0.0.62

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.62, @nordcom/nordstar-label@0.0.62, @nordcom/nordstar-system@0.0.62
  18. 0.0.61

    Maintenance
    10 dependency updates
  19. 0.0.60

    Patch

    Meta: Change codegen slightly.

    2 dependency updates
    • Deps: Update dependency @types/node to v20.16.2.
    • @nordcom/nordstar-card@0.0.60, @nordcom/nordstar-label@0.0.60, @nordcom/nordstar-system@0.0.60
  20. 0.0.59

    Patch

    Fix css module inclusions.

    1 dependency update
    • @nordcom/nordstar-system@0.0.59, @nordcom/nordstar-label@0.0.59, @nordcom/nordstar-card@0.0.59
  21. 0.0.58

    Patch

    Fix engines field.

    7 dependency updates
  22. 0.0.57

    Maintenance
    1 dependency update
    • @nordcom/nordstar-card@0.0.57, @nordcom/nordstar-label@0.0.57, @nordcom/nordstar-system@0.0.57
  23. 0.0.56

    Patch

    Upgrade turbo.

    21 dependency updates
  24. 0.0.55

    Maintenance
    28 dependency updates
  25. 0.0.54

    Patch

    Details: Remove color.

    1 dependency update
    • @nordcom/nordstar-card@0.0.54, @nordcom/nordstar-label@0.0.54, @nordcom/nordstar-system@0.0.54
  26. 0.0.53

    Patch

    Add <Details/> component.

    6 dependency updates