@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/.DS_Store +0 -0
- package/CapCondition/index.js +0 -1
- package/CapCondition/index.js.map +1 -1
- package/CapDatePicker/index.d.ts.map +1 -1
- package/CapDatePicker/index.js +0 -1
- package/CapDatePicker/index.js.map +1 -1
- package/CapDateRangePicker/README.md +159 -0
- package/CapDateRangePicker/index.d.ts +11 -0
- package/CapDateRangePicker/index.d.ts.map +1 -0
- package/CapDateRangePicker/index.js +768 -7300
- package/CapDateRangePicker/index.js.map +1 -1
- package/CapDateRangePicker/types.d.ts +142 -0
- package/CapDateRangePicker/types.d.ts.map +1 -0
- package/CapEmptyDivWithBorder/index.js +9 -659
- package/CapEmptyDivWithBorder/index.js.map +1 -1
- package/CapMobileDateRangePicker/index.js +847 -7131
- package/CapMobileDateRangePicker/index.js.map +1 -1
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.js +281 -145
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/_variables.scss +8 -0
- package/CapEmptyDivWithBorder/index.d.ts +0 -12
- package/CapEmptyDivWithBorder/index.d.ts.map +0 -1
- package/CapEmptyDivWithBorder/types.d.ts +0 -26
- package/CapEmptyDivWithBorder/types.d.ts.map +0 -1
package/package.json
CHANGED
package/styles/_variables.scss
CHANGED
|
@@ -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"}
|