@ostack.tech/ui 0.10.2 → 0.10.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/dist/ostack-ui.css +1 -0
- package/dist/ostack-ui.js.map +1 -1
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
- package/dist/types/providers/ErrorReportingProvider/ErrorReportingContext.d.ts +1 -1
- package/dist/types/providers/ErrorReportingProvider/useErrorReporter.d.ts +1 -1
- package/package.json +2 -2
- package/scss/components/Tabs/_Tabs.scss +1 -0
package/dist/ostack-ui.css
CHANGED
|
@@ -4047,6 +4047,7 @@ a > .o-ui-code {
|
|
|
4047
4047
|
background-color: var(--o-ui-tabs-tab-inner-background-color);
|
|
4048
4048
|
color: var(--o-ui-tabs-tab-inner-color);
|
|
4049
4049
|
box-shadow: var(--o-ui-tabs-tab-inner-box-shadow);
|
|
4050
|
+
text-align: center;
|
|
4050
4051
|
}
|
|
4051
4052
|
.o-ui-tabs__tab-inner:not(.o-ui-tabs__tab-inner--hidden) {
|
|
4052
4053
|
position: absolute;
|