@royaloperahouse/chord 2.2.5-c-chord-development → 2.2.5-d-chord-development
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/dist/chord.cjs.development.js +51 -0
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +51 -0
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Descriptors/Seat.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Descriptors/Standing.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/Descriptors/Wheelchair.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +3 -0
- package/package.json +2 -2
|
@@ -1269,6 +1269,24 @@ var Print = (function (_ref) {
|
|
|
1269
1269
|
}));
|
|
1270
1270
|
});
|
|
1271
1271
|
|
|
1272
|
+
var Seat = (function (_ref) {
|
|
1273
|
+
var _ref$color = _ref.color,
|
|
1274
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1275
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
1276
|
+
width: "100%",
|
|
1277
|
+
height: "100%",
|
|
1278
|
+
viewBox: "0 0 24 24",
|
|
1279
|
+
fill: "none",
|
|
1280
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1281
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1282
|
+
d: "M17.5 7.8V4.9c0-2.7-2.2-4.9-4.9-4.9H7.2C4.5 0 2.3 2.2 2.3 4.9v2.9H0V20h4.2v-3.7h11.3V20h4.2V7.8h-2.2ZM3 4.8h.3v.1C3.3 2.8 5 1 7.2 1h5.4c2.2 0 3.9 1.8 3.9 3.9v2.8h-1v4.6H4.2V7.8H3v-3ZM1 19V8.7h2.2v3.6H1.9v4h1.3V19H1Zm1.9-3.6v-2h13.9v2H2.9ZM18.8 19h-2.2v-2.7h1.3v-4h-1.3V8.7h2.2V19Z",
|
|
1283
|
+
fill: color
|
|
1284
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1285
|
+
d: "M3.3 7.8v-3H3v3h.3Z",
|
|
1286
|
+
fill: color
|
|
1287
|
+
}));
|
|
1288
|
+
});
|
|
1289
|
+
|
|
1272
1290
|
var Secure = (function (_ref) {
|
|
1273
1291
|
var _ref$color = _ref.color,
|
|
1274
1292
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1287,6 +1305,21 @@ var Secure = (function (_ref) {
|
|
|
1287
1305
|
}));
|
|
1288
1306
|
});
|
|
1289
1307
|
|
|
1308
|
+
var Standing = (function (_ref) {
|
|
1309
|
+
var _ref$color = _ref.color,
|
|
1310
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1311
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
1312
|
+
width: "100%",
|
|
1313
|
+
height: "100%",
|
|
1314
|
+
viewBox: "0 0 24 24",
|
|
1315
|
+
fill: "none",
|
|
1316
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1317
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1318
|
+
d: "M9.8 3.9c1.1 0 1.9-.9 1.9-1.9 0-1-.8-2-1.9-2-1.1 0-1.9.9-1.9 2s.9 1.9 1.9 1.9Zm0-2.9c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.3-.9-.8.4-1 .9-1Zm2 3.2H8c-1.3 0-2.3 1-2.3 2.2v6.4h1.7V20h4.9v-7h1.8V6.4c0-1.2-1.1-2.2-2.3-2.2Zm1.3 7.8h-.8V7.4c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4V19h-.9v-6.3c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4V19h-1V7.4c0-.2-.2-.4-.5-.4-.2 0-.5.2-.5.4v4.5h-.7V6.5c0-.7.6-1.2 1.3-1.2h3.7c.7 0 1.3.5 1.3 1.2l.1 5.5Z",
|
|
1319
|
+
fill: color
|
|
1320
|
+
}));
|
|
1321
|
+
});
|
|
1322
|
+
|
|
1290
1323
|
var Tickets = (function (_ref) {
|
|
1291
1324
|
var _ref$color = _ref.color,
|
|
1292
1325
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -1308,6 +1341,21 @@ var Tickets = (function (_ref) {
|
|
|
1308
1341
|
}));
|
|
1309
1342
|
});
|
|
1310
1343
|
|
|
1344
|
+
var Wheelchair = (function (_ref) {
|
|
1345
|
+
var _ref$color = _ref.color,
|
|
1346
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1347
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
1348
|
+
width: "100%",
|
|
1349
|
+
height: "100%",
|
|
1350
|
+
viewBox: "0 0 24 24",
|
|
1351
|
+
fill: "none",
|
|
1352
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1353
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1354
|
+
d: "M8.4 18.8c-1.1 0-2.2-.4-3-1.1-.8-.8-1.3-1.8-1.3-2.9-.1-1.6.9-3.2 2.3-3.9l-.4-1c-1.9.9-3 2.8-3 4.9.1 2.8 2.4 5.1 5.3 5.1h.2c2.6-.1 4.7-2.1 5.1-4.6l-1.1-.1c-.3 2-2 3.6-4.1 3.6ZM9.8 4.5c1.2 0 2.2-1 2.2-2.2C12 1.1 11 .1 9.8.1c-1.2 0-2.2 1-2.2 2.2 0 1.2.9 2.2 2.2 2.2Zm0-3.3c.6 0 1.1.5 1.1 1.1 0 .6-.5 1.1-1.1 1.1-.6 0-1.1-.5-1.1-1.1 0-.6.5-1.1 1.1-1.1Zm4.9 12c-.3-.5-.9-.8-1.6-.8h-2.6V6.3c0-.6-.5-1.2-1.1-1.2H6.2c-.5.1-.9.5-.9 1v3.2h1.1V6.2l2.9.1v7.2h3.8c.3 0 .5.1.6.3l3.4 5.4.9-.6-3.3-5.4Z",
|
|
1355
|
+
fill: color
|
|
1356
|
+
}));
|
|
1357
|
+
});
|
|
1358
|
+
|
|
1311
1359
|
var BalletAndDance = (function (_ref) {
|
|
1312
1360
|
var _ref$color = _ref.color,
|
|
1313
1361
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -2137,10 +2185,12 @@ var IconLibrary = {
|
|
|
2137
2185
|
Remove: Remove,
|
|
2138
2186
|
Restart: Restart,
|
|
2139
2187
|
Search: Search,
|
|
2188
|
+
Seat: Seat,
|
|
2140
2189
|
Secure: Secure,
|
|
2141
2190
|
Settings: Settings,
|
|
2142
2191
|
Shift: Shift,
|
|
2143
2192
|
Space: Space,
|
|
2193
|
+
Standing: Standing,
|
|
2144
2194
|
Star: Star,
|
|
2145
2195
|
Subscribe: Subscribe,
|
|
2146
2196
|
Subtitles: Subtitles,
|
|
@@ -2153,6 +2203,7 @@ var IconLibrary = {
|
|
|
2153
2203
|
UserSignedIn: UserSignedIn,
|
|
2154
2204
|
Volume: Volume,
|
|
2155
2205
|
Watch: Watch,
|
|
2206
|
+
Wheelchair: Wheelchair,
|
|
2156
2207
|
X: X,
|
|
2157
2208
|
Youtube: Youtube
|
|
2158
2209
|
};
|