Chuma Mcphoy (We Ahead) 7af4d3be1e Merged in LOY-188-employee-benefit-call-to-actions (pull request #1954)
feat(LOY-188): dynamic content support in content pages headers & use in DTMC employee benefits page

* feat(LOY-188): add dynamic content handling for DTMC employee benefits page header

* fix(LOY-188): change section to div in EmployeeBenefitsCallToActions component

* refactor(LOY-188): switch to ButtonLink

* refactor(LOY-188): replace enum with as const objects in DynamicContentEnum

* chore(LOY-188): change ComponentValue type exports to internal scope in DynamicContentEnum

* fix(EmployeeBenefitsCallToActions): replace div with fragment

* chore(LOY-188): update translations


Approved-by: Christian Andolf
2025-05-08 15:24:22 +00:00
2025-03-17 07:17:08 +00:00
2025-04-07 12:17:35 +02:00
2025-04-07 12:17:35 +02:00

Scandic Monorepo

This is the monorepo for Scandic's web projects.

What's inside?

This repo includes the following packages/apps:

Apps and Packages

  • scandic-web: Next.js app for our public website
  • design-system: a shared library of styles

Getting Started

To get started, clone this repository and run yarn install in the root directory.

Running scandic-web locally

To run the scandic-web app locally see its README.

Material Symbols

We download the font file from Google Fonts service and host it ourselves.

Configuration

We use the following configuration:

  • FILL axis: 0..1
  • wght axis: 400
  • GRAD axis: 0
  • opsz axis: 24

More info at https://developers.google.com/fonts/docs/material_symbols#optimize_the_icon_font

Optimization

We optimize the font size by only including the icons we use in the repository.

Read more at: https://developers.google.com/fonts/docs/material_symbols#use_in_web

Modifying icons

  1. Update the list of icons to include in scripts/material-symbols-update.mjs.
  2. Run yarn run icons:update in monorepo root.
Description
No description provided
Readme 80 MiB
Languages
TypeScript 90.3%
CSS 7.6%
JavaScript 1.9%