luis-ui-lib 1.1.21 → 1.1.22

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.
@@ -4725,40 +4725,48 @@ const _p = {
4725
4725
  }
4726
4726
  }]
4727
4727
  },
4728
- globalFontface: {
4729
- Poppins: [{
4730
- src: "url(@fontsource/poppins/files/poppins-latin-300-normal.woff2) format('woff2')",
4731
- fontWeight: 300,
4732
- fontStyle: "normal",
4733
- fontDisplay: "swap"
4734
- }, {
4735
- src: "url(@fontsource/poppins/files/poppins-latin-400-normal.woff2) format('woff2')",
4736
- fontWeight: 400,
4737
- fontStyle: "normal",
4738
- fontDisplay: "swap"
4739
- }, {
4740
- src: "url(@fontsource/poppins/files/poppins-latin-500-normal.woff2) format('woff2')",
4741
- fontWeight: 500,
4742
- fontStyle: "normal",
4743
- fontDisplay: "swap"
4744
- }, {
4745
- src: "url(@fontsource/poppins/files/poppins-latin-600-normal.woff2) format('woff2')",
4746
- fontWeight: 600,
4747
- fontStyle: "normal",
4748
- fontDisplay: "swap"
4749
- }, {
4750
- src: "url(@fontsource/poppins/files/poppins-latin-700-normal.woff2) format('woff2')",
4751
- fontWeight: 700,
4752
- fontStyle: "normal",
4753
- fontDisplay: "swap"
4754
- }],
4755
- Montserrat: [{
4756
- src: "url(@fontsource-variable/montserrat/files/montserrat-latin-wght-normal.woff2) format('woff2-variations')",
4757
- fontWeight: [100, 900],
4758
- fontStyle: "normal",
4759
- fontDisplay: "swap"
4760
- }]
4761
- },
4728
+ // globalFontface: {
4729
+ // Poppins: [
4730
+ // {
4731
+ // src: "url(@fontsource/poppins/files/poppins-latin-300-normal.woff2) format('woff2')",
4732
+ // fontWeight: 300,
4733
+ // fontStyle: "normal",
4734
+ // fontDisplay: "swap",
4735
+ // },
4736
+ // {
4737
+ // src: "url(@fontsource/poppins/files/poppins-latin-400-normal.woff2) format('woff2')",
4738
+ // fontWeight: 400,
4739
+ // fontStyle: "normal",
4740
+ // fontDisplay: "swap",
4741
+ // },
4742
+ // {
4743
+ // src: "url(@fontsource/poppins/files/poppins-latin-500-normal.woff2) format('woff2')",
4744
+ // fontWeight: 500,
4745
+ // fontStyle: "normal",
4746
+ // fontDisplay: "swap",
4747
+ // },
4748
+ // {
4749
+ // src: "url(@fontsource/poppins/files/poppins-latin-600-normal.woff2) format('woff2')",
4750
+ // fontWeight: 600,
4751
+ // fontStyle: "normal",
4752
+ // fontDisplay: "swap",
4753
+ // },
4754
+ // {
4755
+ // src: "url(@fontsource/poppins/files/poppins-latin-700-normal.woff2) format('woff2')",
4756
+ // fontWeight: 700,
4757
+ // fontStyle: "normal",
4758
+ // fontDisplay: "swap",
4759
+ // },
4760
+ // ],
4761
+ // Montserrat: [
4762
+ // {
4763
+ // src: "url(@fontsource-variable/montserrat/files/montserrat-latin-wght-normal.woff2) format('woff2-variations')",
4764
+ // fontWeight: [100, 900],
4765
+ // fontStyle: "normal",
4766
+ // fontDisplay: "swap",
4767
+ // },
4768
+ // ],
4769
+ // },
4762
4770
  globalVars: {
4763
4771
  "--font-poppins": "Poppins, monospace",
4764
4772
  "--font-montserrat": "Montserrat Variable, monospace"
package/dist/styles.css CHANGED
@@ -208,84 +208,6 @@
208
208
  :where(:root, :host) {
209
209
  --font-poppins: Poppins, monospace;
210
210
  --font-montserrat: Montserrat Variable, monospace;
211
- }
212
-
213
- @font-face {
214
- font-family: Poppins;
215
-
216
- src: url(@fontsource/poppins/files/poppins-latin-300-normal.woff2) format('woff2');
217
-
218
- font-weight: 300;
219
-
220
- font-style: normal;
221
-
222
- font-display: swap;
223
-
224
- }
225
-
226
- @font-face {
227
- font-family: Poppins;
228
-
229
- src: url(@fontsource/poppins/files/poppins-latin-400-normal.woff2) format('woff2');
230
-
231
- font-weight: 400;
232
-
233
- font-style: normal;
234
-
235
- font-display: swap;
236
-
237
- }
238
-
239
- @font-face {
240
- font-family: Poppins;
241
-
242
- src: url(@fontsource/poppins/files/poppins-latin-500-normal.woff2) format('woff2');
243
-
244
- font-weight: 500;
245
-
246
- font-style: normal;
247
-
248
- font-display: swap;
249
-
250
- }
251
-
252
- @font-face {
253
- font-family: Poppins;
254
-
255
- src: url(@fontsource/poppins/files/poppins-latin-600-normal.woff2) format('woff2');
256
-
257
- font-weight: 600;
258
-
259
- font-style: normal;
260
-
261
- font-display: swap;
262
-
263
- }
264
-
265
- @font-face {
266
- font-family: Poppins;
267
-
268
- src: url(@fontsource/poppins/files/poppins-latin-700-normal.woff2) format('woff2');
269
-
270
- font-weight: 700;
271
-
272
- font-style: normal;
273
-
274
- font-display: swap;
275
-
276
- }
277
-
278
- @font-face {
279
- font-family: Montserrat;
280
-
281
- src: url(@fontsource-variable/montserrat/files/montserrat-latin-wght-normal.woff2) format('woff2-variations');
282
-
283
- font-weight: 100,900;
284
-
285
- font-style: normal;
286
-
287
- font-display: swap;
288
-
289
211
  }
290
212
  }
291
213
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "luis-ui-lib",
3
3
  "private": false,
4
- "version": "1.1.21",
4
+ "version": "1.1.22",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**/*"
@@ -36,9 +36,9 @@
36
36
  "prepare": "panda codegen && husky",
37
37
  "build-storybook": "storybook build",
38
38
  "storybook": "storybook dev -p 6006",
39
- "deploy": "npm version patch && npm publish --access public",
39
+ "deploy": "npm publish --access public",
40
40
  "lint:fix": "eslint . --fix && prettier --write .",
41
- "update": "rm -rf dist && npm run build && npm run deploy",
41
+ "update": "rm -rf dist && npm version patch && npm run build && npm run deploy",
42
42
  "build": "vite build && panda cssgen --outfile dist/styles.css && panda ship --outfile dist/panda.buildinfo.json"
43
43
  },
44
44
  "dependencies": {