@bookjane2/bookjane-design-library 8.0.36 → 8.0.38

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.
@@ -137,19 +137,19 @@ const cssReset = css `
137
137
  export const CSSReset = createGlobalStyle `${cssReset}`;
138
138
  const ttfFontCSS = css `
139
139
  @font-face {
140
- font-family: 'Poppins';
141
- src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(${PoppinsSemiBoldTtf}) format('truetype');
140
+ font-family: 'Poppins SemiBold';
141
+ src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
142
+ url(${PoppinsSemiBoldTtf}) format('truetype');
142
143
  font-weight: 600;
143
144
  font-style: normal;
144
- font-display: optional;
145
145
  }
146
146
 
147
147
  @font-face {
148
- font-family: 'Poppins';
149
- src: local('Poppins Medium'), local('Poppins-Medium'), url(${PoppinsMediumTtf}) format('truetype');
148
+ font-family: 'Poppins Medium';
149
+ src: local('Poppins Medium'), local('Poppins-Medium'),
150
+ url(${PoppinsMediumTtf}) format('truetype');
150
151
  font-weight: 500;
151
152
  font-style: normal;
152
- font-display: optional;
153
153
  }
154
154
  `;
155
155
  export const CSSFonts = createGlobalStyle `${ttfFontCSS}`;
@@ -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,kBAAkB,MAAM,yCAAyC,CAAC;AACzE,OAAO,gBAAgB,MAAM,uCAAuC,CAAC;AAErE,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,UAAU,GAAG,GAAG,CAAA;;;qEAG+C,kBAAkB;;;;;;;;iEAQtB,gBAAgB;;;;;CAKhF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,UAAU,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,kBAAkB,MAAM,yCAAyC,CAAC;AACzE,OAAO,gBAAgB,MAAM,uCAAuC,CAAC;AAErE,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,UAAU,GAAG,GAAG,CAAA;;;;cAIR,kBAAkB;;;;;;;;cAQlB,gBAAgB;;;;CAI7B,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA,GAAG,UAAU,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bookjane2/bookjane-design-library",
3
- "version": "8.0.36",
3
+ "version": "8.0.38",
4
4
  "main": "./lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "engines": {