@nswds/tokens 2.6.0 → 2.7.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nswds/tokens",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "NSW Application Design System Design Tokens",
5
5
  "homepage": "https://github.com/digitalnsw/nswds-tokens#readme",
6
6
  "repository": {
package/src/index.ts CHANGED
@@ -223,6 +223,7 @@ export const tsTokens = tokens.ts
223
223
  // Export icon paths
224
224
  export const icons = {
225
225
  accountCircle: './icons/account_circle.svg',
226
+ add: './icons/add.svg',
226
227
  attachFile: './icons/attach_file.svg',
227
228
  cancel: './icons/cancel.svg',
228
229
  check: './icons/check.svg',