@citizenplane/pimp 18.9.27 → 18.9.29

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.27",
3
+ "version": "18.9.29",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -344,10 +344,11 @@ onMounted(() => overrideAlignOverlay())
344
344
  }
345
345
 
346
346
  &__select {
347
+ position: relative;
347
348
  display: flex;
348
349
  align-items: center;
349
350
  justify-content: space-between;
350
- padding: var(--cp-spacing-md) var(--cp-spacing-xl);
351
+ padding: var(--cp-spacing-md);
351
352
  border-radius: var(--cp-radius-md);
352
353
  box-shadow:
353
354
  var(--cp-shadows-3xs-inset),
@@ -377,7 +378,7 @@ onMounted(() => overrideAlignOverlay())
377
378
  color: var(--cp-foreground-disabled);
378
379
  }
379
380
  }
380
-
381
+
381
382
  &:has(input:hover):not(:has(input:disabled)) {
382
383
  outline: var(--cp-dimensions-0_25) solid var(--cp-border-strong-hover);
383
384
  }
@@ -569,7 +570,7 @@ onMounted(() => overrideAlignOverlay())
569
570
  &__clear {
570
571
  position: absolute;
571
572
  top: 50%;
572
- right: var(--cp-dimensions-3);
573
+ right: var(--cp-dimensions-2);
573
574
  background-color: var(--cp-background-primary);
574
575
  transform: translateY(-50%);
575
576
  }
@@ -588,7 +589,8 @@ onMounted(() => overrideAlignOverlay())
588
589
  }
589
590
 
590
591
  .cpMultiselect__toggle {
591
- display: none;
592
+ visibility: hidden;
593
+ pointer-events: none;
592
594
  }
593
595
  }
594
596
  }
@@ -200,9 +200,6 @@ watch(
200
200
 
201
201
  @include mx.media-query-max(768px) {
202
202
  .cpTabs {
203
- margin-right: var(--cp-spacing-xl);
204
- overflow-x: auto;
205
-
206
203
  &__activeUnderline {
207
204
  top: auto;
208
205
  bottom: auto;