Socket
Socket
Sign inDemoInstall

@trussworks/react-uswds

Package Overview
Dependencies
13
Maintainers
8
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.2.0

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

## [6.2.0](https://github.com/trussworks/react-uswds/compare/6.1.0...6.2.0) (2024-01-08)
### Features
* updates for USWDS v3.7 ([#2680](https://github.com/trussworks/react-uswds/issues/2680)) ([9a06e7d](https://github.com/trussworks/react-uswds/commit/9a06e7d308b46925894f4b5a67f575f68cf73985))
### Bug Fixes
* Remove image role attribute from Banner Icon component ([#2663](https://github.com/trussworks/react-uswds/issues/2663)) ([8ddf443](https://github.com/trussworks/react-uswds/commit/8ddf443fa65d216cc543f0f5373c9be33da5e0aa))
## [6.1.0](https://github.com/trussworks/react-uswds/compare/6.0.0...6.1.0) (2023-11-27)

@@ -7,0 +19,0 @@

12

lib/components/forms/DatePicker/i18n.d.ts

@@ -11,4 +11,4 @@ export interface DatePickerLocalization {

backOneMonth: string;
clickToSelectMonth: string;
clickToSelectYear: string;
selectMonth: string;
selectYear: string;
forwardOneYear: string;

@@ -29,4 +29,4 @@ forwardOneMonth: string;

forwardOneMonth: string;
clickToSelectMonth: string;
clickToSelectYear: string;
selectMonth: string;
selectYear: string;
};

@@ -45,4 +45,4 @@ export declare const sampleLocalization: {

forwardOneMonth: string;
clickToSelectMonth: string;
clickToSelectYear: string;
selectMonth: string;
selectYear: string;
};

@@ -7,5 +7,7 @@ import React from 'react';

max?: number;
textPreposition?: string;
textUnit?: string;
inputRef?: string | ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
};
export declare const RangeInput: ({ className, inputRef, ...inputProps }: RangeInputProps & JSX.IntrinsicElements['input']) => React.ReactElement;
export declare const RangeInput: ({ className, inputRef, textPreposition, textUnit, ...inputProps }: RangeInputProps & JSX.IntrinsicElements['input']) => React.ReactElement;
export default RangeInput;

@@ -242,2 +242,3 @@ import { IconProps } from './Icon';

static Work: React.ComponentType<IconProps>;
static X: React.ComponentType<IconProps>;
static Youtube: React.ComponentType<IconProps>;

@@ -244,0 +245,0 @@ static ZoomIn: React.ComponentType<IconProps>;

{
"name": "@trussworks/react-uswds",
"version": "6.1.0",
"version": "6.2.0",
"description": "React USWDS 3.0 component library",

@@ -50,3 +50,3 @@ "keywords": [

"peerDependencies": {
"@uswds/uswds": "^3.6.0",
"@uswds/uswds": "^3.7.1",
"react": "^16.x || ^17.x || ^18.x",

@@ -80,3 +80,3 @@ "react-dom": "^16.x || ^17.x || ^18.x"

"@typescript-eslint/parser": "^5.40.0",
"@uswds/uswds": "3.6.1",
"@uswds/uswds": "3.7.0",
"all-contributors-cli": "^6.24.0",

@@ -83,0 +83,0 @@ "babel-jest": "^29.4.3",

# @trussworks/react-uswds
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -96,3 +96,3 @@

- [Brandon Lenz](https://github.com/brandonlenz)
- [Andrew Nelson](https://github.com/werdnanoslen)

@@ -182,2 +182,3 @@ We are starting to rotate Trussel maintainer responsibilities. Check out the [maintainers README](./docs/for_maintainers.md).

<td align="center" valign="top" width="14.28%"><a href="https://joeforyou.xyz"><img src="https://avatars.githubusercontent.com/u/57681819?v=4?s=100" width="100px;" alt="Joe Kleinschmidt"/><br /><sub><b>Joe Kleinschmidt</b></sub></a><br /><a href="https://github.com/trussworks/react-uswds/commits?author=kleinschmidtj" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://jhancock532.github.io/"><img src="https://avatars.githubusercontent.com/u/18164832?v=4?s=100" width="100px;" alt="James Hancock"/><br /><sub><b>James Hancock</b></sub></a><br /><a href="https://github.com/trussworks/react-uswds/issues?q=author%3Ajhancock532" title="Bug reports">🐛</a> <a href="https://github.com/trussworks/react-uswds/commits?author=jhancock532" title="Code">💻</a></td>
</tr>

@@ -184,0 +185,0 @@ </tbody>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc