@citizenplane/pimp 18.9.5 → 18.9.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.9.5",
3
+ "version": "18.9.7",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -96,7 +96,7 @@
96
96
  "stylelint-order": "8.1.1",
97
97
  "ts-jest": "^29.4.11",
98
98
  "unplugin-vue-components": "^32.1.0",
99
- "vite": "^8.1.0",
99
+ "vite": "^7.3.2",
100
100
  "vite-plugin-dts": "^5.0.2",
101
101
  "vitest": "^4.1.9",
102
102
  "vue-tsc": "3.3.5"
@@ -7,7 +7,7 @@
7
7
  <cp-badge :size="badgeDynamicSize">
8
8
  {{ flightDuration }}
9
9
  </cp-badge>
10
- <cp-tooltip v-if="!hideAirlines" allow-outside-container>
10
+ <cp-tooltip v-if="!hideAirlines" allow-outside-container color="neutral">
11
11
  <div class="cpTripTimeline__airlines">
12
12
  <div
13
13
  v-for="(airline, index) in firstAirlines"
@@ -28,7 +28,7 @@
28
28
  <span class="cpTripTimeline__dot" />
29
29
  </div>
30
30
  </div>
31
- <cp-tooltip class="cpTripTimeline__tooltip" :disabled="!hasStops" allow-outside-container>
31
+ <cp-tooltip class="cpTripTimeline__tooltip" :disabled="!hasStops" allow-outside-container color="neutral">
32
32
  <p class="cpTripTimeline__summary">
33
33
  <template v-if="hasStops">
34
34
  <span class="cpTripTimeline__stop">{{ stopLabel }}</span>
package/vite.config.js CHANGED
@@ -50,7 +50,7 @@ export default defineConfig({
50
50
  // A sibling chunk can declare top-level `var h` while the main entry imports
51
51
  // `openBlock as h` from Vue; some downstream bundlers merge those scopes and
52
52
  // hit "Identifier 'h' has already been declared".
53
- codeSplitting: false,
53
+ inlineDynamicImports: true,
54
54
  // Provide global variables to use in the UMD build
55
55
  // for externalized deps
56
56
  globals: {