From c18b87e71948d20cbb3f86257d311f1a774b0625 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Apr 2023 17:05:33 +0000 Subject: [PATCH] chore(release): 4.3.1 [skip ci] ## [4.3.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.3.0...v4.3.1) (2023-04-25) ### Bug Fixes * **styles:** fix the auro capitalize function [#148](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/148) ([7f75b30](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7f75b3060be2b67328e1d48bb360f91a8c2b7569)) --- CHANGELOG.md | 7 +++++++ docs/index.html | 8 +++++--- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de72e7d..0144c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Release Automated Changelog +## [4.3.1](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.3.0...v4.3.1) (2023-04-25) + + +### Bug Fixes + +* **styles:** fix the auro capitalize function [#148](https://github.com/AlaskaAirlines/WebCoreStyleSheets/issues/148) ([7f75b30](https://github.com/AlaskaAirlines/WebCoreStyleSheets/commit/7f75b3060be2b67328e1d48bb360f91a8c2b7569)) + # [4.3.0](https://github.com/AlaskaAirlines/WebCoreStyleSheets/compare/v4.2.0...v4.3.0) (2023-02-07) diff --git a/docs/index.html b/docs/index.html index cb8940b..4dd241c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -596,7 +596,10 @@ }" data-collapsed="// Auro rule @font-face { ... }">// Auro rule @font-face { ... }

Description

Baseline font-face setting for using web based custom fonts - font weight light

Example

import src file

@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/fonts";

utility

functions

auro_capitalize

@function auro_capitalize($string: null) { ... }

Description

The purpose of this function is to take a string and capitalize the first letter on output

Parameters

parameter Nameparameter Descriptionparameter Typeparameter Default value
$string

pass in string to be capitolized

Stringnull

Example

pass string into function

capitalize('foo') => Foo

import dependency

@import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/utilityFunctions/capitalize";

Used by

auro_contains