@dataloop-ai/components 0.17.99 → 0.17.100

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.17.99",
3
+ "version": "0.17.100",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -128,7 +128,7 @@ export default defineComponent({
128
128
  <style lang="scss" scoped>
129
129
  .dl-time-picker {
130
130
  display: flex;
131
- justify-content: start;
131
+ justify-content: flex-start;
132
132
  align-items: center;
133
133
  border-top: 1px solid var(--dl-color-separator);
134
134
  padding: 15px 30px;