Skip to content

Commit

Permalink
fix: update component in htwoo-core
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Apr 19, 2023
1 parent 71519b7 commit 2b215d9
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 162 deletions.
1 change: 1 addition & 0 deletions htwoo-core/src/components/_accordion.scss
@@ -0,0 +1 @@
@forward '../sass/02-molecules/quicklinks/index';
88 changes: 1 addition & 87 deletions htwoo-core/src/components/_all.scss
@@ -1,87 +1 @@
/**** BASE VARS AND MIXIN's ****/
@use "00-base/core";
@use "00-base/fonts/base-fonts";

/**** Prodcution Style sheet ***/
/**** Core Mixing Definition ****/
@use "00-base/mixin/index";

/**** ATOMS / Typography ****/
@use "01-atoms/typography/index" as typo;

/**** ATOMS / icons ****/
@use "01-atoms/icons/index" as icons;
/**** ATOMS / Avatar and related ****/
@use "01-atoms/avatar/index" as avatar;

/**** ATOMS / Buttons ****/
@use "01-atoms/buttons/index" as button;

/**** ATOMS / Loading ****/
@use "01-atoms/loading/index" as loading;

/**** ATOMS / Buttons ****/
@use "01-atoms/input/index" as input;

/**** ATOMS / Meta Tags ****/
@use "01-atoms/meta/index" as meta;

/**** ATOMS / Table ****/
@use "01-atoms/table/index" as table;

/**** ATOMS / Error ****/
@use "01-atoms/validation/index" as validation;

/**** Tooltip ****/
@use "01-atoms/tooltip/index" as tooltip;

/**** ATOMS / Grid ****/
@use "01-atoms/grid/index" as grid;

/**** Elevation ****/
@use "01-atoms/elevations/index" as elevations;

/*** MOLECULES ***/
/*** MOLECULES / Avatar with presence ***/
@use "02-molecules/avatar-w-presence/index" as avatar-w-presence;
/*** MOLECULES / Persona ***/
@use "02-molecules/persona/index" as persona;
/*** MOLECULES / Input Elements ***/
@use "02-molecules/inputs/index" as inputs;
/*** MOLECULES / Input Elements ***/
@use "02-molecules/webparts/index.scss" as webparts;

/*** MOLECULES / Menu ***/
@use "02-molecules/menu/index" as menu;
/*** MOLECULES / Dialogs ***/
@use "02-molecules/dialogs/index" as dialog;
/*** MOLECULES / Meta Data List ***/
@use "02-molecules/meta-list/index" as metalist;
/*** MOLECULES / Team related ***/
@use "02-molecules/teams/index" as teams;

/*** MOLECULES / CARDS ***/
@use "02-molecules/card-elements/index" as cardelement;

/*** MOLECULES / CARDS ***/
@use "02-molecules/quicklinks/index" as quicklinks;

/*** ORGANISM ***/

/*** ORGANISM / Facepile ***/
@use "03-organism/facepile/index" as facepile;
/*** ORGANISM / Dialogs ***/
@use "03-organism/dialog/index" as dialogs;
/*** ORGANISM / Card Layout System ***/
@use "03-organism/cards/index" as cards;

/*** ORGANISM / Card Layout System ***/
@use "03-organism/quick-links-grid/index" as quick-links-grid;
/*** ORGANISM / Card Layout System ***/
@use "03-organism/pnp-search-grid/index" as pnp-search-grid;


/*** Templates ***/
@use "04-templates/card-grid";
@use "04-templates/teams-dashboard";
@use "04-templates/teams-splash";
@forward '../sass/htwoo-core';
14 changes: 8 additions & 6 deletions htwoo-core/src/components/_avatar.scss
@@ -1,8 +1,10 @@
@import './base';
@forward './base';

@import "../sass/01-atoms/avatar/avatar";
@import "../sass/01-atoms/avatar/presence";
@import "../sass/02-molecules/avatar-w-presence";
@import "../sass/03-organism/facepile";
// ATOMS
@forward "../sass/01-atoms/avatar/index";
// MOLECULES
@forward "../sass/02-molecules/avatar-w-presence/index";
@forward "../sass/02-molecules/persona/index";

@import "../sass/02-molecules/persona";
// ORAGANISMS
@forward "../sass/03-organism/facepile/index";
11 changes: 3 additions & 8 deletions htwoo-core/src/components/_base.scss
@@ -1,8 +1,3 @@
@import '../sass/00-base/colors/colors';
@import '../sass/00-base/colors/typography.fixup';
@import '../sass/00-base/mixin/typography.mixin';
@import '../sass/00-base/mixin/animations';
@import '../sass/00-base/mixin/elevation.mixin';
@import '../sass/00-base/mixin/core.mixin';
@import '../sass/00-base/mixin/lists.mixin';
@import '../sass/00-base/mixin/grid.mixin';
// @forward '../sass/00-base/colors/index';
// @forward '../sass/00-base/fonts/index';
@forward '../sass/00-base/mixin/index';
15 changes: 1 addition & 14 deletions htwoo-core/src/components/_buttons.scss
@@ -1,14 +1 @@
@import './base';
@import '../sass/00-base/mixin/flyouts.mixin';

@import "../sass/01-atoms/buttons/button-general";
@import "../sass/01-atoms/buttons/buttons";
@import "../sass/01-atoms/buttons/button-action";
@import "../sass/01-atoms/buttons/button-command";
@import "../sass/01-atoms/buttons/button-flyout";
@import "../sass/01-atoms/buttons/button-context";
@import "../sass/01-atoms/buttons/button-icon";
@import "../sass/01-atoms/buttons/button-split";
@import "../sass/01-atoms/buttons/button-icon-split";
@import "../sass/01-atoms/buttons/button-icon-overflow";
@import "../sass/01-atoms/buttons/button-pivot";
@forward "../sass/01-atoms/buttons/index.scss";
11 changes: 5 additions & 6 deletions htwoo-core/src/components/_cards.scss
@@ -1,9 +1,8 @@
@import './base';

@import "../sass/02-molecules/cards/card-elements";
@import "../sass/03-organism/cards/cards";
@import "../sass/03-organism/cards/splash-cards";
@import "../sass/02-molecules/teamsdb-card";
// MOLECULES
@import "../sass/02-molecules/card-elements/index";
// ORGANISMS
@import "../sass/03-organism/cards/index";
// TEMPLATES
@import "../sass/04-templates/card-grid";
@import "../sass/04-templates/teams-dashboard";
@import "../sass/04-templates/teams-splash";
11 changes: 4 additions & 7 deletions htwoo-core/src/components/_dialogs.scss
@@ -1,7 +1,4 @@
@import './base';

@import "../sass/02-molecules/dialog-header";
@import "../sass/02-molecules/dialog-content";

@import "../sass/03-organism/dialog/modal-dialog";
@import "../sass/03-organism/dialog/sidebar";
// MOLECULES
@forward "../sass/02-molecules/dialogs/index";
// ORGANISM
@forward "../sass/03-organism/dialog/index";
11 changes: 1 addition & 10 deletions htwoo-core/src/components/_forms.scss
@@ -1,10 +1 @@
@import './base';

@import "../sass/01-atoms/input/label";
@import "../sass/01-atoms/input/input";
@import "../sass/01-atoms/input/toggle";
@import "../sass/01-atoms/input/checkbox";
@import "../sass/01-atoms/input/radiobutton";
@import "../sass/01-atoms/input/select";
@import "../sass/01-atoms/input/search";
@import "../sass/01-atoms/validation/validation";
@forward "../sass/01-atoms/input/index";
4 changes: 1 addition & 3 deletions htwoo-core/src/components/_icon.scss
@@ -1,3 +1 @@
@import './base';

@import '../sass/01-atoms/icons/icon';
@forward '../sass/01-atoms/icons/index';
3 changes: 1 addition & 2 deletions htwoo-core/src/components/_loading.scss
@@ -1,2 +1 @@
@import '../sass/01-atoms/loading/progress';
@import '../sass/01-atoms/loading/shimmer';
@import '../sass/01-atoms/loading/index';
7 changes: 1 addition & 6 deletions htwoo-core/src/components/_menus.scss
@@ -1,6 +1 @@
@import './base';

@import "../sass/02-molecules/menu/breadcrumb";
@import "../sass/02-molecules/menu/commandbar";
@import "../sass/02-molecules/menu/nav";
@import "../sass/02-molecules/menu/pivotbar";
@import "../sass/02-molecules/menu/index";
3 changes: 3 additions & 0 deletions htwoo-core/src/components/_meta-tags.scss
@@ -0,0 +1,3 @@
/** Meta Tags **/
@forward "../sass/01-atoms/meta/index";
@forward "../sass/02-molecules/meta-list/index";
2 changes: 2 additions & 0 deletions htwoo-core/src/components/_pnp-search-grid.scss
@@ -0,0 +1,2 @@
// Organisms
@forward '../sass/03-organism/pnp-search-grid/index';
3 changes: 3 additions & 0 deletions htwoo-core/src/components/_quicklinks.scss
@@ -0,0 +1,3 @@

@forward '../sass/02-molecules/quicklinks/index';
@forward '../sass/03-organism/quick-links-grid/index';
4 changes: 1 addition & 3 deletions htwoo-core/src/components/_table.scss
@@ -1,3 +1 @@
@import './base';

@import "../sass/01-atoms/table/table";
@import "../sass/01-atoms/table/index";
1 change: 1 addition & 0 deletions htwoo-core/src/components/_tooltips.scss
@@ -0,0 +1 @@
@forward "../sass/01-atoms/tooltip/index";
9 changes: 1 addition & 8 deletions htwoo-core/src/components/_typography.scss
@@ -1,8 +1 @@
@import './base';

@import "../sass/01-atoms/typography/headlines";
@import "../sass/01-atoms/typography/paragraph";
@import "../sass/01-atoms/typography/monospace";
@import "../sass/01-atoms/typography/blockquote";
@import "../sass/01-atoms/typography/font-size";
@import "../sass/01-atoms/typography/hyperlinks";
@forward "../sass/01-atoms/typography/index";
1 change: 1 addition & 0 deletions htwoo-core/src/components/_webpart-title.scss
@@ -0,0 +1 @@
@forward '../sass/02-molecules/webparts/index';
3 changes: 1 addition & 2 deletions htwoo-core/src/components/_webparts.scss
@@ -1,2 +1 @@
@import './base';
@import '../sass/02-molecules/webpart-header';
@forward '../sass/02-molecules/webparts/index';

0 comments on commit 2b215d9

Please sign in to comment.