@harnessio/ui 0.0.1-react18.alpha.17 → 0.0.1-react18.alpha.18
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/components.d.ts +5 -5
- package/dist/context.d.ts +5 -5
- package/dist/hooks.d.ts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/locales.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.d.ts +5 -5
- package/dist/views.d.ts +5 -5
- package/package.json +1 -1
- package/src/shared-style-variables.css +555 -7
package/dist/views.d.ts
CHANGED
|
@@ -4297,13 +4297,13 @@ export declare const yamlString2Nodes: (yaml: string, options?: {
|
|
|
4297
4297
|
export { }
|
|
4298
4298
|
|
|
4299
4299
|
|
|
4300
|
-
declare namespace Calendar {
|
|
4301
|
-
var displayName: string;
|
|
4302
|
-
}
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
4300
|
declare global {
|
|
4306
4301
|
interface Window {
|
|
4307
4302
|
performance: ExtendedPerformance;
|
|
4308
4303
|
}
|
|
4309
4304
|
}
|
|
4305
|
+
|
|
4306
|
+
|
|
4307
|
+
declare namespace Calendar {
|
|
4308
|
+
var displayName: string;
|
|
4309
|
+
}
|