@caweb/framework 1.8.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/delta-rtl.css +68 -23
- package/build/delta-rtl.min.css +13 -11
- package/build/delta.asset.php +1 -1
- package/build/delta.css +68 -23
- package/build/delta.css.map +1 -1
- package/build/delta.min.asset.php +1 -1
- package/build/delta.min.css +13 -11
- package/build/eureka-rtl.css +68 -23
- package/build/eureka-rtl.min.css +13 -11
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +68 -23
- package/build/eureka.css.map +1 -1
- package/build/eureka.min.asset.php +1 -1
- package/build/eureka.min.css +13 -11
- package/build/mono-rtl.css +68 -23
- package/build/mono-rtl.min.css +13 -11
- package/build/mono.asset.php +1 -1
- package/build/mono.css +68 -23
- package/build/mono.css.map +1 -1
- package/build/mono.min.asset.php +1 -1
- package/build/mono.min.css +13 -11
- package/build/oceanside-rtl.css +68 -23
- package/build/oceanside-rtl.min.css +13 -11
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +68 -23
- package/build/oceanside.css.map +1 -1
- package/build/oceanside.min.asset.php +1 -1
- package/build/oceanside.min.css +13 -11
- package/build/orangecounty-rtl.css +68 -23
- package/build/orangecounty-rtl.min.css +13 -11
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +68 -23
- package/build/orangecounty.css.map +1 -1
- package/build/orangecounty.min.asset.php +1 -1
- package/build/orangecounty.min.css +13 -11
- package/build/pasorobles-rtl.css +68 -23
- package/build/pasorobles-rtl.min.css +13 -11
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +68 -23
- package/build/pasorobles.css.map +1 -1
- package/build/pasorobles.min.asset.php +1 -1
- package/build/pasorobles.min.css +13 -11
- package/build/sacramento-rtl.css +68 -23
- package/build/sacramento-rtl.min.css +13 -11
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +68 -23
- package/build/sacramento.css.map +1 -1
- package/build/sacramento.min.asset.php +1 -1
- package/build/sacramento.min.css +13 -11
- package/build/santabarbara-rtl.css +68 -23
- package/build/santabarbara-rtl.min.css +13 -11
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +68 -23
- package/build/santabarbara.css.map +1 -1
- package/build/santabarbara.min.asset.php +1 -1
- package/build/santabarbara.min.css +13 -11
- package/build/santacruz-rtl.css +68 -23
- package/build/santacruz-rtl.min.css +13 -11
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +68 -23
- package/build/santacruz.css.map +1 -1
- package/build/santacruz.min.asset.php +1 -1
- package/build/santacruz.min.css +13 -11
- package/build/shasta-rtl.css +68 -23
- package/build/shasta-rtl.min.css +13 -11
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +68 -23
- package/build/shasta.css.map +1 -1
- package/build/shasta.min.asset.php +1 -1
- package/build/shasta.min.css +13 -11
- package/build/sierra-rtl.css +68 -23
- package/build/sierra-rtl.min.css +13 -11
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +68 -23
- package/build/sierra.css.map +1 -1
- package/build/sierra.min.asset.php +1 -1
- package/build/sierra.min.css +13 -11
- package/build/trinity-rtl.css +68 -23
- package/build/trinity-rtl.min.css +13 -11
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +68 -23
- package/build/trinity.css.map +1 -1
- package/build/trinity.min.asset.php +1 -1
- package/build/trinity.min.css +13 -11
- package/package.json +3 -3
- package/src/styles/bootstrap/index.scss +7 -7
- package/src/styles/bootstrap/utils/_utilities.scss +1 -1
- package/src/styles/google-fonts.scss +52 -0
- package/src/styles/index.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/framework",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Official CAWebPublishing Framework frontend toolkit",
|
|
5
5
|
"author": "CAWebPublishing",
|
|
6
6
|
"homepage": "https://github.com/CAWebPublishing/framework#readme",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@caweb/webpack": "^1.5.
|
|
31
|
+
"@caweb/webpack": "^1.5.7"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@caweb/icon-library": "^1.1.
|
|
34
|
+
"@caweb/icon-library": "^1.1.3",
|
|
35
35
|
"@inquirer/prompts": "^7.9.0",
|
|
36
36
|
"animate.css": "^4.1.1",
|
|
37
37
|
"bootstrap": "^5.3.8",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// /*!
|
|
2
|
+
// * Custom Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
3
|
+
// * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
4
|
+
// * @see https://github.com/twbs/bootstrap/blob/main/site/content/docs/5.3/migration.md
|
|
5
|
+
// * @see https://github.com/twbs/bootstrap/blob/main/scss/bootstrap.scss
|
|
6
|
+
// */
|
|
7
7
|
@import "bootstrap/scss/mixins/banner";
|
|
8
|
-
@include bsBanner("");
|
|
8
|
+
@include bsBanner("CAWebPublishing Framework");
|
|
9
9
|
|
|
10
10
|
// Configuration
|
|
11
11
|
// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*!--------------------------------------------------------------------------------------------------------------
|
|
2
|
+
Google Fonts SCSS
|
|
3
|
+
@see https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=block
|
|
4
|
+
--------------------------------------------------------------------------------------------------------------*/
|
|
5
|
+
/* vietnamese */
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Public Sans';
|
|
8
|
+
font-style: italic;
|
|
9
|
+
font-weight: 100 900;
|
|
10
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
|
|
11
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
12
|
+
}
|
|
13
|
+
/* latin-ext */
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Public Sans';
|
|
16
|
+
font-style: italic;
|
|
17
|
+
font-weight: 100 900;
|
|
18
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
|
|
19
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
20
|
+
}
|
|
21
|
+
/* latin */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Public Sans';
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-weight: 100 900;
|
|
26
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwTs572Xtc6ZYQws9YVwnNDTJzaxw.woff2) format('woff2');
|
|
27
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
28
|
+
}
|
|
29
|
+
/* vietnamese */
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Public Sans';
|
|
32
|
+
font-style: normal;
|
|
33
|
+
font-weight: 100 900;
|
|
34
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNJfJ7Cww.woff2) format('woff2');
|
|
35
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
36
|
+
}
|
|
37
|
+
/* latin-ext */
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Public Sans';
|
|
40
|
+
font-style: normal;
|
|
41
|
+
font-weight: 100 900;
|
|
42
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNIfJ7Cww.woff2) format('woff2');
|
|
43
|
+
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
44
|
+
}
|
|
45
|
+
/* latin */
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Public Sans';
|
|
48
|
+
font-style: normal;
|
|
49
|
+
font-weight: 100 900;
|
|
50
|
+
src: url(https://fonts.gstatic.com/s/publicsans/v21/ijwRs572Xtc6ZYQws9YVwnNGfJ4.woff2) format('woff2');
|
|
51
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
52
|
+
}
|
package/src/styles/index.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// -------------------------------------------------
|
|
2
2
|
// Google Fonts
|
|
3
3
|
// -------------------------------------------------
|
|
4
|
-
@import
|
|
4
|
+
@import './google-fonts';
|
|
5
5
|
|
|
6
6
|
// -------------------------------------------------
|
|
7
7
|
// BOOTSTRAP CORE
|