@hyphen/hyphen-components 7.3.5 → 7.4.0
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/css/index.css +876 -876
- package/dist/css/utilities.css +1 -1
- package/dist/css/variables.css +3 -3
- package/dist/hyphen-components.cjs.development.js +322 -463
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +2 -2
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +322 -485
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +3 -2
- package/src/components/Sidebar/Sidebar.stories.tsx +11 -2
package/dist/css/utilities.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
\***************************************************************************************************************************/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Mon,
|
|
6
|
+
* Generated on Mon, 16 Mar 2026 23:37:02 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
.font-family-monospace { font-family: var(--assets-font-family-monospace); }
|
package/dist/css/variables.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
\*********************************************************************************************************************/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on Mon,
|
|
6
|
+
* Generated on Mon, 16 Mar 2026 23:37:02 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
:root {
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
\*******************************************************************************************************************************/
|
|
371
371
|
/**
|
|
372
372
|
* Do not edit directly
|
|
373
|
-
* Generated on Mon,
|
|
373
|
+
* Generated on Mon, 16 Mar 2026 23:37:02 GMT
|
|
374
374
|
*/
|
|
375
375
|
|
|
376
376
|
:root.dark {
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
--color-font-disabled: #525252;
|
|
435
435
|
--color-font-success: #16a34a;
|
|
436
436
|
--color-font-success-disabled: #16a34a;
|
|
437
|
-
--color-font-info: #
|
|
437
|
+
--color-font-info: #60a5fa;
|
|
438
438
|
--color-font-warning: #eab308;
|
|
439
439
|
--color-font-warning-disabled: #fef08a;
|
|
440
440
|
--color-font-danger: #ef4444;
|