init component

This commit is contained in:
Robin COuret
2026-02-16 17:28:37 +01:00
parent 460c7a25e0
commit e0e50af706
4557 changed files with 666911 additions and 8 deletions

5
node_modules/buetify/lib/components/layout/hero/BHero.d.ts generated vendored Executable file
View File

@@ -0,0 +1,5 @@
import './hero.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

4
node_modules/buetify/lib/components/layout/hero/BHero.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import "../../../../src/components/layout/hero/hero.sass";
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('hero', 'section');
//# sourceMappingURL=BHero.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/BHero.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,MAAD,EAAS,SAAT,CAA3C","sourcesContent":["import './hero.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero', 'section');\n"],"sourceRoot":"","file":"BHero.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('hero-body', 'div');
//# sourceMappingURL=BHeroBody.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/BHeroBody.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,WAAD,EAAc,KAAd,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero-body', 'div');\n"],"sourceRoot":"","file":"BHeroBody.js"}

3
node_modules/buetify/lib/components/layout/hero/index.d.ts generated vendored Executable file
View File

@@ -0,0 +1,3 @@
import BHero from './BHero';
import BHeroBody from './BHeroBody';
export { BHero, BHeroBody };

4
node_modules/buetify/lib/components/layout/hero/index.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import BHero from './BHero';
import BHeroBody from './BHeroBody';
export { BHero, BHeroBody };
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAP,MAAkB,SAAlB;AACA,OAAO,SAAP,MAAsB,aAAtB;AAEA,SAAS,KAAT,EAAgB,SAAhB","sourcesContent":["import BHero from './BHero';\nimport BHeroBody from './BHeroBody';\n\nexport { BHero, BHeroBody };\n"],"sourceRoot":"","file":"index.js"}