@equisoft/design-elements-react 10.1.4-snapshot.20260401201824 → 10.1.4-snapshot.20260407201032

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +6 -6
package/dist/bundle.js CHANGED
@@ -812,7 +812,7 @@
812
812
  padding: 4px;
813
813
  `,Zl=a().button`
814
814
  background-color: ${({active:e,theme:t})=>e?t.component["carousel-dot-selected-background-color"]:t.component["carousel-dot-unselected-background-color"]};
815
- border: 1px solid ${({theme:e})=>e.component["carousel-dot-border-color"]};
815
+ border: 1px solid ${({theme:e})=>e.component["carousel-dot-border-color"]};
816
816
  border-radius: 50%;
817
817
  box-sizing: border-box;
818
818
  display: inline-block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/design-elements-react",
3
- "version": "10.1.4-snapshot.20260401201824",
3
+ "version": "10.1.4-snapshot.20260407201032",
4
4
  "description": "React implementation of the Equisoft design system.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/bundle.js",
@@ -71,8 +71,8 @@
71
71
  "@types/react-dom": "18.3.7",
72
72
  "@types/react-modal": "3.16.3",
73
73
  "@types/styled-components": "5.1.36",
74
- "@typescript-eslint/eslint-plugin": "8.57.1",
75
- "@typescript-eslint/parser": "8.57.1",
74
+ "@typescript-eslint/eslint-plugin": "8.58.0",
75
+ "@typescript-eslint/parser": "8.58.0",
76
76
  "cross-env": "10.1.0",
77
77
  "css-loader": "7.1.4",
78
78
  "eslint": "8.57.1",
@@ -83,12 +83,12 @@
83
83
  "eslint-plugin-react": "7.37.5",
84
84
  "eslint-plugin-react-hooks": "7.0.1",
85
85
  "expect": "30.3.0",
86
- "i18next": "25.10.4",
86
+ "i18next": "25.10.10",
87
87
  "jest": "30.3.0",
88
88
  "jest-environment-jsdom": "30.3.0",
89
89
  "jest-extended": "7.0.0",
90
90
  "jest-junit": "16.0.0",
91
- "jest-styled-components": "7.3.1",
91
+ "jest-styled-components": "7.4.0",
92
92
  "react": "18.3.1",
93
93
  "react-docgen-typescript-plugin": "1.0.8",
94
94
  "react-dom": "18.3.1",
@@ -97,7 +97,7 @@
97
97
  "sass-loader": "16.0.7",
98
98
  "style-loader": "4.0.0",
99
99
  "styled-components": "5.3.11",
100
- "stylelint": "17.5.0",
100
+ "stylelint": "17.6.0",
101
101
  "ts-jest": "29.4.6",
102
102
  "ts-loader": "9.5.4",
103
103
  "ts-mockito": "2.6.1",