@spaced-out/ui-design-system 0.1.48-beta.1 → 0.1.48

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.48](https://github.com/spaced-out/ui-design-system/compare/v0.1.48-beta.1...v0.1.48) (2023-09-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * added jobs page name in PageTitle component ([#143](https://github.com/spaced-out/ui-design-system/issues/143)) ([904a124](https://github.com/spaced-out/ui-design-system/commit/904a1244af6863b70b39e5c07aa6295b09f0e434))
11
+
5
12
  ### [0.1.48-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.1.48-beta.0...v0.1.48-beta.1) (2023-09-11)
6
13
 
7
14
 
@@ -92,6 +92,12 @@ const PAGE_NAME_LIST = Object.freeze({
92
92
  iconType: 'duotone',
93
93
  iconSwapOpacity: true
94
94
  },
95
+ jobs: {
96
+ title: 'Jobs',
97
+ iconName: 'briefcase',
98
+ iconType: 'duotone',
99
+ iconSwapOpacity: true
100
+ },
95
101
  contacts: {
96
102
  title: 'Contacts',
97
103
  iconName: 'address-card',
@@ -100,6 +100,12 @@ export const PAGE_NAME_LIST = Object.freeze({
100
100
  iconType: 'duotone',
101
101
  iconSwapOpacity: true,
102
102
  },
103
+ jobs: {
104
+ title: 'Jobs',
105
+ iconName: 'briefcase',
106
+ iconType: 'duotone',
107
+ iconSwapOpacity: true,
108
+ },
103
109
  contacts: {
104
110
  title: 'Contacts',
105
111
  iconName: 'address-card',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.48-beta.1",
3
+ "version": "0.1.48",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {