@brycks/core-front 0.2.3 → 0.2.4

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.
@@ -0,0 +1,32 @@
1
+ import { HTMLAttributes, ReactNode, CSSProperties } from 'react';
2
+ interface SemanticProps extends HTMLAttributes<HTMLElement> {
3
+ children?: ReactNode;
4
+ className?: string;
5
+ style?: CSSProperties;
6
+ testId?: string;
7
+ }
8
+ export interface HeaderProps extends SemanticProps {
9
+ role?: 'banner' | 'none';
10
+ }
11
+ export declare const Header: import('react').ForwardRefExoticComponent<HeaderProps & import('react').RefAttributes<HTMLElement>>;
12
+ export interface NavProps extends SemanticProps {
13
+ 'aria-label'?: string;
14
+ }
15
+ export declare const Nav: import('react').ForwardRefExoticComponent<NavProps & import('react').RefAttributes<HTMLElement>>;
16
+ export interface AsideProps extends SemanticProps {
17
+ 'aria-label'?: string;
18
+ }
19
+ export declare const Aside: import('react').ForwardRefExoticComponent<AsideProps & import('react').RefAttributes<HTMLElement>>;
20
+ export interface MainProps extends SemanticProps {
21
+ id?: string;
22
+ }
23
+ export declare const Main: import('react').ForwardRefExoticComponent<MainProps & import('react').RefAttributes<HTMLElement>>;
24
+ export interface FooterProps extends SemanticProps {
25
+ role?: 'contentinfo' | 'none';
26
+ }
27
+ export declare const Footer: import('react').ForwardRefExoticComponent<FooterProps & import('react').RefAttributes<HTMLElement>>;
28
+ export interface ArticleProps extends SemanticProps {
29
+ }
30
+ export declare const Article: import('react').ForwardRefExoticComponent<ArticleProps & import('react').RefAttributes<HTMLElement>>;
31
+ export {};
32
+ //# sourceMappingURL=Semantic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Semantic.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Semantic/Semantic.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAA;AAI3F,UAAU,aAAc,SAAQ,cAAc,CAAC,WAAW,CAAC;IACzD,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAGD,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;CACzB;AAED,eAAO,MAAM,MAAM,qGAalB,CAAA;AAKD,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,GAAG,kGAaf,CAAA;AAKD,MAAM,WAAW,UAAW,SAAQ,aAAa;IAC/C,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,KAAK,oGAajB,CAAA;AAKD,MAAM,WAAW,SAAU,SAAQ,aAAa;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ;AAED,eAAO,MAAM,IAAI,mGAchB,CAAA;AAKD,MAAM,WAAW,WAAY,SAAQ,aAAa;IAChD,IAAI,CAAC,EAAE,aAAa,GAAG,MAAM,CAAA;CAC9B;AAED,eAAO,MAAM,MAAM,qGAalB,CAAA;AAKD,MAAM,WAAW,YAAa,SAAQ,aAAa;CAAG;AAEtD,eAAO,MAAM,OAAO,sGAanB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { Header, Nav, Aside, Main, Footer, Article, } from './Semantic';
2
+ export type { HeaderProps, NavProps, AsideProps, MainProps, FooterProps, ArticleProps, } from './Semantic';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Semantic/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,MAAM,EACN,GAAG,EACH,KAAK,EACL,IAAI,EACJ,MAAM,EACN,OAAO,GACR,MAAM,YAAY,CAAA;AAEnB,YAAY,EACV,WAAW,EACX,QAAQ,EACR,UAAU,EACV,SAAS,EACT,WAAW,EACX,YAAY,GACb,MAAM,YAAY,CAAA"}
@@ -11,4 +11,5 @@ export * from './Card';
11
11
  export * from './Section';
12
12
  export * from './Spacer';
13
13
  export * from './Flex';
14
+ export * from './Semantic';
14
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layout/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/layout/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,YAAY,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brycks/core-front",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Brycks Design System - A modern, calm, and tactile UI component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",