@solace-health/ui 0.10.245 → 0.10.247
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 +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3135,13 +3135,16 @@ The mask that was received is: ${JSON.stringify(C)}`);return C.map(t=>t instance
|
|
|
3135
3135
|
}
|
|
3136
3136
|
|
|
3137
3137
|
&&&& th {
|
|
3138
|
-
padding: 1rem;
|
|
3139
3138
|
color: var(--copy-secondary, #555);
|
|
3140
3139
|
}
|
|
3141
3140
|
|
|
3142
3141
|
.ant-picker-cell:not(.ant-picker-cell-in-view) {
|
|
3143
3142
|
visibility: hidden;
|
|
3144
3143
|
}
|
|
3144
|
+
|
|
3145
|
+
&.ant-picker-calendar .ant-picker-panel {
|
|
3146
|
+
border-top: none;
|
|
3147
|
+
}
|
|
3145
3148
|
`;var pw=({value:C,onChange:e})=>{let t=o=>{e(o==="next"?C.add(1,"month"):C.subtract(1,"month"));};return jsxRuntime.jsxs(R1,{justify:"space-between",align:"center",style:{marginBottom:".5rem"},children:[jsxRuntime.jsx(P6,{onClick:()=>t("prev"),children:jsxRuntime.jsx(T.Caret,{direction:"left",color:"#285E50"})}),jsxRuntime.jsxs(u.Header,{color:"var(--Color-Sherwood-Greens-Sherwood-Green, #1D4339)",children:[C.toDate().toLocaleString("en",{month:"long"})," ",C.year()]}),jsxRuntime.jsx(P6,{onClick:()=>t("next"),children:jsxRuntime.jsx(T.Caret,{direction:"right",color:"#285E50"})})]})};function us(C){return jsxRuntime.jsx(gs,{fullscreen:!1,...C,headerRender:pw})}/*! Bundled license information:
|
|
3146
3149
|
|
|
3147
3150
|
react-is/cjs/react-is.production.min.js:
|
|
@@ -3176,6 +3179,10 @@ Object.defineProperty(exports, 'styled', {
|
|
|
3176
3179
|
enumerable: true,
|
|
3177
3180
|
get: function () { return g1__default.default; }
|
|
3178
3181
|
});
|
|
3182
|
+
Object.defineProperty(exports, 'ConfigProvider', {
|
|
3183
|
+
enumerable: true,
|
|
3184
|
+
get: function () { return antd.ConfigProvider; }
|
|
3185
|
+
});
|
|
3179
3186
|
Object.defineProperty(exports, 'Controller', {
|
|
3180
3187
|
enumerable: true,
|
|
3181
3188
|
get: function () { return reactHookForm.Controller; }
|