tenara-ui-components 0.3.2 → 0.3.3

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": "tenara-ui-components",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A React component library with built-in theming system for multi-tenant applications",
5
5
  "type": "module",
6
6
  "private": false,
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import './Divider.scss';
3
- export type ShapeDivider = 'top' | 'bottom' | 'both' | 'none';
4
- export interface DividerProps {
5
- children?: React.ReactNode;
6
- backgroundColor?: string;
7
- backgroundImage?: string;
8
- backgroundPattern?: 'dots' | 'grid' | 'sparks' | 'none';
9
- shapeDivider?: ShapeDivider;
10
- shapeColor?: string;
11
- className?: string;
12
- padding?: string;
13
- height?: string;
14
- verticalAlign?: 'top' | 'center' | 'bottom';
15
- darkMode?: boolean;
16
- /** Control overflow behavior — defaults to 'hidden' */
17
- overflow?: 'hidden' | 'visible';
18
- }
19
- export declare const Divider: React.FC<DividerProps>;
20
- //# sourceMappingURL=Divider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Divider/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,gBAAgB,CAAC;AAExB,MAAM,MAAM,YAAY,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;AAE9D,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IACxD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uDAAuD;IACvD,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CA4C1C,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * Primax theme configuration
3
- * Blue and orange color scheme for Primax brand
4
- */
5
- import { ThemeConfig } from '../core/types';
6
- export declare const primaxTheme: ThemeConfig;
7
- //# sourceMappingURL=primax.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"primax.d.ts","sourceRoot":"","sources":["../../../src/themes/presets/primax.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAK5C,eAAO,MAAM,WAAW,EAAE,WAupCzB,CAAC"}