classcard-ui 0.2.808 → 0.2.809

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.808",
3
+ "version": "0.2.809",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -349,7 +349,7 @@ export default {
349
349
  @apply mt-2 max-h-60 overflow-auto rounded-md bg-white py-0 text-base shadow-lg ring-1 ring-opacity-5 focus:outline-none sm:text-sm;
350
350
  }
351
351
  .vs__dropdown-option {
352
- @apply py-2;
352
+ @apply whitespace-normal py-2;
353
353
  }
354
354
  .vs__dropdown-toggle.vs__dropdown-option--highlight {
355
355
  @apply bg-indigo-700 text-white;
@@ -95,9 +95,14 @@ Default.args = {
95
95
  children: [{ id: "15820_Package", text: "Mathematics" }],
96
96
  details: "something@gmail.com",
97
97
  },
98
+ {
99
+ text: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ",
100
+ children: [{ id: "15820_Package", text: "Mathematics" }],
101
+ details: "something@gmail.com",
102
+ },
98
103
  ],
99
104
  optionLabel: "text",
100
105
  label: "Active",
101
- showOptionImage: true,
106
+ showOptionImage: false,
102
107
  filterable: false,
103
108
  };