@ouestfrance/sipa-bms-ui 8.38.1 → 8.38.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.
@@ -7,7 +7,7 @@
7
7
  * - Please do NOT modify this file.
8
8
  */
9
9
 
10
- const PACKAGE_VERSION = '2.13.2'
10
+ const PACKAGE_VERSION = '2.13.4'
11
11
  const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
12
12
  const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
13
13
  const activeClientIds = new Set()
@@ -2617,38 +2617,38 @@ nav .additional[data-v-8b4752b4] {
2617
2617
  .bms-pagination__select[data-v-86561b3b] .field__wrapper {
2618
2618
  min-width: 10em;
2619
2619
  width: 10em;
2620
- }.bms-table__row[data-v-c01ccc48] {
2620
+ }.bms-table__row[data-v-a290e24c] {
2621
2621
  --table-cell-padding: 1em;
2622
2622
  background-color: var(--bms-white);
2623
2623
  }
2624
- .bms-table__row td[data-v-c01ccc48] {
2624
+ .bms-table__row td[data-v-a290e24c] {
2625
2625
  padding: var(--table-cell-padding);
2626
2626
  background-color: var(--bms-white);
2627
2627
  }
2628
- .bms-table__row--dense[data-v-c01ccc48] {
2628
+ .bms-table__row--dense[data-v-a290e24c] {
2629
2629
  --table-cell-padding: 0.5em 1em;
2630
2630
  }
2631
- .bms-table__row--selected[data-v-c01ccc48] td {
2632
- background-color: light-dark(var(--bms-main-10), var(--bms-grey-25));
2631
+ .bms-table__row--selected[data-v-a290e24c] td {
2632
+ background-color: light-dark(var(--bms-main-10), color-mix(in srgb, var(--bms-main-100) 32%, var(--bms-white)));
2633
2633
  }
2634
- .bms-table__row--disabled td[data-v-c01ccc48] {
2634
+ .bms-table__row--disabled td[data-v-a290e24c] {
2635
2635
  color: var(--bms-grey-50);
2636
2636
  }
2637
- .bms-table__row__cell__checkbox[data-v-c01ccc48] {
2637
+ .bms-table__row__cell__checkbox[data-v-a290e24c] {
2638
2638
  width: 4em;
2639
2639
  }
2640
- .bms-table__row__cell--action[data-v-c01ccc48] {
2640
+ .bms-table__row__cell--action[data-v-a290e24c] {
2641
2641
  display: flex;
2642
2642
  justify-content: end;
2643
2643
  }
2644
- .bms-table__row__cell--empty[data-v-c01ccc48] {
2644
+ .bms-table__row__cell--empty[data-v-a290e24c] {
2645
2645
  height: 360px;
2646
2646
  }
2647
- .bms-table__row__cell--child-element[data-v-c01ccc48] {
2647
+ .bms-table__row__cell--child-element[data-v-a290e24c] {
2648
2648
  display: inline-flex;
2649
2649
  align-items: flex-end;
2650
2650
  }
2651
- .bms-table__row__cell--child-element__icon[data-v-c01ccc48] {
2651
+ .bms-table__row__cell--child-element__icon[data-v-a290e24c] {
2652
2652
  display: flex;
2653
2653
  margin-right: 1em;
2654
2654
  }.bms-table[data-v-2b029949] {
@@ -98305,7 +98305,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
98305
98305
  }
98306
98306
  });
98307
98307
 
98308
- const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-c01ccc48"]]);
98308
+ const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a290e24c"]]);
98309
98309
 
98310
98310
  const _hoisted_1$b = { class: "bms-table" };
98311
98311
  const _hoisted_2$9 = { class: "bms-table__actions__saved-filters" };
@@ -98308,7 +98308,7 @@
98308
98308
  }
98309
98309
  });
98310
98310
 
98311
- const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-c01ccc48"]]);
98311
+ const UiBmsTableRow = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-a290e24c"]]);
98312
98312
 
98313
98313
  const _hoisted_1$b = { class: "bms-table" };
98314
98314
  const _hoisted_2$9 = { class: "bms-table__actions__saved-filters" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouestfrance/sipa-bms-ui",
3
- "version": "8.38.1",
3
+ "version": "8.38.2",
4
4
  "author": "Ouest-France BMS",
5
5
  "license": "ISC",
6
6
  "scripts": {
@@ -41,18 +41,18 @@
41
41
  "@storybook/vue3-vite": "10.3.5",
42
42
  "@types/lodash": "4.17.24",
43
43
  "@types/uuid": "11.0.0",
44
- "@vitejs/plugin-vue": "6.0.5",
44
+ "@vitejs/plugin-vue": "6.0.6",
45
45
  "@vue/test-utils": "2.4.6",
46
46
  "@vueuse/core": "13.9.0",
47
47
  "@vueuse/motion": "^3.0.0",
48
48
  "axios": "1.15.0",
49
49
  "blob-util": "^2.0.2",
50
- "chromatic": "16.2.0",
50
+ "chromatic": "16.3.0",
51
51
  "codemirror": "6.0.2",
52
52
  "cors": "^2.8.5",
53
53
  "cross-env": "^10.0.0",
54
54
  "cy2": "^4.0.0",
55
- "cypress": "15.13.1",
55
+ "cypress": "15.14.0",
56
56
  "express": "^5.0.0",
57
57
  "husky": "9.1.7",
58
58
  "jsdom": "29.0.2",
@@ -64,7 +64,7 @@
64
64
  "msw-storybook-addon": "^2.0.3",
65
65
  "normalize.css": "8.0.1",
66
66
  "path": "0.12.7",
67
- "prettier": "3.8.2",
67
+ "prettier": "3.8.3",
68
68
  "remark-gfm": "^4.0.1",
69
69
  "sass": "1.99.0",
70
70
  "semantic-release": "25.0.3",
@@ -85,7 +85,7 @@
85
85
  "vue-codemirror": "6.1.1",
86
86
  "vue-loader": "17.4.2",
87
87
  "vue-router": "4.6.4",
88
- "vue-tsc": "3.2.6"
88
+ "vue-tsc": "3.2.7"
89
89
  },
90
90
  "files": [
91
91
  "dist",
@@ -129,7 +129,10 @@ const getAlignClass = (header: TableHeader) => {
129
129
  }
130
130
  &--selected {
131
131
  :deep(td) {
132
- background-color: light-dark(var(--bms-main-10), var(--bms-grey-25));
132
+ background-color: light-dark(
133
+ var(--bms-main-10),
134
+ color-mix(in srgb, var(--bms-main-100) 32%, var(--bms-white))
135
+ );
133
136
  }
134
137
  }
135
138