classcard-ui 0.2.794 → 0.2.796

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.794",
3
+ "version": "0.2.796",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -147,7 +147,9 @@
147
147
  >
148
148
  </c-icon>
149
149
  <span
150
- :class="option.photo || option.initials ? 'ml-3' : ''"
150
+ :class="
151
+ option.photo || option.initials ? 'ml-3' : 'text-left'
152
+ "
151
153
  class="list-options block break-words font-normal"
152
154
  >{{ option[renderOptionName] }}
153
155
  </span>
@@ -172,7 +174,7 @@
172
174
  <p v-if="!isValidate" class="mt-2 text-left text-sm text-red-600">
173
175
  {{ errorMessage }}
174
176
  </p>
175
- <p v-if="helpText" class="mt-2 text-sm text-gray-500">
177
+ <p v-if="helpText" class="mt-2 text-left text-sm text-gray-500">
176
178
  {{ helpText }}
177
179
  </p>
178
180
  </div>
@@ -48,6 +48,10 @@ Default.args = {
48
48
  { code: "one0", value: "onee54" },
49
49
  { code: "one34", value: "onee43" },
50
50
  { code: "one23", value: "onee32" },
51
+ {
52
+ code: "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. It has survived not only five centuries, but als",
53
+ value: "onee33",
54
+ },
51
55
  { code: "two", value: "twoo", isDisabled: true },
52
56
  ],
53
57
  addAction: {