@bookjane2/bookjane-design-library 8.0.33 → 8.0.34

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.
@@ -138,14 +138,14 @@ export const CSSReset = createGlobalStyle `${cssReset}`;
138
138
  const woffFontCSS = css `
139
139
  @font-face {
140
140
  font-family: 'Poppins SemiBold';
141
- src: url(${PoppinsSemiBoldWoff2}) format('woff2');
141
+ src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(${PoppinsSemiBoldWoff2}) format('woff2');
142
142
  font-weight: 600;
143
143
  font-style: normal;
144
144
  font-display: swap;
145
145
  }
146
146
  @font-face {
147
147
  font-family: 'Poppins Medium';
148
- src: url(${PoppinsMediumWoff2}) format('woff2');
148
+ src: local('Poppins Medium'), local('Poppins-Medium'), url(${PoppinsMediumWoff2}) format('woff2');
149
149
  font-weight: 500;
150
150
  font-style: normal;
151
151
  font-display: swap;
@@ -1 +1 @@
1
- {"version":3,"file":"BKJThemeProvider.styled.js","sourceRoot":"","sources":["../../../src/providers/BKJThemeProvider/BKJThemeProvider.styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,oBAAoB,MAAM,2CAA2C,CAAC;AAC7E,OAAO,kBAAkB,MAAM,yCAAyC,CAAC;AAEzE,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkId,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,iBAAiB;;CAEjD,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,QAAQ,EAAE,CAAC;AAEvD,MAAM,WAAW,GAAG,GAAG,CAAA;;;eAGR,oBAAoB;;;;;;;eAOpB,kBAAkB;;;;;CAKhC,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"BKJThemeProvider.styled.js","sourceRoot":"","sources":["../../../src/providers/BKJThemeProvider/BKJThemeProvider.styled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,oBAAoB,MAAM,2CAA2C,CAAC;AAC7E,OAAO,kBAAkB,MAAM,yCAAyC,CAAC;AAEzE,MAAM,QAAQ,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAkId,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,iBAAiB;;CAEjD,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,QAAQ,EAAE,CAAC;AAEvD,MAAM,WAAW,GAAG,GAAG,CAAA;;;qEAG8C,oBAAoB;;;;;;;iEAOxB,kBAAkB;;;;;CAKlF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,WAAW,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookjane2/bookjane-design-library",
3
- "version": "8.0.33",
3
+ "version": "8.0.34",
4
4
  "main": "./lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "engines": {
@@ -1,17 +0,0 @@
1
- Poppins WOFF2 assets
2
- ====================
3
-
4
- This directory contains the committed WOFF2 font files used by the design library:
5
-
6
- - Poppins-Medium.woff2 (font-weight: 500)
7
- - Poppins-SemiBold.woff2 (font-weight: 600)
8
-
9
- Bundling
10
- --------
11
- During the build, `scripts/build.sh` copies `src/assets` to `lib/assets`, so these
12
- fonts are bundled and resolvable by consumers at runtime.
13
-
14
- Licensing
15
- ---------
16
- Poppins is under the SIL Open Font License (OFL). Ensure compliance with your
17
- distribution requirements.