@kaiyinchem/ky-uniui 1.0.19 → 1.0.21

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.
@@ -427,7 +427,7 @@
427
427
 
428
428
  @media (prefers-color-scheme: dark) {
429
429
  .btn-main {
430
- color: #bbbbbb;
430
+ color: #f5f5f5;
431
431
  &.primary {
432
432
  &.plain {
433
433
  background: #233838;
@@ -30,7 +30,7 @@
30
30
 
31
31
  <script>
32
32
  export default {
33
- emits: ['update:value'],
33
+ emits: ['update:value', 'click'],
34
34
  props: {
35
35
  value: {
36
36
  type: [Number, String],
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.19",
10
+ "version": "1.0.21",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"