@insforge/react 1.0.0 → 1.0.1
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/atoms.cjs +2 -0
- package/dist/atoms.cjs.map +1 -1
- package/dist/atoms.js +2 -0
- package/dist/atoms.js.map +1 -1
- package/dist/components.cjs +6 -12
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +6 -12
- package/dist/components.js.map +1 -1
- package/dist/forms.cjs +2 -0
- package/dist/forms.cjs.map +1 -1
- package/dist/forms.js +2 -0
- package/dist/forms.js.map +1 -1
- package/dist/index.cjs +7 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -13
- package/dist/index.js.map +1 -1
- package/dist/styles.css +2 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -483,6 +483,8 @@
|
|
|
483
483
|
font-weight: 600;
|
|
484
484
|
border: 1px solid var(--if-color-border);
|
|
485
485
|
border-radius: var(--if-radius-sm);
|
|
486
|
+
background-color: var(--if-color-bg-white);
|
|
487
|
+
color: var(--if-color-text);
|
|
486
488
|
transition: border-color var(--if-transition-base);
|
|
487
489
|
font-family: var(--if-font-family-manrope);
|
|
488
490
|
}
|
package/package.json
CHANGED