Compare commits

...

2 Commits

Author SHA1 Message Date
Brandy Carney
41fdf75ecb refactor(themes): rename theme files and combine function files 2024-03-28 18:35:48 -04:00
Brandy Carney
7802a660ea chore: latest sass 2024-03-28 18:17:16 -04:00
217 changed files with 649 additions and 608 deletions

51
core/package-lock.json generated
View File

@@ -43,7 +43,7 @@
"jest-cli": "^29.7.0",
"prettier": "^2.6.1",
"rollup": "^2.26.4",
"sass": "^1.33.0",
"sass": "^1.72.0",
"serve": "^14.0.1",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0"
@@ -5149,6 +5149,12 @@
"node": ">= 4"
}
},
"node_modules/immutable": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
"integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
"dev": true
},
"node_modules/import-fresh": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
@@ -8604,18 +8610,20 @@
"dev": true
},
"node_modules/sass": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz",
"integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==",
"version": "1.72.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz",
"integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
"sass": "sass.js"
},
"engines": {
"node": ">=8.9.0"
"node": ">=14.0.0"
}
},
"node_modules/semver": {
@@ -8788,6 +8796,15 @@
"node": ">=0.10.0"
}
},
"node_modules/source-map-js": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/source-map-support": {
"version": "0.5.13",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
@@ -13699,6 +13716,12 @@
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
"dev": true
},
"immutable": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
"integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
"dev": true
},
"import-fresh": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.1.tgz",
@@ -16186,12 +16209,14 @@
"dev": true
},
"sass": {
"version": "1.33.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.33.0.tgz",
"integrity": "sha512-9v0MUXnSi62FtfjqcwZ+b8B9FIxdwFEb3FPUkjEPXWd0b5KcnPGSp2XF9WrzcH1ZxedfgJVTdA3A1j4eEj53xg==",
"version": "1.72.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz",
"integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
}
},
"semver": {
@@ -16328,6 +16353,12 @@
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true
},
"source-map-js": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
"dev": true
},
"source-map-support": {
"version": "0.5.13",
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",

View File

@@ -65,7 +65,7 @@
"jest-cli": "^29.7.0",
"prettier": "^2.6.1",
"rollup": "^2.26.4",
"sass": "^1.33.0",
"sass": "^1.72.0",
"serve": "^14.0.1",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0"

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "../accordion/accordion.vars";
// Accordion Group

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Accordion
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Accordion
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Action Sheet
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Action Sheet
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Action Sheet
// --------------------------------------------------

View File

@@ -1,5 +1,5 @@
@use "sass:math";
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Alert

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Alert

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Alert
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Avatar

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Avatar

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Avatar

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Back Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Back Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Back Button
// --------------------------------------------------

View File

@@ -1 +1 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";

View File

@@ -1 +1 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";

View File

@@ -1 +1 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Badge
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Badge
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Badge
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Breadcrumb
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Breadcrumb
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Breadcrumb
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Breadcrumbs
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// Ionic Button
// -------------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../toolbar/toolbar.ios.vars";
// iOS Buttons

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../toolbar/toolbar.md.vars";
// Material Design Buttons

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
:host {
display: flex;

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Card Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Card Content
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Card Content
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Card Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Card Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Card Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Card Subtitle
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Card Subtitle
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Card Subtitle
// --------------------------------------------------
@@ -16,4 +16,4 @@
:host(.ion-color) {
color: current-color(base);
}
}

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Card Title
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Card Title
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Card Title

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Card
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Card
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Card
// --------------------------------------------------

View File

@@ -1,5 +1,5 @@
@use "sass:math";
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Checkbox

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Checkbox

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "./checkbox.vars.scss";
// Checkbox

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "./chip.vars";
:host {

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "../grid/grid.mixins";
// Grid Column

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Content
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Datetime Button
// --------------------------------------------------

View File

@@ -1,6 +1,6 @@
@import "./datetime.scss";
@import "./datetime.ios.vars.scss";
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
:host {
--background: #{ion-color(light, base)};

View File

@@ -1,6 +1,6 @@
@import "./datetime.scss";
@import "./datetime.md.vars.scss";
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
:host {
--background: var(--ion-color-step-100, var(--ion-background-color-step-100, #ffffff));

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Datetime
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS FAB Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design FAB Button
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Floating Action Buttons
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "../fab-button/fab-button.vars";
// Floating Action Button List

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "../fab-button/fab-button.vars";
// Floating Action Button Container

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Footer
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Footer
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Footer
// --------------------------------------------------
@@ -16,4 +16,4 @@ ion-footer {
ion-footer.footer-toolbar-padding ion-toolbar:last-of-type {
padding-bottom: var(--ion-safe-area-bottom, 0);
}
}

View File

@@ -1,5 +1,5 @@
@import "../../themes/ionic.globals";
@import "../../themes/ionic.mixins";
@import "../../themes/globals";
@import "../../themes/mixins";
// Responsive Mixins
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
@import "./grid.mixins";
// Grid

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Header
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// Material Design Infinite Scroll
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Infinite Scroll
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Infinite Scroll
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Input

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Input

View File

@@ -1 +1 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Item Divider

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Item Divider

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item Divider

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Item Group
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Item Group
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item Group

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Item Option
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Item Option
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item Option
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Item Options

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Item Options

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item Options
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item Sliding
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
// iOS Item
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
// Material Design Item
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Item
// --------------------------------------------------

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS Label

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design Label

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// Label

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.ios";
@import "../../themes/globals.ios";
@import "../item/item.ios.vars";
// iOS List Header

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals.md";
@import "../../themes/globals.md";
@import "../item/item.md.vars";
// Material Design List Header

View File

@@ -1,4 +1,4 @@
@import "../../themes/ionic.globals";
@import "../../themes/globals";
// List Header

Some files were not shown because too many files have changed in this diff Show More