@wishbone-media/spark 0.15.1 → 0.15.2

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/index.css CHANGED
@@ -1 +1 @@
1
- .spark-table-pagination-per-page[data-v-9ef8544b]{@apply flex items-center;}.spark-table-search[data-v-1dde9add]{@apply relative flex items-center;}.spark-table-filter-select[data-v-2d4b75c0],.spark-table-filter-buttons[data-v-6de993cd]{@apply flex items-center gap-2;}.spark-table-filter-buttons-label[data-v-6de993cd]{@apply text-sm font-medium text-gray-700;}.spark-table-date-picker[data-v-265417b0]{@apply flex items-center gap-2;}.spark-table-reset[data-v-cbbeeb45]{@apply flex items-center;}
1
+ .spark-table-pagination-per-page[data-v-9ef8544b]{@apply flex items-center;}.spark-table-search[data-v-1dde9add]{@apply relative flex items-center;}.spark-table-filter-select[data-v-2d4b75c0],.spark-table-filter-buttons[data-v-6de993cd]{@apply flex items-center gap-2;}.spark-table-filter-buttons-label[data-v-6de993cd]{@apply text-sm font-medium text-gray-700;}.spark-table-date-picker[data-v-1c489ef8]{@apply flex items-center gap-2;}.spark-table-reset[data-v-cbbeeb45]{@apply flex items-center;}
package/dist/index.js CHANGED
@@ -1343,6 +1343,7 @@ const Ms = /* @__PURE__ */ new Map(), D = (e, s) => {
1343
1343
  modelValue: t.value,
1344
1344
  "onUpdate:modelValue": n[0] || (n[0] = (r) => t.value = r),
1345
1345
  type: "datepicker",
1346
+ "picker-only": "",
1346
1347
  label: y(a),
1347
1348
  placeholder: e.config.placeholder || "Select date",
1348
1349
  overlay: !0,
@@ -1354,7 +1355,7 @@ const Ms = /* @__PURE__ */ new Map(), D = (e, s) => {
1354
1355
  ]);
1355
1356
  };
1356
1357
  }
1357
- }, ca = /* @__PURE__ */ I(ia, [["__scopeId", "data-v-265417b0"]]), da = { class: "spark-table-reset" }, ua = { key: 1 }, pa = {
1358
+ }, ca = /* @__PURE__ */ I(ia, [["__scopeId", "data-v-1c489ef8"]]), da = { class: "spark-table-reset" }, ua = { key: 1 }, pa = {
1358
1359
  __name: "SparkTableReset",
1359
1360
  props: {
1360
1361
  /** SparkTable instance object */
package/formkit.theme.mjs CHANGED
@@ -1623,7 +1623,7 @@ const classes = {
1623
1623
  datepicker__panelWrapper: {
1624
1624
  'group/panel': true,
1625
1625
  absolute: true,
1626
- 'min-w-[20em]': true,
1626
+ 'min-w-[22em]': true,
1627
1627
  'top-[calc(100%+0.5em)]': true,
1628
1628
  'left-0': true,
1629
1629
  'shadow-[0_0_1.25em_rgba(0,0,0,.25)]': true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishbone-media/spark",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -3,6 +3,7 @@
3
3
  <FormKit
4
4
  v-model="selectedDate"
5
5
  type="datepicker"
6
+ picker-only
6
7
  :label="label"
7
8
  :placeholder="config.placeholder || 'Select date'"
8
9
  :overlay="true"