@thinkpixellab-public/px-vue 3.0.103 → 3.0.104

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.
@@ -8,9 +8,9 @@
8
8
  >
9
9
  <PxIcon
10
10
  :class="bem('icon')"
11
- v-bind="calcIconAttrs"
11
+ :src="require('../assets/icons/eyedropper.svg')"
12
12
  :style="{ color: calcIconColor }"
13
- :size="1"
13
+ :size="0.9"
14
14
  />
15
15
  </PxColorPaletteButton>
16
16
  <PxFloat
@@ -138,5 +138,10 @@ export default PxColorPicker;
138
138
  background-color: var(--px-color-picker-popup-bg);
139
139
  @include depth-shadow(20, 0.15);
140
140
  }
141
+
142
+ &__icon {
143
+ position: relative;
144
+ z-index: 1;
145
+ }
141
146
  }
142
147
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.103",
3
+ "version": "3.0.104",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",