Skip to content

Commit dfda8ec

Browse files
committed
Merge remote-tracking branch 'origin/main' into eslint9
* origin/main: chore: apply latest changesets update building block svg (#3826)
2 parents 4a06dd1 + da383ab commit dfda8ec

File tree

7 files changed

+42
-9
lines changed

7 files changed

+42
-9
lines changed

examples/ui-prompting-examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sap-ux-private/ui-prompting-examples
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [afb4be5]
8+
- @sap-ux/ui-components@1.26.15
9+
- @sap-ux/ui-prompting@0.5.6
10+
311
## 0.4.6
412

513
### Patch Changes

examples/ui-prompting-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux-private/ui-prompting-examples",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "This project contains UI storybook stories with exampleS with prompt ui and FPM based building blocks.",
55
"license": "Apache-2.0",
66
"private": true,

packages/ui-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sap-ux/ui-components
22

3+
## 1.26.15
4+
5+
### Patch Changes
6+
7+
- afb4be5: Update building block icon svg
8+
39
## 1.26.14
410

511
### Patch Changes

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/ui-components",
3-
"version": "1.26.14",
3+
"version": "1.26.15",
44
"license": "Apache-2.0",
55
"description": "SAP UI Components Library",
66
"repository": {

packages/ui-components/src/components/Icons.tsx

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,17 +1996,29 @@ export function initIcons(): void {
19961996
),
19971997
[UiIcons.BuildingBlocks]: (
19981998
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1999-
<rect x="8.5" y="11.5" width="7" height="3" rx="0.5" stroke={COLORS.default} />
2000-
<rect x="4.5" y="6.5" width="7" height="3" rx="0.5" stroke={COLORS.default} />
2001-
<rect x="8.5" y="1.5" width="7" height="3" rx="0.5" stroke={COLORS.default} />
2002-
<rect x="0.5" y="11.5" width="6" height="3" rx="0.5" stroke={COLORS.default} />
20031999
<path
2000+
d="M15 14V15H8V14H15ZM15 12H8V15L7.89746 14.9951C7.39333 14.9438 7 14.5177 7 14V12C7 11.4477 7.44772 11 8 11H15C15.5523 11 16 11.4477 16 12V14L15.9951 14.1025C15.9472 14.573 15.573 14.9472 15.1025 14.9951L15 15V12Z"
20042001
fill={COLORS.default}
2005-
d="M16 7H14V9H16V10H14C13.4477 10 13 9.55228 13 9V7C13 6.44772 13.4477 6 14 6H16V7Z"
20062002
/>
20072003
<path
2004+
d="M8 9V10H1V9H8ZM8 7H1V10L0.897461 9.99512C0.393331 9.94379 0 9.51768 0 9V7C0 6.44772 0.447715 6 1 6H8C8.55228 6 9 6.44772 9 7V9L8.99512 9.10254C8.94722 9.57297 8.57297 9.94722 8.10254 9.99512L8 10V7Z"
2005+
fill={COLORS.default}
2006+
/>
2007+
<path
2008+
d="M5 14V15H1V14H5ZM5 12H1V15C0.447715 15 0 14.5523 0 14V12C0 11.4477 0.447715 11 1 11H5L5.10254 11.0049C5.60667 11.0562 6 11.4823 6 12V14L5.99512 14.1025C5.94722 14.573 5.57297 14.9472 5.10254 14.9951L5 15V12Z"
2009+
fill={COLORS.default}
2010+
/>
2011+
<path
2012+
d="M15 4V5H8V4H15ZM15 2H8V5L7.89746 4.99512C7.39333 4.94379 7 4.51768 7 4V2C7 1.44772 7.44772 1 8 1H15C15.5523 1 16 1.44772 16 2V4L15.9951 4.10254C15.9472 4.57297 15.573 4.94722 15.1025 4.99512L15 5V2Z"
2013+
fill={COLORS.default}
2014+
/>
2015+
<path
2016+
d="M5 4V5H1V4H5ZM5 2H1V5C0.447715 5 0 4.55228 0 4V2C0 1.44772 0.447715 1 1 1H5L5.10254 1.00488C5.60667 1.05621 6 1.48232 6 2V4L5.99512 4.10254C5.94722 4.57297 5.57297 4.94722 5.10254 4.99512L5 5V2Z"
2017+
fill={COLORS.default}
2018+
/>
2019+
<path
2020+
d="M15 9V10H11V9H15ZM15 7H11V10C10.4477 10 10 9.55228 10 9V7C10 6.44772 10.4477 6 11 6H15L15.1025 6.00488C15.6067 6.05621 16 6.48232 16 7V9L15.9951 9.10254C15.9472 9.57297 15.573 9.94722 15.1025 9.99512L15 10V7Z"
20082021
fill={COLORS.default}
2009-
d="M2 6C2.55228 6 3 6.44772 3 7V9L2.99512 9.10254C2.94379 9.60667 2.51768 10 2 10H0V9H2V7H0V6H2Z"
20102022
/>
20112023
</svg>
20122024
),

packages/ui-prompting/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sap-ux/ui-prompting
22

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [afb4be5]
8+
- @sap-ux/ui-components@1.26.15
9+
310
## 0.5.5
411

512
### Patch Changes

packages/ui-prompting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sap-ux/ui-prompting",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"license": "Apache-2.0",
55
"description": "SAP UI Components Library",
66
"repository": {

0 commit comments

Comments
 (0)