fds-vue-core 2.0.26 → 2.0.27
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/FdsTable.css +1 -2
- package/dist/components/Table/FdsTable/FdsTable.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +1 -1
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +1 -1
- package/dist/fds-vue-core.es.js +1 -1
- package/dist/fds-vue-core.es.js.map +1 -1
- package/package.json +1 -1
package/dist/FdsTable.css
CHANGED
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
padding: 0.5rem;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
|
|
16
15
|
/* Base styles - works in both Vue scoped and standalone CSS */
|
|
17
16
|
.fds-table-wrapper {
|
|
18
|
-
overflow: hidden;
|
|
19
17
|
border-radius: var(--radius-md);
|
|
18
|
+
overflow-x: scroll;
|
|
20
19
|
}
|
|
21
20
|
|
|
22
21
|
/* Table styling - vanilla CSS version (for consuming repos) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/FdsTable/FdsTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FdsTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/FdsTable/FdsTable.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAc5C,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AA2CF,QAAA,MAAM,eAAe;;;4EAGnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -2800,7 +2800,7 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
2800
2800
|
};
|
|
2801
2801
|
}
|
|
2802
2802
|
});
|
|
2803
|
-
const FdsTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
2803
|
+
const FdsTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-2549d82e"]]);
|
|
2804
2804
|
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
2805
2805
|
__name: "FdsTableHead",
|
|
2806
2806
|
props: {
|