nuxt-glorious 2.0.0-develop-7 → 2.0.0-develop-9

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-glorious",
3
3
  "configKey": "glorious",
4
- "version": "2.0.0-develop-7"
4
+ "version": "2.0.0-develop-9"
5
5
  }
@@ -670,7 +670,7 @@ button:focus-visible {
670
670
  @apply mt-3 gap-2 flex flex-wrap;
671
671
  }
672
672
  .glorious-input-tag > div {
673
- @apply bg-green-500 px-1 rounded text-white flex items-center gap-2 cursor-pointer;
673
+ @apply bg-green-500 px-1 rounded text-white flex items-center gap-2 cursor-pointer break-all;
674
674
  }
675
675
 
676
676
  .glorious-input-options {
@@ -1116,7 +1116,7 @@ label.checked {
1116
1116
  @apply rounded-t-md overflow-hidden;
1117
1117
  }
1118
1118
  .glorious-table.color-orange > table > thead > tr > th:first-child {
1119
- @apply rounded-r-lg bg-orange-400;
1119
+ @apply ltr:rounded-tr-lg bg-orange-400;
1120
1120
  }
1121
1121
  .glorious-table.color-orange > table > thead > tr > th {
1122
1122
  @apply bg-orange-400;
@@ -1134,7 +1134,7 @@ label.checked {
1134
1134
  @apply rounded-t-md overflow-hidden;
1135
1135
  }
1136
1136
  .glorious-table.color-blue > table > thead > tr > th:first-child {
1137
- @apply rounded-r-lg bg-blue-400;
1137
+ @apply ltr:rounded-tr-lg bg-blue-400;
1138
1138
  }
1139
1139
  .glorious-table.color-blue > table > thead > tr > th {
1140
1140
  @apply bg-blue-400;
@@ -1152,7 +1152,7 @@ label.checked {
1152
1152
  @apply rounded-t-md overflow-hidden;
1153
1153
  }
1154
1154
  .glorious-table.color-gray > table > thead > tr > th:first-child {
1155
- @apply rounded-r-lg bg-gray-400;
1155
+ @apply ltr:rounded-tr-lg bg-gray-400;
1156
1156
  }
1157
1157
  .glorious-table.color-gray > table > thead > tr > th {
1158
1158
  @apply bg-gray-400;
@@ -1170,7 +1170,7 @@ label.checked {
1170
1170
  @apply rounded-t-md overflow-hidden;
1171
1171
  }
1172
1172
  .glorious-table.color-red > table > thead > tr > th:first-child {
1173
- @apply rounded-r-lg bg-red-400;
1173
+ @apply ltr:rounded-tr-lg bg-red-400;
1174
1174
  }
1175
1175
  .glorious-table.color-red > table > thead > tr > th {
1176
1176
  @apply bg-red-400;
@@ -1188,7 +1188,7 @@ label.checked {
1188
1188
  @apply rounded-t-md overflow-hidden;
1189
1189
  }
1190
1190
  .glorious-table.color-green > table > thead > tr > th:first-child {
1191
- @apply rounded-r-lg bg-green-400;
1191
+ @apply ltr:rounded-tr-lg bg-green-400;
1192
1192
  }
1193
1193
  .glorious-table.color-green > table > thead > tr > th {
1194
1194
  @apply bg-green-400;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.0-develop-7",
2
+ "version": "2.0.0-develop-9",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",