@capillarytech/blaze-ui 5.2.2 → 5.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capillarytech/blaze-ui",
3
- "version": "5.2.2",
3
+ "version": "5.3.0",
4
4
  "description": "Capillary UI component library with Ant Design v6",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -348,3 +348,11 @@ $border-width-2: 0.143rem; // 2px
348
348
  /* Transition */
349
349
  // ==============
350
350
  $transition-all: all 0.3s ease;
351
+
352
+ /* Timezones Footer */
353
+ // ==============
354
+ $timezone-footer-background-color: $CAP_G09;
355
+ $timezone-footer-font-color: #666;
356
+ $timezone-footer-font-size: $FONT_SIZE_S;
357
+ $timezone-footer-font-weight: $FONT_WEIGHT_MEDIUM;
358
+ $timezone-footer-icon-color: #999;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import type { CapEmptyDivWithBorderProps } from './types';
3
- /**
4
- * CapEmptyDivWithBorder Component
5
- *
6
- * A simple div component with customizable width, height, border, and background color.
7
- * Migrated from styled-components to React functional component with CSS Modules.
8
- */
9
- declare const CapEmptyDivWithBorder: React.FC<CapEmptyDivWithBorderProps>;
10
- export default CapEmptyDivWithBorder;
11
- export type { CapEmptyDivWithBorderProps } from './types';
12
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/CapEmptyDivWithBorder/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AAE1D;;;;;GAKG;AACH,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAgD/D,CAAC;AAIF,eAAe,qBAAqB,CAAC;AACrC,YAAY,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC"}
@@ -1,26 +0,0 @@
1
- import type React from 'react';
2
- /**
3
- * Props for CapEmptyDivWithBorder component
4
- */
5
- export interface CapEmptyDivWithBorderProps extends React.HTMLAttributes<HTMLDivElement> {
6
- /**
7
- * Width of the div (number in pixels or CSS string)
8
- * @default 42
9
- */
10
- width?: number | string;
11
- /**
12
- * Height of the div (number in pixels or CSS string)
13
- * @default 42
14
- */
15
- height?: number | string;
16
- /**
17
- * Color of the dashed border
18
- * @default '#b3bac5'
19
- */
20
- borderColor?: string;
21
- /**
22
- * Content to render inside the div
23
- */
24
- children?: React.ReactNode;
25
- }
26
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../components/CapEmptyDivWithBorder/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,WAAW,0BAA2B,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACtF;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B"}