@phillips/seldon 1.17.2 → 1.17.4

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Easel Design System 🎨 by Phillips Auction House
2
2
 
3
+ ![tests](https://github.com/phillipsauctionhouse/seldon/actions/workflows/test.yml/badge.svg)
4
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
3
5
  [![Netlify Status](https://api.netlify.com/api/v1/badges/45a31dc9-7c19-482a-ae3d-be6bb2533cef/deploy-status)](https://app.netlify.com/sites/snazzy-liger-5606f7/deploys)
4
6
 
5
7
  Seldon is the source for design guidelines, component documentation, and resources for building apps with the Phillips.com Design System.
@@ -180,19 +180,6 @@ const o = `${X}-viewings-list-card-form`, l = ({
180
180
  invalidText: e == null ? void 0 : e.address1
181
181
  }
182
182
  ),
183
- /* @__PURE__ */ t(
184
- u,
185
- {
186
- id: `addressUrl-${r}`,
187
- name: "addressUrl",
188
- defaultValue: V,
189
- labelText: $,
190
- size: "sm",
191
- type: "url",
192
- invalid: e == null ? void 0 : e.addressUrl,
193
- invalidText: e == null ? void 0 : e.addressUrl
194
- }
195
- ),
196
183
  /* @__PURE__ */ t(
197
184
  u,
198
185
  {
@@ -217,6 +204,19 @@ const o = `${X}-viewings-list-card-form`, l = ({
217
204
  invalidText: e == null ? void 0 : e.address3
218
205
  }
219
206
  ),
207
+ /* @__PURE__ */ t(
208
+ u,
209
+ {
210
+ id: `addressUrl-${r}`,
211
+ name: "addressUrl",
212
+ defaultValue: V,
213
+ labelText: $,
214
+ size: "sm",
215
+ type: "url",
216
+ invalid: e == null ? void 0 : e.addressUrl,
217
+ invalidText: e == null ? void 0 : e.addressUrl
218
+ }
219
+ ),
220
220
  /* @__PURE__ */ t(
221
221
  u,
222
222
  {
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.17.2",
3
+ "version": "1.17.4",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/PhillipsAuctionHouse/seldon"
7
+ },
4
8
  "type": "module",
5
9
  "main": "./dist/index.js",
6
10
  "module": "./dist/index.js",
@@ -44,6 +48,7 @@
44
48
  "@commitlint/config-conventional": "^17.6.6",
45
49
  "@semantic-release/changelog": "^6.0.3",
46
50
  "@semantic-release/git": "^10.0.1",
51
+ "@semantic-release/github": "^10.0.3",
47
52
  "@storybook/addon-essentials": "^7.0.22",
48
53
  "@storybook/addon-interactions": "^7.0.22",
49
54
  "@storybook/addon-links": "^7.0.22",
@@ -92,37 +97,5 @@
92
97
  "peerDependencies": {
93
98
  "react": "^18.2.0",
94
99
  "react-dom": "^18.2.0"
95
- },
96
- "release": {
97
- "branches": [
98
- "main"
99
- ],
100
- "plugins": [
101
- "@semantic-release/commit-analyzer",
102
- "@semantic-release/release-notes-generator",
103
- [
104
- "@semantic-release/changelog",
105
- {
106
- "changelogFile": "CHANGELOG.md"
107
- }
108
- ],
109
- "@semantic-release/npm",
110
- [
111
- "@semantic-release/git",
112
- {
113
- "assets": [
114
- "package.json",
115
- "CHANGELOG.md"
116
- ],
117
- "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
118
- }
119
- ]
120
- ]
121
- },
122
- "commitlint": {
123
- "extends": [
124
- "@commitlint/config-conventional"
125
- ],
126
- "helpUrl": "https://www.conventionalcommits.org/en/v1.0.0/"
127
100
  }
128
101
  }