@nswds/tokens 2.2.0 → 2.3.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 (154) hide show
  1. package/dist/index.d.mts +3009 -0
  2. package/dist/index.d.ts +3009 -0
  3. package/dist/index.js +10092 -0
  4. package/dist/index.js.map +1 -0
  5. package/dist/index.mjs +10080 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +49 -6
  8. package/.gitattributes +0 -2
  9. package/.github/workflows/ai-pr-title.yml +0 -115
  10. package/.github/workflows/openai-pr-description.yml +0 -13
  11. package/.github/workflows/opencommit.yml +0 -36
  12. package/.github/workflows/release.yml +0 -30
  13. package/.github/workflows/validate-branch-name.yml +0 -21
  14. package/.prettierignore +0 -18
  15. package/.prettierrc +0 -8
  16. package/CHANGELOG.md +0 -31
  17. package/assets/placeholder.svg +0 -1
  18. package/brand/black/logo.png +0 -0
  19. package/brand/black/logo.svg +0 -30
  20. package/brand/icon-dark.ico +0 -0
  21. package/brand/icon-dark.png +0 -0
  22. package/brand/icon-dark.svg +0 -17
  23. package/brand/icon-light.ico +0 -0
  24. package/brand/icon-light.png +0 -0
  25. package/brand/icon-light.svg +0 -30
  26. package/brand/icon.svg +0 -30
  27. package/brand/logo.png +0 -0
  28. package/brand/logo.svg +0 -34
  29. package/brand/placeholder.svg +0 -1
  30. package/brand/reversed/logo.png +0 -0
  31. package/brand/reversed/logo.svg +0 -34
  32. package/brand/white/logo.png +0 -0
  33. package/brand/white/logo.svg +0 -21
  34. package/create-branch.sh +0 -29
  35. package/dist/css/colors/global/hex.css +0 -192
  36. package/dist/css/colors/global/hsl.css +0 -192
  37. package/dist/css/colors/global/oklch.css +0 -192
  38. package/dist/css/colors/global/rgb.css +0 -192
  39. package/dist/css/colors/themes/masterbrand/hex.css +0 -2
  40. package/dist/css/colors/themes/masterbrand/hsl.css +0 -2
  41. package/dist/css/colors/themes/masterbrand/oklch.css +0 -2
  42. package/dist/css/colors/themes/masterbrand/rgb.css +0 -2
  43. package/dist/js/colors/global/hex.js +0 -210
  44. package/dist/js/colors/global/hsl.js +0 -210
  45. package/dist/js/colors/global/oklch.js +0 -210
  46. package/dist/js/colors/global/rgb.js +0 -210
  47. package/dist/js/colors/themes/masterbrand/hex.js +0 -72
  48. package/dist/js/colors/themes/masterbrand/hsl.js +0 -72
  49. package/dist/js/colors/themes/masterbrand/oklch.js +0 -72
  50. package/dist/js/colors/themes/masterbrand/rgb.js +0 -72
  51. package/dist/json/colors/global/hex.json +0 -0
  52. package/dist/json/colors/global/hsl.json +0 -0
  53. package/dist/json/colors/global/oklch.json +0 -0
  54. package/dist/json/colors/global/rgb.json +0 -0
  55. package/dist/json/colors/themes/masterbrand/hex.json +0 -0
  56. package/dist/json/colors/themes/masterbrand/hsl.json +0 -0
  57. package/dist/json/colors/themes/masterbrand/oklch.json +0 -0
  58. package/dist/json/colors/themes/masterbrand/rgb.json +0 -0
  59. package/dist/less/colors/global/hex.less +0 -0
  60. package/dist/less/colors/global/hsl.less +0 -0
  61. package/dist/less/colors/global/oklch.less +0 -0
  62. package/dist/less/colors/global/rgb.less +0 -0
  63. package/dist/less/colors/themes/masterbrand/hex.less +0 -0
  64. package/dist/less/colors/themes/masterbrand/hsl.less +0 -0
  65. package/dist/less/colors/themes/masterbrand/oklch.less +0 -0
  66. package/dist/less/colors/themes/masterbrand/rgb.less +0 -0
  67. package/dist/scss/colors/global/hex.scss +0 -190
  68. package/dist/scss/colors/global/hsl.scss +0 -190
  69. package/dist/scss/colors/global/oklch.scss +0 -190
  70. package/dist/scss/colors/global/rgb.scss +0 -190
  71. package/dist/scss/colors/themes/masterbrand/hex.scss +0 -56
  72. package/dist/scss/colors/themes/masterbrand/hsl.scss +0 -56
  73. package/dist/scss/colors/themes/masterbrand/oklch.scss +0 -56
  74. package/dist/scss/colors/themes/masterbrand/rgb.scss +0 -56
  75. package/dist/tailwind/colors/global/hex.css +0 -192
  76. package/dist/tailwind/colors/global/hsl.css +0 -192
  77. package/dist/tailwind/colors/global/oklch.css +0 -192
  78. package/dist/tailwind/colors/global/rgb.css +0 -192
  79. package/dist/tailwind/colors/themes/masterbrand/hex.css +0 -58
  80. package/dist/tailwind/colors/themes/masterbrand/hsl.css +0 -58
  81. package/dist/tailwind/colors/themes/masterbrand/oklch.css +0 -58
  82. package/dist/tailwind/colors/themes/masterbrand/rgb.css +0 -58
  83. package/dist/ts/colors/global/hex.ts +0 -210
  84. package/dist/ts/colors/global/hsl.ts +0 -210
  85. package/dist/ts/colors/global/oklch.ts +0 -210
  86. package/dist/ts/colors/global/rgb.ts +0 -210
  87. package/dist/ts/colors/themes/masterbrand/hex.ts +0 -72
  88. package/dist/ts/colors/themes/masterbrand/hsl.ts +0 -72
  89. package/dist/ts/colors/themes/masterbrand/oklch.ts +0 -72
  90. package/dist/ts/colors/themes/masterbrand/rgb.ts +0 -72
  91. package/eslint.config.js +0 -20
  92. package/git-conventional-commits.yaml +0 -43
  93. package/icons/account_circle.svg +0 -1
  94. package/icons/attach_file.svg +0 -1
  95. package/icons/cancel.svg +0 -1
  96. package/icons/check.svg +0 -1
  97. package/icons/check_circle.svg +0 -1
  98. package/icons/chevron_down.svg +0 -1
  99. package/icons/chevron_left.svg +0 -1
  100. package/icons/chevron_right.svg +0 -1
  101. package/icons/chevron_up.svg +0 -1
  102. package/icons/close.svg +0 -1
  103. package/icons/collapse_all.svg +0 -1
  104. package/icons/computer.svg +0 -1
  105. package/icons/copy.svg +0 -1
  106. package/icons/dark_mode.svg +0 -1
  107. package/icons/delete.svg +0 -1
  108. package/icons/desktop.svg +0 -1
  109. package/icons/display_settings.svg +0 -1
  110. package/icons/dock_to_left.svg +0 -1
  111. package/icons/dock_to_right.svg +0 -1
  112. package/icons/double_arrow_left.svg +0 -1
  113. package/icons/double_arrow_right.svg +0 -1
  114. package/icons/download.svg +0 -1
  115. package/icons/east.svg +0 -1
  116. package/icons/error.svg +0 -1
  117. package/icons/exclamation.svg +0 -1
  118. package/icons/eye.svg +0 -1
  119. package/icons/favorite.svg +0 -1
  120. package/icons/help.svg +0 -1
  121. package/icons/info.svg +0 -1
  122. package/icons/language.svg +0 -1
  123. package/icons/light_mode.svg +0 -1
  124. package/icons/link.svg +0 -1
  125. package/icons/login.svg +0 -1
  126. package/icons/logout.svg +0 -1
  127. package/icons/menu.svg +0 -1
  128. package/icons/more_horiz.svg +0 -1
  129. package/icons/more_vert.svg +0 -1
  130. package/icons/north.svg +0 -1
  131. package/icons/open_in_new.svg +0 -1
  132. package/icons/print.svg +0 -1
  133. package/icons/progress_activity.svg +0 -1
  134. package/icons/remove.svg +0 -1
  135. package/icons/search.svg +0 -1
  136. package/icons/settings_brightness.svg +0 -1
  137. package/icons/share.svg +0 -1
  138. package/icons/side_navigation.svg +0 -1
  139. package/icons/south.svg +0 -1
  140. package/icons/unfold_less.svg +0 -1
  141. package/icons/unfold_more.svg +0 -1
  142. package/icons/upload.svg +0 -1
  143. package/icons/west.svg +0 -1
  144. package/index.ts +0 -0
  145. package/pull-request.sh +0 -61
  146. package/release.config.mjs +0 -24
  147. package/tokens/global/color/hex.json +0 -782
  148. package/tokens/global/color/hsl.json +0 -1542
  149. package/tokens/global/color/oklch.json +0 -1542
  150. package/tokens/global/color/rgb.json +0 -1542
  151. package/tokens/themes/masterbrand/color/hex.json +0 -242
  152. package/tokens/themes/masterbrand/color/hsl.json +0 -466
  153. package/tokens/themes/masterbrand/color/oklch.json +0 -466
  154. package/tokens/themes/masterbrand/color/rgb.json +0 -466
