@kiva/kv-components 3.73.0 → 3.73.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/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.73.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.73.1...@kiva/kv-components@3.73.2) (2024-04-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add type stories for italics and font weight for serif ([1133777](https://github.com/kiva/kv-ui-elements/commit/11337774fcb8b12ecc93bd11943b11f66bdc53e6))
12
+ * testing baseline configs for including new dovetail webfont ([7079590](https://github.com/kiva/kv-ui-elements/commit/7079590f9b3ab0bbfb91b81ab6aa98fd4ae2f113))
13
+
14
+
15
+
16
+
17
+
18
+ ## [3.73.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.73.0...@kiva/kv-components@3.73.1) (2024-04-17)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * upgrade to latest vue-demi to support vue 2.7 ([c86ea1f](https://github.com/kiva/kv-ui-elements/commit/c86ea1f4d5a2cb56e813d0f1c2ee59e7cfcf0ca4))
24
+
25
+
26
+
27
+
28
+
6
29
  # [3.73.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.72.0...@kiva/kv-components@3.73.0) (2024-04-10)
7
30
 
8
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.73.0",
3
+ "version": "3.73.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -53,7 +53,7 @@
53
53
  "build": "echo No build needed for @kiva/kv-components."
54
54
  },
55
55
  "dependencies": {
56
- "@kiva/kv-tokens": "^2.10.0",
56
+ "@kiva/kv-tokens": "^2.11.0",
57
57
  "@mdi/js": "^5.9.55",
58
58
  "@vueuse/integrations": "^7.6.0",
59
59
  "aria-hidden": "^1.1.3",
@@ -64,7 +64,7 @@
64
64
  "moment": "^2.29.4",
65
65
  "nanoid": "^3.1.23",
66
66
  "numeral": "^2.0.6",
67
- "vue-demi": "^0.12.1"
67
+ "vue-demi": "^0.14.7"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@vue/composition-api": "^1.0.0-rc.1",
@@ -75,5 +75,5 @@
75
75
  "optional": true
76
76
  }
77
77
  },
78
- "gitHead": "5e7199e37777f95d09134f1e25745472896021e4"
78
+ "gitHead": "9cd04b768af71aead30d08320229402bf3c79989"
79
79
  }
@@ -1,3 +1,5 @@
1
+ @import url('https://use.typekit.net/pmj7shs.css');
2
+
1
3
  @tailwind base;
2
4
  @tailwind components;
3
5
  @tailwind utilities;
@@ -42,7 +42,7 @@ const DefaultTemplate = (args, { argTypes }) => ({
42
42
  @lightbox-closed="isLightboxVisible = false"
43
43
  >
44
44
  <p class="tw-mb-2">Lorem ipsum aliquip labore commodo anim elit amet cupidatat do ex ipsum. Consectetur excepteur ea anim velit reprehenderit qui aliquip ullamco aliquip irure dolor ex. Occaecat excepteur enim eu incididunt ut consectetur aliqua magna et. Reprehenderit duis ex excepteur sit et cupidatat cillum cillum adipisicing ut adipisicing minim ad.</p>
45
- <p>Et id excepteur cillum quis. Culpa dolore eiusmod ex officia ea deserunt. Aliquip velit deserunt Lorem nisi mollit aliquip esse quis. Lorem aliquip ex id reprehenderit irure cillum elit aliqua laboris fugiat aliquip irure. Nostrud irure est anim qui eu in eu quis cupidatat. Fugiat officia aliqua laborum in incididunt tempor anim ex velit qui magna. Cillum minim commodo pariatur ex cillum sit.</p>
45
+ <p class="tw-font-serif">Et id excepteur cillum quis. Culpa dolore eiusmod ex officia ea deserunt. Aliquip velit deserunt Lorem nisi mollit aliquip esse quis. Lorem aliquip ex id reprehenderit irure cillum elit aliqua laboris fugiat aliquip irure. Nostrud irure est anim qui eu in eu quis cupidatat. Fugiat officia aliqua laborum in incididunt tempor anim ex velit qui magna. Cillum minim commodo pariatur ex cillum sit.</p>
46
46
  <template #controls>
47
47
  <kv-button variant="secondary" @click="isLightboxVisible = false" ref="dontDoItRef">Don't do it!</kv-button>
48
48
  <kv-button @click="isLightboxVisible = false" ref="doItRef">Do it!</kv-button>
@@ -250,6 +250,30 @@ export const Primitives = (args, { argTypes }) => ({
250
250
  </li>
251
251
  </ul>
252
252
  </section>
253
+ <section class="tw-py-8">
254
+ <h2 class="tw-mb-4">Text Styles <i>(Italics)</i></h2>
255
+ <ul class="tw-flex tw-flex-wrap tw-flex-col tw-gap-4">
256
+ <li
257
+ v-for="typeStyle in kivaTypography"
258
+ :key="buildClassName('text', typeStyle)"
259
+ class="tw-overflow-x-auto tw-w-full"
260
+ >
261
+ <button
262
+ class="tw-text-left tw-font-book hover:tw-text-action-highlight"
263
+ @click="copy(buildClassName('tw-text', typeStyle))"
264
+ >
265
+ <p
266
+ class="tw-mb-1 tw-italic"
267
+ :class="buildClassName('tw-text', typeStyle)"
268
+ style="width: 12em;"
269
+ >
270
+ The quick brown fox jumps over the lazy dog
271
+ </p>
272
+ <span>.{{buildClassName('tw-text', typeStyle)}} .tw-italic</span>
273
+ </button>
274
+ </li>
275
+ </ul>
276
+ </section>
253
277
  <hr>
254
278
  <section class="tw-py-8">
255
279
  <h2 class="tw-mb-4">Font Weights</h2>
@@ -271,6 +295,26 @@ export const Primitives = (args, { argTypes }) => ({
271
295
  </ul>
272
296
  </section>
273
297
  <hr>
298
+ <section class="tw-py-8">
299
+ <h2 class="tw-mb-4">Font Weights (Serif)</h2>
300
+ <ul class="tw-flex tw-flex-wrap tw-flex-col tw-gap-4">
301
+ <li
302
+ v-for="fontWeight in fontWeights"
303
+ :key="buildClassName('tw-font', fontWeight[0])"
304
+ >
305
+ <button
306
+ class="tw-text-left tw-font-book hover:tw-text-action-highlight"
307
+ @click="copy(buildClassName('tw-font', fontWeight[0]))"
308
+ >
309
+ <p :class="[buildClassName('tw-font', fontWeight[0]), 'tw-font-serif']">
310
+ The quick brown fox jumps over the lazy dog
311
+ </p>
312
+ <span>.{{buildClassName('tw-font', fontWeight[0])}}</span>
313
+ </button>
314
+ </li>
315
+ </ul>
316
+ </section>
317
+ <hr>
274
318
  <section class="tw-py-8">
275
319
  <h2 class="tw-mb-4">Radii</h2>
276
320