classcard-ui 0.2.225 → 0.2.229

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.225",
3
+ "version": "0.2.229",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "^7.15.5",
40
- "@storybook/addon-actions": "^6.4.4",
41
- "@storybook/addon-essentials": "^6.4.4",
42
- "@storybook/addon-links": "^6.4.4",
43
- "@storybook/vue": "^6.4.4",
40
+ "@storybook/addon-actions": "^6.4.9",
41
+ "@storybook/addon-essentials": "^6.4.9",
42
+ "@storybook/addon-links": "^6.4.9",
43
+ "@storybook/vue": "^6.4.9",
44
44
  "@tailwindcss/postcss7-compat": "^2.2.14",
45
45
  "@types/lodash-es": "^4.17.5",
46
46
  "@vue/cli-plugin-babel": "^4.5.13",
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
  <div
4
+ :class="divider || showSection ? 'border-b border-gray-200 pb-2' : ''"
4
5
  class="flex flex-row items-center justify-between cursor-pointer"
5
6
  @click="collapse"
6
7
  >
@@ -34,9 +35,7 @@
34
35
  ></c-anchor-tag>
35
36
  </div>
36
37
  <!-- content to render in collapsible section -->
37
- <div class="text-sm text-gray-500 mt-5"
38
- :class="divider || showSection ? 'border-b border-gray-200 pb-8' : ''"
39
- v-if="showSection">
38
+ <div class="text-sm text-gray-500 mt-5" v-if="showSection">
40
39
  <slot></slot>
41
40
  </div>
42
41
  </div>
package/src/icons.js CHANGED
@@ -68,6 +68,7 @@ export default {
68
68
  "chevron-left":
69
69
  "M12.707 5.293a1 1 0 010 1.414L9.414 10l3.293 3.293a1 1 0 01-1.414 1.414l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 0z",
70
70
  plus: "M12 6v6m0 0v6m0-6h6m-6 0H6",
71
+ "plus-outline": "M12 4v16m8-8H4",
71
72
  clock:
72
73
  "M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z",
73
74
  "clipboard-list":
@@ -188,6 +189,7 @@ export default {
188
189
  "M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",
189
190
  "x-circle-outline":
190
191
  "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z",
192
+ "x-outline": "M6 18L18 6M6 6l12 12",
191
193
  "check-circle-outline": "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z",
192
194
  "play-solid":
193
195
  "M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z",