package/package.json CHANGED
@@ -1,33 +1,76 @@
1
1
  {
2
2
  "name": "@nswds/tokens",
3
- "version": "2.2.0",
4
- "description": "NSW Design System Application Kit Design Tokens",
3
+ "version": "2.3.0",
4
+ "description": "NSW Application Design System Design Tokens",
5
5
  "homepage": "https://github.com/digitalnsw/nswds-tokens#readme",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/digitalnsw/nswds-tokens.git"
9
9
  },
10
+ "files": [
11
+ "dist"
12
+ ],
10
13
  "scripts": {
11
14
  "semantic-release": "semantic-release",
12
15
  "lint": "npx eslint . ",
13
- "format": "npx prettier --write ."
16
+ "format": "npx prettier --write .",
17
+ "build": "tsup src/index.ts --format esm,cjs --dts --target esnext --treeshake --clean"
18
+ },
19
+ "tsup": {
20
+ "entry": [
21
+ "src/index.ts"
22
+ ],
23
+ "splitting": false,
24
+ "sourcemap": true,
25
+ "clean": true,
26
+ "loader": {
27
+ ".css": "text",
28
+ ".scss": "text",
29
+ ".less": "text",
30
+ ".js": "js",
31
+ ".ts": "ts"
32
+ },
33
+ "external": [
34
+ "*.css",
35
+ "*.scss",
36
+ "*.less"
37
+ ]
14
38
  },
