@dataloop-ai/components 0.16.54 → 0.16.55

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": "@dataloop-ai/components",
3
- "version": "0.16.54",
3
+ "version": "0.16.55",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -167,7 +167,7 @@ export default defineComponent({
167
167
  box-shadow: 0px 5px 15px 0px var(--dl-color-shadow);
168
168
 
169
169
  &--content {
170
- padding: 16px 10px;
170
+ padding: 16px;
171
171
  &_text {
172
172
  font-size: 12px;
173
173
  color: var(--dl-color-medium);