@ctlyst.id/internal-ui 4.2.6 → 4.2.7
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/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7489,12 +7489,12 @@ var variantSimple = definePartsStyle10((props) => {
|
|
|
7489
7489
|
th: {
|
|
7490
7490
|
color: "black.high",
|
|
7491
7491
|
borderBottom: "1px",
|
|
7492
|
-
borderColor: (0, import_theme_tools3.mode)(`${c}.
|
|
7492
|
+
borderColor: (0, import_theme_tools3.mode)(`${c}.300`, `${c}.700`)(props),
|
|
7493
7493
|
...numericStyles
|
|
7494
7494
|
},
|
|
7495
7495
|
td: {
|
|
7496
7496
|
borderBottom: "1px",
|
|
7497
|
-
borderColor: (0, import_theme_tools3.mode)(`${c}.
|
|
7497
|
+
borderColor: (0, import_theme_tools3.mode)(`${c}.300`, `${c}.700`)(props),
|
|
7498
7498
|
...numericStyles
|
|
7499
7499
|
},
|
|
7500
7500
|
caption: {
|
|
@@ -7515,12 +7515,12 @@ var variantStripe = definePartsStyle10((props) => {
|
|
|
7515
7515
|
th: {
|
|
7516
7516
|
color: "black.high",
|
|
7517
7517
|
borderBottom: "1px",
|
|
7518
|
-
borderColor: (0, import_theme_tools3.mode)(`${c}.
|
|
7518
|
+
borderColor: (0, import_theme_tools3.mode)(`${c}.300`, `${c}.700`)(props),
|
|
7519
7519
|
...numericStyles
|
|
7520
7520
|
},
|
|
7521
7521
|
td: {
|
|
7522
7522
|
borderBottom: "1px",
|
|
7523
|
-
borderColor: (0, import_theme_tools3.mode)(`${c}.
|
|
7523
|
+
borderColor: (0, import_theme_tools3.mode)(`${c}.300`, `${c}.700`)(props),
|
|
7524
7524
|
...numericStyles
|
|
7525
7525
|
},
|
|
7526
7526
|
caption: {
|
|
@@ -7617,7 +7617,7 @@ var tableTheme = defineMultiStyleConfig10({
|
|
|
7617
7617
|
defaultProps: {
|
|
7618
7618
|
variant: "simple",
|
|
7619
7619
|
size: "md",
|
|
7620
|
-
colorScheme: "
|
|
7620
|
+
colorScheme: "neutral"
|
|
7621
7621
|
}
|
|
7622
7622
|
});
|
|
7623
7623
|
var table_default = tableTheme;
|