15
39
  "author": "NSW Design System",
16
- "type": "module",
17
- "main": "index.ts",
40
+ "type": "commonjs",
41
+ "main": "dist/index.cjs",
42
+ "module": "dist/index.mjs",
43
+ "types": "dist/index.d.ts",
44
+ "exports": {
45
+ ".": {
46
+ "types": "./dist/index.d.ts",
47
+ "import": "./dist/index.mjs",
48
+ "require": "./dist/index.cjs"
49
+ }
50
+ },
18
51
  "publishConfig": {
19
- "access": "public"
52
+ "access": "public",
53
+ "registry": "https://registry.npmjs.org/"
20
54
  },
21
55
  "devDependencies": {
22
56
  "@eslint/js": "^9.23.0",
23
57
  "@semantic-release/changelog": "^6.0.3",
24
58
  "@semantic-release/git": "^10.0.1",
59
+ "@types/node": "^22.13.17",
60
+ "css-loader": "^7.1.2",
25
61
  "eslint": "^9.23.0",
26
62
  "eslint-config-prettier": "^10.1.1",
27
63
  "eslint-plugin-prettier": "^5.2.4",
28
64
  "globals": "^16.0.0",
65
+ "less": "^4.2.2",
66
+ "less-loader": "^12.2.0",
29
67
  "prettier": "3.5.3",
68
+ "sass": "^1.86.1",
69
+ "sass-loader": "^16.0.5",
30
70
  "semantic-release": "^24.2.3",
71
+ "style-loader": "^4.0.0",
72
+ "tsup": "^8.0.2",
73
+ "typescript": "^5.8.2",
31
74
  "typescript-eslint": "^8.28.0"
32
75
  },
