@ctlyst.id/internal-ui 4.2.6 → 4.2.7

Sign up to get free protection for your applications and to get access to all the features.
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}.100`, `${c}.700`)(props),
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}.100`, `${c}.700`)(props),
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}.100`, `${c}.700`)(props),
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}.100`, `${c}.700`)(props),
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: "gray"
7620
+ colorScheme: "neutral"
7621
7621
  }
7622
7622
  });
7623
7623
  var table_default = tableTheme;