classcard-ui 0.2.877 → 0.2.879

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": "classcard-ui",
3
- "version": "0.2.877",
3
+ "version": "0.2.879",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -116,6 +116,8 @@ export default {
116
116
  //while the other type property will round the button corners for all 4 direction
117
117
  "text-gray-700 border-gray-300 rounded-r-md hover:bg-gray-50 focus:ring-indigo-600 bg-white":
118
118
  this.type == "white-rounded-right",
119
+ "text-gray-700 border bg-white border-gray-300 rounded-md hover:bg-gray-50 focus:ring-indigo-600":
120
+ this.type == "white",
119
121
  };
120
122
  },
121
123
  },
@@ -24,7 +24,7 @@
24
24
  <div>
25
25
  <button
26
26
  @click="handleToggle"
27
- class="focus:outline-none inline-flex w-full justify-center rounded-md border border-gray-200 bg-white px-2 py-2 text-sm font-medium shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2"
27
+ class="inline-flex w-full justify-center rounded-md border border-gray-200 bg-white px-2 py-2 text-sm font-medium shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2"
28
28
  aria-haspopup="true"
29
29
  aria-expanded="true"
30
30
  >
@@ -103,7 +103,7 @@
103
103
  <div>
104
104
  <button
105
105
  @click="handleDownloadToggle"
106
- class="focus:outline-none inline-flex w-full justify-center rounded-md border border-gray-200 bg-white px-2 py-2 text-sm font-medium shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2"
106
+ class="inline-flex w-full justify-center rounded-md border border-gray-200 bg-white px-2 py-2 text-sm font-medium shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-600 focus:ring-offset-2"
107
107
  aria-haspopup="true"
108
108
  aria-expanded="true"
109
109
  >
@@ -258,7 +258,7 @@
258
258
  name="menu-solid"
259
259
  type="solid"
260
260
  class="handle h-5 w-5 text-gray-500"
261
- :cursorType="'cursor-move'"
261
+ :cursorType="'cursor-grab'"
262
262
  ></c-icon>
263
263
  </span>
264
264
  <!-- if customization or adding another form element is required -->