33
76
  "dependencies": {
package/.gitattributes DELETED
@@ -1,2 +0,0 @@
1
- # Auto detect text files and perform LF normalization
2
- * text=auto
@@ -1,115 +0,0 @@
1
- name: AI PR Title Generator
2
-
3
- on:
4
- pull_request:
5
- types: [opened, reopened, synchronize, edited]
6
-
7
- jobs:
8
- generate-title:
9
- runs-on: ubuntu-latest
10
-
11
- permissions:
12
- contents: read # Required to fetch commits
13
- pull-requests: write # Required to update PR title
14
-
15
- steps:
16
- - name: Checkout code
17
- uses: actions/checkout@v4
18
- with:
19
- fetch-depth: 0 # Fetch full history for commit diffing
20
-
21
- - name: Debug Git Remote
22
- run: |
23
- echo "🔍 Verifying Git Remote"
24
- git remote -v
25
- echo "🔍 Listing refs from origin"
26
- git ls-remote origin
27
-
28
- - name: Get commit messages
29
- id: commits
30
- run: |
31
- COMMITS=$(git log origin/${{ github.base_ref }}..HEAD --pretty=format:"%s" | grep -E "^(feat|fix|docs|style|refactor|test|chore|build|ci|perf)(\(.*\))?: " || echo "")
32
- echo "commits<<EOF" >> $GITHUB_OUTPUT
33
- echo "$COMMITS" >> $GITHUB_OUTPUT
34
- echo "EOF" >> $GITHUB_OUTPUT
35
-
36
- - name: Get Current PR Title
37
- id: get-pr-title
38
- uses: actions/github-script@v7
39
- with:
40
- script: |
41
- const { data: pr } = await github.rest.pulls.get({
42
- owner: context.repo.owner,
43
- repo: context.repo.repo,
44
- pull_number: context.issue.number
45
- });
46
- console.log(`Current PR title: "${pr.title}"`);
47
- core.setOutput("pr_title", pr.title);
48
-
49
- - name: Generate PR title with OpenAI
50
- id: ai
51
- if: ${{ steps.commits.outputs.commits != '' }}
52
- run: |
53
- COMMIT_LIST="${{ steps.commits.outputs.commits }}"
54
- echo "📝 Commit messages detected:"
55
- echo "$COMMIT_LIST"
56
-
57
- JSON_PAYLOAD=$(jq -n \
58
- --arg commits "$COMMIT_LIST" \
59
- '{
60
- model: "gpt-4",
61
- messages: [
62
- {
63
- role: "system",
64
- content: "You are an AI assistant that generates PR titles following the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/)."
65
- },
66
- {
67
- role: "user",
68
- content: "Here are the commit messages:\n\n\($commits)\n\nGenerate a clear, informative PR title following the Conventional Commits format. Pick the most appropriate type (feat, fix, chore, etc.), include a scope if relevant, and summarize concisely. Return only the title, nothing else."
69
- }
70
- ],
71
- temperature: 0.4
72
- }')
73
-
74
- RESPONSE=$(curl -s https://api.openai.com/v1/chat/completions \
75
- -H "Authorization: Bearer ${{ secrets.OPENAI_API_KEY }}" \
76
- -H "Content-Type: application/json" \
77
- -d "$JSON_PAYLOAD")
78
-
79
- TITLE=$(echo "$RESPONSE" | jq -r '.choices[0].message.content' | head -n 1)
80
- echo "title=$TITLE" >> $GITHUB_OUTPUT
81
-
82
- - name: Validate PR Title
83
- id: validate-title
84
- run: |
85
- PR_TITLE="${{ steps.get-pr-title.outputs.pr_title }}"
86
- AI_TITLE="${{ steps.ai.outputs.title }}"
87
-
88
- # Regex for Conventional Commits format
89
- CONVENTIONAL_COMMIT_REGEX="^(feat|fix|docs|style|refactor|test|chore|build|ci|perf)(\(.*\))?: .+"
90
-
91
- echo "🔍 Current PR Title: $PR_TITLE"
92
- echo "🧠 Suggested AI PR Title: $AI_TITLE"
93
-
94
- if [[ -z "$PR_TITLE" || ! "$PR_TITLE" =~ $CONVENTIONAL_COMMIT_REGEX ]]; then
95
- echo "❌ PR Title is missing or not in Conventional Commits format."
96
- echo "✅ Using AI-generated title: $AI_TITLE"
97
- echo "update_needed=true" >> $GITHUB_ENV
98
- else
99
- echo "✅ PR Title is already valid."
100
- echo "update_needed=false" >> $GITHUB_ENV
101
- fi
102
-
103
- - name: Update PR Title if Invalid or Empty
104
- if: env.update_needed == 'true'
105
- uses: actions/github-script@v7
106
- with:
107
- script: |
108
- const title = `${{ steps.ai.outputs.title }}`;
109
- await github.rest.pulls.update({
110
- owner: context.repo.owner,
111
- repo: context.repo.repo,
112
- pull_number: context.issue.number,
113
- title: title
114
- });
115
- console.log(`✅ PR title updated to: "${title}"`);
@@ -1,13 +0,0 @@
1
- name: Autofill PR description
2
-
3
- on: pull_request
4
-
5
- jobs:
6
- openai-pr-description:
7
- runs-on: ubuntu-22.04
8
-
9
- steps:
10
- - uses: platisd/openai-pr-description@v1.3.1
11
- with:
12
- github_token: ${{ secrets.GITHUB_TOKEN }}
13
- openai_api_key: ${{ secrets.OPENAI_API_KEY }}
@@ -1,36 +0,0 @@
1
- name: 'OpenCommit Action'
2
-
3
- on:
4
- push:
5
- branches-ignore: [main master dev development release]
6
-
7
- jobs:
8
- opencommit:
9
- timeout-minutes: 10
10
- name: OpenCommit
11
- runs-on: ubuntu-latest
12
- permissions: write-all
13
- steps:
14
- - name: Setup Node.js Environment
15
- uses: actions/setup-node@v2
16
- with:
17
- node-version: '16'
18
- - uses: actions/checkout@v3
19
- with:
20
- fetch-depth: 0
21
- - uses: di-sukharev/opencommit@github-action-v1.0.4
22
- with:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
-
25
- env:
26
- OCO_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
27
-
28
- # customization
29
- OCO_TOKENS_MAX_INPUT: 4096
30
- OCO_TOKENS_MAX_OUTPUT: 500
31
- OCO_OPENAI_BASE_PATH: ''
32
- OCO_DESCRIPTION: false
33
- OCO_EMOJI: false
34
- OCO_MODEL: gpt-4o
35
- OCO_LANGUAGE: en
36
- OCO_PROMPT_MODULE: conventional-commit
@@ -1,30 +0,0 @@
1
- name: Release
2
-
3
- on:
4
- push:
5
- branches: [main]
6
-
7
- jobs:
8
- release:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v4
12
-
13
- - uses: actions/setup-node@v4
14
- with:
15
- node-version: 20
16
- registry-url: https://registry.npmjs.org/
17
-
18
- - run: npm ci
19
-
20
- - name: Create .npmrc
21
- run: |
22
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
23
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > $NPM_CONFIG_USERCONFIG
24
- env:
25
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
-
27
- - run: npx semantic-release
28
- env:
29
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -1,21 +0,0 @@
1
- # .github/workflows/validate-branch-name.yml
2
- name: Validate Branch Name
3
-
4
- on:
5
- pull_request:
6
- types: [opened, edited, reopened]
7
-
8
- jobs:
9
- check-branch-name:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Check branch name
13
- run: |
14
- BRANCH_NAME="${{ github.head_ref }}"
15
- echo "Branch name: $BRANCH_NAME"
16
- if [[ ! "$BRANCH_NAME" =~ ^(feature|bugfix|hotfix|release|docs|build|test|refactor|chore)(/(issue|ticket)/[A-Za-z0-9_-]+)?/[a-z0-9-]+$ ]]; then
17
- echo "❌ Branch name '$BRANCH_NAME' does not follow naming convention."
18
- exit 1
19
- fi
20
- echo "✅ Branch name '$BRANCH_NAME' follows naming convention."
21
-
package/.prettierignore DELETED
@@ -1,18 +0,0 @@
1
- node_modules
2
- .next
3
- .husky
4
- coverage
5
- .prettierignore
6
- .stylelintignore
7
- .eslintignore
8
- stories
9
- storybook-static
10
- *.log
11
- playwright-report
12
- .nyc_output
13
- test-results
14
- junit.xml
15
- docs
16
- out
17
- package-lock.json
18
- public
package/.prettierrc DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "singleQuote": true,
3
- "semi": false,
4
- "tabWidth": 2,
5
- "jsxSingleQuote": true,
6
- "trailingComma": "all",
7
- "printWidth": 100
8
- }
package/CHANGELOG.md DELETED
@@ -1,31 +0,0 @@
1
- # [2.2.0](https://github.com/digitalnsw/nswds-tokens/compare/v2.1.1...v2.2.0) (2025-03-27)
2
-
3
-
4
- ### Features
5
-
6
- * **github:** add branch name validation workflow to enforce naming conventions ([dafc071](https://github.com/digitalnsw/nswds-tokens/commit/dafc0717ffdf394ca404e4d5a15831d76d241329))
7
- * **workflows:** add AI PR title generator workflow to automate PR title suggestions based on commit messages ([f717d26](https://github.com/digitalnsw/nswds-tokens/commit/f717d26f939b5dbdc3e8ed19f751f02224e8ab49))
8
-
9
- ## [2.1.1](https://github.com/digitalnsw/nswds-tokens/compare/v2.1.0...v2.1.1) (2025-03-25)
10
-
11
- ### Bug Fixes
12
-
13
- - **workflow:** rename environment variable OCO_API_KEY to OCO_OPENAI_API_KEY for clarity and consistency ([6c162b1](https://github.com/digitalnsw/nswds-tokens/commit/6c162b1e0c7d0509321d064d3c18d2bf00428dd7))
14
- - **workflow:** rename OCO_API_KEY to OCO_OPENAI_API_KEY for clarity ([b980c42](https://github.com/digitalnsw/nswds-tokens/commit/b980c425dbc69e940b8e71fd60d142d2570c57ef))
15
-
16
- # [2.1.0](https://github.com/digitalnsw/nswds-tokens/compare/v2.0.0...v2.1.0) (2025-03-25)
17
-
18
- ### Features
19
-
20
- - **workflow:** add OpenCommit GitHub Action workflow for automated commit messages generation ([5ba4c6c](https://github.com/digitalnsw/nswds-tokens/commit/5ba4c6cf9e429f4776c6ade072adf1fe9818fd69))
21
-
22
- # 2.0.0 (2025-03-24)
23
-
24
- ### Features
25
-
26
- - add GitHub Actions workflow for autofilling PR descriptions ([6304e82](https://github.com/digitalnsw/nswds-tokens/commit/6304e822759e8ebd60bc146f5871e7eaf31bcaee))
27
- - **colors:** add new color definitions for various themes in hex, hsl, oklch, and rgb formats to enhance design consistency across the application ([74b4def](https://github.com/digitalnsw/nswds-tokens/commit/74b4defec3d7e552de453852b14de47d157c38e6))
28
- - **colors:** add new color definitions in hex, hsl, oklch, and rgb formats for global and masterbrand themes to enhance design consistency across the application ([a113b2d](https://github.com/digitalnsw/nswds-tokens/commit/a113b2daccbf67ecfc66c96fb77b3c772f17eb3a))
29
- - **release:** add GitHub Actions workflow for automated releases on main branch ([8ebd9f3](https://github.com/digitalnsw/nswds-tokens/commit/8ebd9f37003af25caaba62f97f455ce07bcc93fa))
30
- - **release:** add GitHub Actions workflow for automated releases on main branch ([0ad84c0](https://github.com/digitalnsw/nswds-tokens/commit/0ad84c0d3676006be55e519d425cbae499174dd3))
31
- - **tokens:** add new color tokens in various formats (json, js, css, scss, less) for improved design consistency across the application ([c8cf2d9](https://github.com/digitalnsw/nswds-tokens/commit/c8cf2d9e4eab87b9ec026e92a80067a28fbb7e30))
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" fill="none"><rect width="1200" height="1200" fill="#EAEAEA" rx="3"/><g opacity=".5"><g opacity=".5"><path fill="#FAFAFA" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/></g><path stroke="url(#a)" stroke-width="2.418" d="M0-1.209h553.581" transform="scale(1 -1) rotate(45 1163.11 91.165)"/><path stroke="url(#b)" stroke-width="2.418" d="M404.846 598.671h391.726"/><path stroke="url(#c)" stroke-width="2.418" d="M599.5 795.742V404.017"/><path stroke="url(#d)" stroke-width="2.418" d="m795.717 796.597-391.441-391.44"/><path fill="#fff" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/><g clip-path="url(#e)"><path fill="#666" fill-rule="evenodd" d="M616.426 586.58h-31.434v16.176l3.553-3.554.531-.531h9.068l.074-.074 8.463-8.463h2.565l7.18 7.181V586.58Zm-15.715 14.654 3.698 3.699 1.283 1.282-2.565 2.565-1.282-1.283-5.2-5.199h-6.066l-5.514 5.514-.073.073v2.876a2.418 2.418 0 0 0 2.418 2.418h26.598a2.418 2.418 0 0 0 2.418-2.418v-8.317l-8.463-8.463-7.181 7.181-.071.072Zm-19.347 5.442v4.085a6.045 6.045 0 0 0 6.046 6.045h26.598a6.044 6.044 0 0 0 6.045-6.045v-7.108l1.356-1.355-1.282-1.283-.074-.073v-17.989h-38.689v23.43l-.146.146.146.147Z" clip-rule="evenodd"/></g><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/></g><defs><linearGradient id="a" x1="554.061" x2="-.48" y1=".083" y2=".087" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="796.912" x2="404.507" y1="599.963" y2="599.965" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="600.792" x2="600.794" y1="403.677" y2="796.082" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="404.85" x2="796.972" y1="403.903" y2="796.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><clipPath id="e"><path fill="#fff" d="M581.364 580.535h38.689v38.689h-38.689z"/></clipPath></defs></svg>
Binary file
@@ -1,30 +0,0 @@
1
- <svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <style>
3
- .nsw-red,
4
- .nsw-blue {
5
- fill: #000000;
6
- stroke-width: 0;
7
- }
8
-
9
- @media (prefers-color-scheme: dark) {
10
-
11
- .nsw-red,
12
- .nsw-blue {
13
- fill: #FFFFFF;
14
- stroke-width: 0;
15
- }
16
- }
17
- </style>
18
- <path fill-rule="evenodd" clip-rule="evenodd"
19
- d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
20
- class="nsw-blue" />
21
- <path fill-rule="evenodd" clip-rule="evenodd"
22
- d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
23
- class="nsw-blue" />
24
- <path
25
- d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
26
- class="nsw-red" />
27
- <path
28
- d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
29
- class="nsw-red" />
30
- </svg>
Binary file
Binary file
@@ -1,17 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
2
- <style>
3
- .nsw-red,
4
- .nsw-blue {
5
- fill: #FFFFFF;
6
- stroke-width: 0;
7
- }
8
- </style>
9
- <path class="nsw-blue"
10
- d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
11
- <path class="nsw-red"
12
- d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
13
- <path class="nsw-red"
14
- d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
15
- <path class="nsw-red"
16
- d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
17
- </svg>
Binary file
Binary file
@@ -1,30 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
2
- <style>
3
- .nsw-red {
4
- fill: #d7153a;
5
- stroke-width: 0;
6
- }
7
-
8
- .nsw-blue {
9
- fill: #002664;
10
- stroke-width: 0;
11
- }
12
-
13
- @media (prefers-color-scheme: dark) {
14
-
15
- .nsw-red,
16
- .nsw-blue {
17
- fill: #FFFFFF;
18
- stroke-width: 0;
19
- }
20
- }
21
- </style>
22
- <path class="nsw-blue"
23
- d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
24
- <path class="nsw-red"
25
- d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
26
- <path class="nsw-red"
27
- d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
28
- <path class="nsw-red"
29
- d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
30
- </svg>
package/brand/icon.svg DELETED
@@ -1,30 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
2
- <style>
3
- .nsw-red {
4
- fill: #d7153a;
5
- stroke-width: 0;
6
- }
7
-
8
- .nsw-blue {
9
- fill: #002664;
10
- stroke-width: 0;
11
- }
12
-
13
- @media (prefers-color-scheme: dark) {
14
-
15
- .nsw-red,
16
- .nsw-blue {
17
- fill: #FFFFFF;
18
- stroke-width: 0;
19
- }
20
- }
21
- </style>
22
- <path class="nsw-blue"
23
- d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
24
- <path class="nsw-red"
25
- d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
26
- <path class="nsw-red"
27
- d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
28
- <path class="nsw-red"
29
- d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
30
- </svg>
package/brand/logo.png DELETED
Binary file
package/brand/logo.svg DELETED
@@ -1,34 +0,0 @@
1
- <svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <style>
3
- .nsw-red {
4
- fill: #d7153a;
5
- stroke-width: 0;
6
- }
7
-
8
- .nsw-blue {
9
- fill: #002664;
10
- stroke-width: 0;
11
- }
12
-
13
- @media (prefers-color-scheme: dark) {
14
-
15
- .nsw-red,
16
- .nsw-blue {
17
- fill: #FFFFFF;
18
- stroke-width: 0;
19
- }
20
- }
21
- </style>
22
- <path fill-rule="evenodd" clip-rule="evenodd"
23
- d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
24
- class="nsw-blue" />
25
- <path fill-rule="evenodd" clip-rule="evenodd"
26
- d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
27
- class="nsw-blue" />
28
- <path
29
- d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
30
- class="nsw-red" />
31
- <path
32
- d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
33
- class="nsw-red" />
34
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" fill="none"><rect width="1200" height="1200" fill="#EAEAEA" rx="3"/><g opacity=".5"><g opacity=".5"><path fill="#FAFAFA" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/></g><path stroke="url(#a)" stroke-width="2.418" d="M0-1.209h553.581" transform="scale(1 -1) rotate(45 1163.11 91.165)"/><path stroke="url(#b)" stroke-width="2.418" d="M404.846 598.671h391.726"/><path stroke="url(#c)" stroke-width="2.418" d="M599.5 795.742V404.017"/><path stroke="url(#d)" stroke-width="2.418" d="m795.717 796.597-391.441-391.44"/><path fill="#fff" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/><g clip-path="url(#e)"><path fill="#666" fill-rule="evenodd" d="M616.426 586.58h-31.434v16.176l3.553-3.554.531-.531h9.068l.074-.074 8.463-8.463h2.565l7.18 7.181V586.58Zm-15.715 14.654 3.698 3.699 1.283 1.282-2.565 2.565-1.282-1.283-5.2-5.199h-6.066l-5.514 5.514-.073.073v2.876a2.418 2.418 0 0 0 2.418 2.418h26.598a2.418 2.418 0 0 0 2.418-2.418v-8.317l-8.463-8.463-7.181 7.181-.071.072Zm-19.347 5.442v4.085a6.045 6.045 0 0 0 6.046 6.045h26.598a6.044 6.044 0 0 0 6.045-6.045v-7.108l1.356-1.355-1.282-1.283-.074-.073v-17.989h-38.689v23.43l-.146.146.146.147Z" clip-rule="evenodd"/></g><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/></g><defs><linearGradient id="a" x1="554.061" x2="-.48" y1=".083" y2=".087" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="796.912" x2="404.507" y1="599.963" y2="599.965" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="600.792" x2="600.794" y1="403.677" y2="796.082" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="404.85" x2="796.972" y1="403.903" y2="796.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><clipPath id="e"><path fill="#fff" d="M581.364 580.535h38.689v38.689h-38.689z"/></clipPath></defs></svg>
Binary file