@aurouscia/au-color-picker 0.0.2 → 0.0.3

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.
@@ -315,7 +315,7 @@ const Pe = {
315
315
  ])) : pe("", !0)
316
316
  ]));
317
317
  }
318
- }), Ve = /* @__PURE__ */ te(qe, [["__scopeId", "data-v-4f4a2c1e"]]);
318
+ }), Ve = /* @__PURE__ */ te(qe, [["__scopeId", "data-v-bcf8ca32"]]);
319
319
  export {
320
320
  Ve as AuColorPicker,
321
321
  Ce as AuColorPickerRing
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .acpRingBody[data-v-7f97ab8e]{position:relative}canvas[data-v-7f97ab8e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.acpPanel[data-v-4f4a2c1e]{margin-top:3px;position:absolute}.acpPanel .acpParams[data-v-4f4a2c1e]{display:flex;justify-content:space-between;align-items:center;padding:5px}.acpPanel .acpParams select[data-v-4f4a2c1e],.acpPanel .acpParams input[data-v-4f4a2c1e]{margin:0;padding:2px;display:block;font-size:16px;box-sizing:border-box;height:24px;line-height:24px}.acpPanel .acpParams input[data-v-4f4a2c1e]{text-align:center}.acpPanel .acpParams .acpSingleInput input[data-v-4f4a2c1e]{width:120px}.acpPanel .acpParams .acpTripleInputs[data-v-4f4a2c1e]{display:flex;justify-content:space-around}.acpPanel .acpParams .acpTripleInputs input[data-v-4f4a2c1e]{width:40px}.acpPanel .acpDoneBtn[data-v-4f4a2c1e]{display:flex;justify-content:center;align-items:center;padding:8px}.acpPanel .acpDoneBtn button[data-v-4f4a2c1e]{background:none;border:none;color:gray;font-size:16px;cursor:pointer}.acpPanel .acpDoneBtn button[data-v-4f4a2c1e]:hover{color:#000}.acpPanel[data-v-4f4a2c1e]{border-radius:5px;box-shadow:0 0 5px #000;background-color:#fff}.acp[data-v-4f4a2c1e]{position:relative;width:fit-content}
1
+ .acpRingBody[data-v-7f97ab8e]{position:relative}canvas[data-v-7f97ab8e]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.acpEntry[data-v-bcf8ca32]{width:40px;height:40px;cursor:pointer;border-radius:5px;box-shadow:0 0 5px #000;background-color:#fff}.acpPanel[data-v-bcf8ca32]{margin-top:3px;position:absolute}.acpPanel .acpParams[data-v-bcf8ca32]{display:flex;justify-content:space-between;align-items:center;padding:5px}.acpPanel .acpParams select[data-v-bcf8ca32],.acpPanel .acpParams input[data-v-bcf8ca32]{margin:0;padding:2px;display:block;font-size:16px;box-sizing:border-box;height:24px;line-height:24px}.acpPanel .acpParams input[data-v-bcf8ca32]{text-align:center}.acpPanel .acpParams .acpSingleInput input[data-v-bcf8ca32]{width:120px}.acpPanel .acpParams .acpTripleInputs[data-v-bcf8ca32]{display:flex;justify-content:space-around}.acpPanel .acpParams .acpTripleInputs input[data-v-bcf8ca32]{width:40px}.acpPanel .acpDoneBtn[data-v-bcf8ca32]{display:flex;justify-content:center;align-items:center;padding:8px}.acpPanel .acpDoneBtn button[data-v-bcf8ca32]{background:none;border:none;color:gray;font-size:16px;cursor:pointer}.acpPanel .acpDoneBtn button[data-v-bcf8ca32]:hover{color:#000}.acpPanel[data-v-bcf8ca32]{border-radius:5px;box-shadow:0 0 5px #000;background-color:#fff}.acp[data-v-bcf8ca32]{position:relative;width:fit-content}
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "description": "vue3颜色选择器组件",
12
12
  "keywords": ["vue", "color", "component"],
13
- "version": "0.0.2",
13
+ "version": "0.0.3",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist"