loon-bulma-react 2026.0.47 → 2026.0.49
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/components/Button/Button.d.ts +2 -2
- package/dist/contexts/ActionSheet/ActionSheetContextProvider.d.ts +2 -0
- package/dist/contexts/Confirm/ConfirmContextProvider.d.ts +11 -5
- package/dist/contexts/Prompt/PromptContextProvider.d.ts +12 -7
- package/dist/index.js +6061 -5895
- package/dist/styles/_all.scss +2 -1
- package/package.json +17 -17
package/dist/styles/_all.scss
CHANGED
|
@@ -17,7 +17,7 @@ $font-family:
|
|
|
17
17
|
sans-serif !default;
|
|
18
18
|
// colors
|
|
19
19
|
|
|
20
|
-
$primary: #
|
|
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.
|
|
4
|
+
"version": "2026.0.49",
|
|
5
5
|
"description": "Bulma & React componenten voor Loon Salarissoftware",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"prepublishOnly": "npm run lib:build"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^7.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^7.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^7.3.0",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^7.3.0",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^3.3.1",
|
|
32
32
|
"@tiptap/extension-bold": "^3.22.4",
|
|
33
33
|
"@tiptap/extension-bullet-list": "^3.22.4",
|
|
@@ -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.
|
|
59
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
60
60
|
"bulma": "^1.0.4",
|
|
61
61
|
"date-fns": "^4.4.0",
|
|
62
|
-
"npm": "^11.
|
|
62
|
+
"npm": "^11.18.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": "^
|
|
74
|
+
"@types/node": "^26.1.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.
|
|
79
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
80
80
|
"@vitejs/plugin-react-swc": "^4.3.1",
|
|
81
|
-
"@vitest/ui": "^4.1.
|
|
82
|
-
"esbuild": "^0.28.
|
|
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.
|
|
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.
|
|
95
|
-
"happy-dom": "^20.10.
|
|
96
|
-
"prettier": "^3.
|
|
94
|
+
"globals": "^17.7.0",
|
|
95
|
+
"happy-dom": "^20.10.6",
|
|
96
|
+
"prettier": "^3.9.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
|
+
"sass": "^1.101.0",
|
|
101
101
|
"typescript": "^6.0.3",
|
|
102
|
-
"typescript-eslint": "^8.
|
|
103
|
-
"vite": "^8.
|
|
102
|
+
"typescript-eslint": "^8.62.1",
|
|
103
|
+
"vite": "^8.1.3",
|
|
104
104
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
105
105
|
"vite-tsconfig-paths": "^6.1.1",
|
|
106
|
-
"vitest": "^4.1.
|
|
106
|
+
"vitest": "^4.1.9"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
109
|
"bulma": "^1.0.4",
|