@hyphen/hyphen-components 7.5.0 → 7.7.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/README.md +1 -1
- package/dist/css/fonts.css +3 -3
- package/dist/css/index.css +108 -108
- package/dist/css/reset.css +3 -3
- package/dist/css/utilities.css +7 -7
- package/dist/css/variables.css +11 -11
- package/dist/hyphen-components.cjs.development.js +358 -359
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +1 -1
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +3 -4
- package/dist/hyphen-components.esm.js.map +1 -1
- package/dist/index.d.ts +3 -4
- package/package.json +40 -26
- package/src/components/Calendar/Calendar.stories.tsx +1 -1
- package/src/components/Calendar/Calendar.test.tsx +7 -1
- package/src/components/Calendar/Calendar.tsx +5 -6
- package/src/components/SelectInput/SelectInput.tsx +1 -1
- package/src/components/Table/Table.stories.tsx +16 -28
- package/src/docs/GetStarted.mdx +1 -1
package/dist/css/variables.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@hyphen/hyphen-design-tokens/build/css/variables.css ***!
|
|
3
|
-
|
|
1
|
+
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
2
|
+
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.94.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@hyphen+hyphen-design-tokens@7.7.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@hyphen/hyphen-design-tokens/build/css/variables.css ***!
|
|
3
|
+
\***************************************************************************************************************************************************************************************************************************************************************************/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Fri, 26 Jun 2026 15:58:35 GMT
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
:root {
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
--size-z-index-sticky: 100;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
|
|
381
|
-
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@hyphen/hyphen-design-tokens/build/css/variables-root-dark.css ***!
|
|
382
|
-
|
|
380
|
+
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
381
|
+
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.94.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/@hyphen+hyphen-design-tokens@7.7.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@hyphen/hyphen-design-tokens/build/css/variables-root-dark.css ***!
|
|
382
|
+
\*************************************************************************************************************************************************************************************************************************************************************************************/
|
|
383
383
|
/**
|
|
384
384
|
* Do not edit directly
|
|
385
|
-
* Generated on
|
|
385
|
+
* Generated on Fri, 26 Jun 2026 15:58:35 GMT
|
|
386
386
|
*/
|
|
387
387
|
|
|
388
388
|
:root.dark {
|
|
@@ -479,9 +479,9 @@
|
|
|
479
479
|
--color-font-placeholder: #737373; /* Placeholder color for input fields */
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
|
|
483
|
-
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles/variables/index.scss ***!
|
|
484
|
-
|
|
482
|
+
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
483
|
+
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.94.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.77.8_webpack@5.94.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/postcss-loader@7.3.4_postcss@8.5.10_typescript@5.9.3_webpack@5.94.0/node_modules/postcss-loader/dist/cjs.js!./src/styles/variables/index.scss ***!
|
|
484
|
+
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
485
485
|
.hyphen-components__variables__form-control {
|
|
486
486
|
--INTERNAL_form-control-box-shadow-focus: 0 0 0 3px var(--color-border-subtle);
|
|
487
487
|
--INTERNAL_form-control-label-margin: var(--size-spacing-xs);
|