@teamturing/react-kit 2.60.0 → 2.60.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/index.js CHANGED
@@ -4470,7 +4470,7 @@ const BaseSwitch = styled__default.default(UnstyledSwitch)`
4470
4470
  height: ${utils.forcePixelValue(16)};
4471
4471
  background-color: ${({
4472
4472
  theme
4473
- }) => theme.colors['surface/overlay']};
4473
+ }) => theme.colors['surface']};
4474
4474
  top: ${utils.forcePixelValue(2)};
4475
4475
  border-radius: ${({
4476
4476
  theme
@@ -6428,7 +6428,7 @@ const BaseDialog = styled__default.default.div(({
6428
6428
  flexDirection: 'column',
6429
6429
  position: 'relative',
6430
6430
  boxShadow: theme.shadows['shadow/overlay'],
6431
- backgroundColor: theme.colors['surface/overlay'],
6431
+ backgroundColor: theme.colors['surface'],
6432
6432
  outline: 'none',
6433
6433
  overflow: 'hidden',
6434
6434
  margin: 'auto'
@@ -6707,7 +6707,7 @@ const BaseDrawer = styled__default.default.div(({
6707
6707
  flexDirection: 'column',
6708
6708
  position: 'relative',
6709
6709
  boxShadow: theme.shadows['shadow/overlay'],
6710
- backgroundColor: theme.colors['surface/overlay'],
6710
+ backgroundColor: theme.colors['surface'],
6711
6711
  outline: 'none',
6712
6712
  overflow: 'hidden',
6713
6713
  margin: 'auto',
@@ -7224,7 +7224,7 @@ const BaseFlash = styled__default.default.div`
7224
7224
  }
7225
7225
  },
7226
7226
  assist: {
7227
- 'background': `linear-gradient(${theme.colors['surface/overlay']}, ${theme.colors['surface/overlay']}) padding-box, linear-gradient(${theme.gradients['border/accent/violet']}) border-box`,
7227
+ 'background': `linear-gradient(${theme.colors['surface']}, ${theme.colors['surface']}) padding-box, linear-gradient(${theme.gradients['border/accent/violet']}) border-box`,
7228
7228
  'borderWidth': 1,
7229
7229
  'borderStyle': 'solid',
7230
7230
  'borderColor': 'transparent',
@@ -627,7 +627,7 @@ declare const gpaiLightTheme: {
627
627
  declare const gpaiDarkTheme: {
628
628
  colors: {
629
629
  readonly surface: "#202124";
630
- readonly 'surface/overlay': "#202124";
630
+ readonly 'surface/overlay': "#33373B";
631
631
  readonly 'scale/violet/0': "#372763";
632
632
  readonly 'scale/violet/1': "#483481";
633
633
  readonly 'scale/violet/2': "#5D43A7";
@@ -175,7 +175,7 @@ const BaseDialog = styled.div(({
175
175
  flexDirection: 'column',
176
176
  position: 'relative',
177
177
  boxShadow: theme.shadows['shadow/overlay'],
178
- backgroundColor: theme.colors['surface/overlay'],
178
+ backgroundColor: theme.colors['surface'],
179
179
  outline: 'none',
180
180
  overflow: 'hidden',
181
181
  margin: 'auto'
@@ -181,7 +181,7 @@ const BaseDrawer = styled.div(({
181
181
  flexDirection: 'column',
182
182
  position: 'relative',
183
183
  boxShadow: theme.shadows['shadow/overlay'],
184
- backgroundColor: theme.colors['surface/overlay'],
184
+ backgroundColor: theme.colors['surface'],
185
185
  outline: 'none',
186
186
  overflow: 'hidden',
187
187
  margin: 'auto',
@@ -119,7 +119,7 @@ const BaseFlash = styled.div`
119
119
  }
120
120
  },
121
121
  assist: {
122
- 'background': `linear-gradient(${theme.colors['surface/overlay']}, ${theme.colors['surface/overlay']}) padding-box, linear-gradient(${theme.gradients['border/accent/violet']}) border-box`,
122
+ 'background': `linear-gradient(${theme.colors['surface']}, ${theme.colors['surface']}) padding-box, linear-gradient(${theme.gradients['border/accent/violet']}) border-box`,
123
123
  'borderWidth': 1,
124
124
  'borderStyle': 'solid',
125
125
  'borderColor': 'transparent',
@@ -49,7 +49,7 @@ const BaseSwitch = styled(UnstyledSwitch)`
49
49
  height: ${forcePixelValue(16)};
50
50
  background-color: ${({
51
51
  theme
52
- }) => theme.colors['surface/overlay']};
52
+ }) => theme.colors['surface']};
53
53
  top: ${forcePixelValue(2)};
54
54
  border-radius: ${({
55
55
  theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.60.0",
3
+ "version": "2.60.1",
4
4
  "description": "React components, hooks for create teamturing web application",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -55,7 +55,7 @@
55
55
  "@floating-ui/react": "^0.27.16",
56
56
  "@primer/behaviors": "^1.3.6",
57
57
  "@teamturing/icons": "^1.64.0",
58
- "@teamturing/token-studio": "^1.16.3",
58
+ "@teamturing/token-studio": "^1.16.4",
59
59
  "@teamturing/utils": "^1.6.1",
60
60
  "framer-motion": "^10.16.4",
61
61
  "lodash.debounce": "^4.0.8",
@@ -64,5 +64,5 @@
64
64
  "react-textarea-autosize": "^8.5.3",
65
65
  "styled-system": "^5.1.5"
66
66
  },
67
- "gitHead": "7f481703b05fc102b053df24bcceca284c1c72ec"
67
+ "gitHead": "b281115ee74367009dc0b9bc85ca6bfe1834a742"
68
68
  }