loon-bulma-react 2026.0.47 → 2026.0.48

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.
@@ -17,7 +17,7 @@ $font-family:
17
17
  sans-serif !default;
18
18
  // colors
19
19
 
20
- $primary: #a40184 !default;
20
+ $primary: #185acb !default;
21
21
  $link: #2f47bc !default;
22
22
  $info: #337eff !default; // was #4f8fff tot bulma@0.9.3
23
23
  $warning: #eea720 !default;
@@ -29,6 +29,7 @@ $primary-2023: #113670 !default;
29
29
  $primary-2024: #f7b7a5 !default;
30
30
  $primary-2025: #c0cc5d !default;
31
31
  $primary-2026: #a40184 !default;
32
+ $primary-2027: #185acb !default;
32
33
  $gegenereerd: #dfe7f2 !default;
33
34
  $ingevoerd: #4682b4 !default;
34
35
  $goedgekeurd: #669d31 !default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "loon-bulma-react",
3
3
  "private": false,
4
- "version": "2026.0.47",
4
+ "version": "2026.0.48",
5
5
  "description": "Bulma & React componenten voor Loon Salarissoftware",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -56,10 +56,10 @@
56
56
  "@tiptap/extension-text-style": "^3.22.4",
57
57
  "@tiptap/extension-underline": "^3.22.4",
58
58
  "@tiptap/react": "^3.22.4",
59
- "@vitejs/plugin-react": "^6.0.2",
59
+ "@vitejs/plugin-react": "^6.0.3",
60
60
  "bulma": "^1.0.4",
61
61
  "date-fns": "^4.4.0",
62
- "npm": "^11.16.0",
62
+ "npm": "^11.17.0",
63
63
  "rc-tooltip": "^6.4.0",
64
64
  "react-is": "^19.2.7",
65
65
  "react-syntax-highlighter": "^16.1.1"
@@ -71,15 +71,15 @@
71
71
  "@testing-library/jest-dom": "^6.9.1",
72
72
  "@testing-library/react": "^16.3.2",
73
73
  "@testing-library/user-event": "^14.6.1",
74
- "@types/node": "^25.9.2",
74
+ "@types/node": "^26.0.0",
75
75
  "@types/react": "^19.2.17",
76
76
  "@types/react-dom": "^19.2.3",
77
77
  "@types/react-is": "^19.2.0",
78
78
  "@types/react-syntax-highlighter": "^15.5.13",
79
- "@typescript-eslint/parser": "^8.58.0",
79
+ "@typescript-eslint/parser": "^8.62.0",
80
80
  "@vitejs/plugin-react-swc": "^4.3.1",
81
- "@vitest/ui": "^4.1.8",
82
- "esbuild": "^0.28.0",
81
+ "@vitest/ui": "^4.1.9",
82
+ "esbuild": "^0.28.1",
83
83
  "eslint": "^9.39.2",
84
84
  "eslint-config-prettier": "^10.1.8",
85
85
  "eslint-plugin-import": "^2.32.0",
@@ -88,22 +88,22 @@
88
88
  "eslint-plugin-promise": "^7.3.0",
89
89
  "eslint-plugin-react": "^7.37.5",
90
90
  "eslint-plugin-react-hooks": "^7.1.1",
91
- "eslint-plugin-react-refresh": "^0.5.2",
91
+ "eslint-plugin-react-refresh": "^0.5.3",
92
92
  "eslint-plugin-standard": "^5.0.0",
93
93
  "eslint-plugin-testing-library": "^7.16.0",
94
- "globals": "^17.6.0",
95
- "happy-dom": "^20.10.2",
96
- "prettier": "^3.8.3",
94
+ "globals": "^17.7.0",
95
+ "happy-dom": "^20.10.6",
96
+ "prettier": "^3.8.4",
97
97
  "react": "^19.2.7",
98
98
  "react-dom": "^19.2.7",
99
99
  "rollup-plugin-copy": "^3.5.0",
100
- "sass": "^1.100.0",
100
+ "sass": "^1.101.0",
101
101
  "typescript": "^6.0.3",
102
- "typescript-eslint": "^8.61.0",
103
- "vite": "^8.0.16",
102
+ "typescript-eslint": "^8.62.0",
103
+ "vite": "^8.1.0",
104
104
  "vite-plugin-lib-inject-css": "^2.2.2",
105
105
  "vite-tsconfig-paths": "^6.1.1",
106
- "vitest": "^4.1.8"
106
+ "vitest": "^4.1.9"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "bulma": "^1.0.4",