fundamental-styles 0.26.3 → 0.26.4-rc.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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/packages/styles/src/popover.scss +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [0.26.4-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.26.3...v0.26.4-rc.0) (2022-12-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **styles:** popover wrapper with overflow visible ([#4136](https://github.com/SAP/fundamental-styles/issues/4136)) ([ee70635](https://github.com/SAP/fundamental-styles/commit/ee70635da1cc2600760e0d9225d16a0ae3213ba9))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [0.26.3](https://github.com/SAP/fundamental-styles/compare/v0.26.3-rc.8...v0.26.3) (2022-12-27)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fundamental-styles",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.4-rc.0",
|
|
4
4
|
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
|
|
5
5
|
"engines": {
|
|
6
6
|
"yarn": ">= 1.22.19",
|