@simoncomputing/mui-bueno-v2 0.25.21 → 0.25.23
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 +19 -0
- package/dist/components/Form/Inputs/SearchField/SearchField.d.ts +5 -1
- package/dist/components/LoadingOverlay/LoadingOverlay.d.ts +14 -0
- package/dist/index.cjs.js +105 -105
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +5499 -5478
- package/dist/index.umd.js +98 -98
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sort-icon-asc{-moz-transform:scale(1,-1);-o-transform:scale(1,-1);-webkit-transform:scale(1,-1);transform:scaleY(-1)}.
|
|
1
|
+
.sort-icon-asc{-moz-transform:scale(1,-1);-o-transform:scale(1,-1);-webkit-transform:scale(1,-1);transform:scaleY(-1)}.citation-link,.selected-citation-link{vertical-align:super;font-size:smaller;padding:0 4px}.selected-citation-link{background-color:#e6e6e6}.citation-link:hover,.selected-citation-link:hover{cursor:pointer}.MuiTiptap-ControlledBubbleMenu-root{z-index:1300!important}.citation-tooltip .MuiTypography-subtitle2{font-size:.9rem}.citation-tooltip .citation-tooltip-divider{margin:6px 0;background-color:#adadad}.loading-page{width:100%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-page .text-content{display:flex;flex-direction:column}
|
package/dist/index.d.ts
CHANGED
|
@@ -123,7 +123,9 @@ export type { PageHeaderProps } from './components/PageHeader/PageHeader';
|
|
|
123
123
|
export { SingleActionCard } from './components/SingleActionCard/SingleActionCard';
|
|
124
124
|
export type { SingleActionCardProps } from './components/SingleActionCard/SingleActionCard';
|
|
125
125
|
export { LoadingIndicator } from './components/LoadingIndicator/LoadingIndicator';
|
|
126
|
+
export { LoadingOverlay } from './components/LoadingOverlay/LoadingOverlay';
|
|
126
127
|
export type { LoadingIndicatorProps } from './components/LoadingIndicator/LoadingIndicator';
|
|
128
|
+
export type { LoadingOverlayProps } from './components/LoadingOverlay/LoadingOverlay';
|
|
127
129
|
export { SelectableCitationManager } from './components/Form/Inputs/CitationField/CitationManager/SelectableCitationManager';
|
|
128
130
|
export type { SelectableCitationManagerProps } from './components/Form/Inputs/CitationField/CitationManager/SelectableCitationManager';
|
|
129
131
|
export { CitationManager } from './components/Form/Inputs/CitationField/CitationManager/CitationManager';
|