@dashadmin/dash-styles 1.3.25 → 1.3.26
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/index.cjs +979 -0
- package/dist/index.d.cts +1181 -0
- package/dist/index.d.ts +1181 -0
- package/dist/index.js +193 -166
- package/package.json +42 -41
- package/{dist → src}/dash-css-transformer.less +5 -2
- package/src/helpers/getAllCssVariablesFromStyleSheets.tsx +46 -0
- package/src/index.tsx +1052 -0
- package/{dist → src}/styles/header.less +3 -0
- package/{dist → src}/styles/tabs.less +7 -0
- package/{dist → src}/variables/breakpoints.less +1 -1
- package/dist/helpers/getAllCssVariablesFromStyleSheets.js +0 -1
- /package/{dist → src}/assets/fonts/Montserrat-Black.ttf +0 -0
- /package/{dist → src}/assets/fonts/Montserrat-Bold.ttf +0 -0
- /package/{dist → src}/assets/fonts/Montserrat-Medium.ttf +0 -0
- /package/{dist → src}/assets/fonts/Montserrat-Regular.ttf +0 -0
- /package/{dist → src}/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- /package/{dist → src}/dash-variables.less +0 -0
- /package/{dist → src}/dash.less +0 -0
- /package/{dist → src}/index.tsx.suffixed +0 -0
- /package/{dist → src}/styles/button.less +0 -0
- /package/{dist → src}/styles/buttons.less +0 -0
- /package/{dist → src}/styles/card.less +0 -0
- /package/{dist → src}/styles/common.less +0 -0
- /package/{dist → src}/styles/components/notfound.less +0 -0
- /package/{dist → src}/styles/extra.less +0 -0
- /package/{dist → src}/styles/filters.less +0 -0
- /package/{dist → src}/styles/forms.less +0 -0
- /package/{dist → src}/styles/framed.less +0 -0
- /package/{dist → src}/styles/input.copy.less +0 -0
- /package/{dist → src}/styles/input.less +0 -0
- /package/{dist → src}/styles/layout.less +0 -0
- /package/{dist → src}/styles/links.less +0 -0
- /package/{dist → src}/styles/loader.less +0 -0
- /package/{dist → src}/styles/login.less +0 -0
- /package/{dist → src}/styles/modal.less +0 -0
- /package/{dist → src}/styles/module.less +0 -0
- /package/{dist → src}/styles/mui-overrides.less +0 -0
- /package/{dist → src}/styles/notification.less +0 -0
- /package/{dist → src}/styles/pages/profile.less +0 -0
- /package/{dist → src}/styles/pagination.less +0 -0
- /package/{dist → src}/styles/popover.less +0 -0
- /package/{dist → src}/styles/react-admin/common.less +0 -0
- /package/{dist → src}/styles/react-admin/toolbar.less +0 -0
- /package/{dist → src}/styles/root.less +0 -0
- /package/{dist → src}/styles/sidebar.less +0 -0
- /package/{dist → src}/styles/splash.less +0 -0
- /package/{dist → src}/styles/static.less +0 -0
- /package/{dist → src}/styles/stats.less +0 -0
- /package/{dist → src}/styles/svg.less +0 -0
- /package/{dist → src}/styles/switch.less +0 -0
- /package/{dist → src}/styles/table.less +0 -0
- /package/{dist → src}/styles/tags.less +0 -0
- /package/{dist → src}/styles/toast.less +0 -0
- /package/{dist → src}/styles/toolbar.less +0 -0
- /package/{dist → src}/styles/transition.less +0 -0
- /package/{dist → src}/styles/uploader.less +0 -0
- /package/{dist → src}/variables/colors.less +0 -0
- /package/{dist → src}/variables/dash-colors.less +0 -0
- /package/{dist → src}/variables/sizes.less +0 -0
|
@@ -445,13 +445,16 @@
|
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
+
|
|
448
449
|
.RaToolbar-mobileToolbar {
|
|
450
|
+
background: none !important;
|
|
449
451
|
display: flex !important;
|
|
450
452
|
justify-content: flex-end !important;
|
|
451
453
|
z-index: 1000 !important;
|
|
452
454
|
}
|
|
453
455
|
|
|
454
456
|
.RaToolbar-desktopToolbar {
|
|
457
|
+
background: none !important;
|
|
455
458
|
position: fixed !important;
|
|
456
459
|
bottom: 0 !important;
|
|
457
460
|
left: 0 !important;
|
|
@@ -113,8 +113,15 @@
|
|
|
113
113
|
//margin-bottom: -40px;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
.tabbed-form-custom {
|
|
117
|
+
margin-bottom: 64px; // TODO: this shoould be a configurable less or css variable
|
|
118
|
+
|
|
119
|
+
}
|
|
116
120
|
|
|
117
121
|
.dash-auto-admin-tabbed-form {
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
118
125
|
.MuiTabs-scroller{
|
|
119
126
|
overflow-x: auto !important;
|
|
120
127
|
overflow-y: hidden;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a=u=>{const r={};for(let t=0;t<document.styleSheets.length;t++)try{const e=document.styleSheets[t];if(!e.cssRules)continue;for(let s=0;s<e.cssRules.length;s++){const n=e.cssRules[s];if(n.selectorText===u){const l=n.style;for(let o=0;o<l.length;o++){const c=l[o];c.startsWith("--")&&(r[c]=l.getPropertyValue(c).trim())}}}}catch(e){console.warn("Could not access stylesheet:",e)}return r};var h=a;export{h as default};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist → src}/dash.less
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|