@teamturing/react-kit 2.23.4 → 2.23.5

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
@@ -25033,28 +25033,28 @@ const skyBlue = {
25033
25033
  skyBlue900: '#2A5362'
25034
25034
  };
25035
25035
  const indianRed = {
25036
- indianRed50: '#632A2A',
25037
- indianRed100: '#823838',
25038
- indianRed200: '#A84848',
25039
- indianRed300: '#D75C5C',
25040
- indianRed400: '#EC6565',
25041
- indianRed500: '#F08484',
25042
- indianRed600: '#F29898',
25043
- indianRed700: '#F6B8B8',
25044
- indianRed800: '#F9CFCF',
25045
- indianRed900: '#FDF0F0'
25036
+ indianRed50: '#FDF0F0',
25037
+ indianRed100: '#F9CFCF',
25038
+ indianRed200: '#F6B8B8',
25039
+ indianRed300: '#F29898',
25040
+ indianRed400: '#F08484',
25041
+ indianRed500: '#EC6565',
25042
+ indianRed600: '#D75C5C',
25043
+ indianRed700: '#A84848',
25044
+ indianRed800: '#823838',
25045
+ indianRed900: '#632A2A'
25046
25046
  };
25047
25047
  const mustardYellow = {
25048
- mustardYellow50: '#675025',
25049
- mustardYellow100: '#876931',
25050
- mustardYellow200: '#AE883F',
25051
- mustardYellow300: '#DFAE51',
25052
- mustardYellow400: '#F5BF59',
25053
- mustardYellow500: '#F7CC7A',
25054
- mustardYellow600: '#F8D490',
25055
- mustardYellow700: '#FAE2B3',
25056
- mustardYellow800: '#FCEBCC',
25057
- mustardYellow900: '#FEF9EE'
25048
+ mustardYellow50: '#FEF9EE',
25049
+ mustardYellow100: '#FCEBCC',
25050
+ mustardYellow200: '#FAE2B3',
25051
+ mustardYellow300: '#F8D490',
25052
+ mustardYellow400: '#F7CC7A',
25053
+ mustardYellow500: '#F5BF59',
25054
+ mustardYellow600: '#DFAE51',
25055
+ mustardYellow700: '#AE883F',
25056
+ mustardYellow800: '#876931',
25057
+ mustardYellow900: '#675025'
25058
25058
  };
25059
25059
  const palette = {
25060
25060
  ...gray,
@@ -147,26 +147,26 @@ declare const theme: {
147
147
  'scale/skyblue/7': "#468CA6";
148
148
  'scale/skyblue/8': "#366C81";
149
149
  'scale/skyblue/9': "#2A5362";
150
- 'scale/red/0': "#632A2A";
151
- 'scale/red/1': "#823838";
152
- 'scale/red/2': "#A84848";
153
- 'scale/red/3': "#D75C5C";
154
- 'scale/red/4': "#EC6565";
155
- 'scale/red/5': "#F08484";
156
- 'scale/red/6': "#F29898";
157
- 'scale/red/7': "#F6B8B8";
158
- 'scale/red/8': "#F9CFCF";
159
- 'scale/red/9': "#FDF0F0";
160
- 'scale/yellow/0': "#675025";
161
- 'scale/yellow/1': "#876931";
162
- 'scale/yellow/2': "#AE883F";
163
- 'scale/yellow/3': "#DFAE51";
164
- 'scale/yellow/4': "#F5BF59";
165
- 'scale/yellow/5': "#F7CC7A";
166
- 'scale/yellow/6': "#F8D490";
167
- 'scale/yellow/7': "#FAE2B3";
168
- 'scale/yellow/8': "#FCEBCC";
169
- 'scale/yellow/9': "#FEF9EE";
150
+ 'scale/red/0': "#FDF0F0";
151
+ 'scale/red/1': "#F9CFCF";
152
+ 'scale/red/2': "#F6B8B8";
153
+ 'scale/red/3': "#F29898";
154
+ 'scale/red/4': "#F08484";
155
+ 'scale/red/5': "#EC6565";
156
+ 'scale/red/6': "#D75C5C";
157
+ 'scale/red/7': "#A84848";
158
+ 'scale/red/8': "#823838";
159
+ 'scale/red/9': "#632A2A";
160
+ 'scale/yellow/0': "#FEF9EE";
161
+ 'scale/yellow/1': "#FCEBCC";
162
+ 'scale/yellow/2': "#FAE2B3";
163
+ 'scale/yellow/3': "#F8D490";
164
+ 'scale/yellow/4': "#F7CC7A";
165
+ 'scale/yellow/5': "#F5BF59";
166
+ 'scale/yellow/6': "#DFAE51";
167
+ 'scale/yellow/7': "#AE883F";
168
+ 'scale/yellow/8': "#876931";
169
+ 'scale/yellow/9': "#675025";
170
170
  dim: "#00000099";
171
171
  link: "#4880ee";
172
172
  'link/hovered': "#335ba9";
@@ -102,28 +102,28 @@ const skyBlue = {
102
102
  skyBlue900: '#2A5362'
103
103
  };
104
104
  const indianRed = {
105
- indianRed50: '#632A2A',
106
- indianRed100: '#823838',
107
- indianRed200: '#A84848',
108
- indianRed300: '#D75C5C',
109
- indianRed400: '#EC6565',
110
- indianRed500: '#F08484',
111
- indianRed600: '#F29898',
112
- indianRed700: '#F6B8B8',
113
- indianRed800: '#F9CFCF',
114
- indianRed900: '#FDF0F0'
105
+ indianRed50: '#FDF0F0',
106
+ indianRed100: '#F9CFCF',
107
+ indianRed200: '#F6B8B8',
108
+ indianRed300: '#F29898',
109
+ indianRed400: '#F08484',
110
+ indianRed500: '#EC6565',
111
+ indianRed600: '#D75C5C',
112
+ indianRed700: '#A84848',
113
+ indianRed800: '#823838',
114
+ indianRed900: '#632A2A'
115
115
  };
116
116
  const mustardYellow = {
117
- mustardYellow50: '#675025',
118
- mustardYellow100: '#876931',
119
- mustardYellow200: '#AE883F',
120
- mustardYellow300: '#DFAE51',
121
- mustardYellow400: '#F5BF59',
122
- mustardYellow500: '#F7CC7A',
123
- mustardYellow600: '#F8D490',
124
- mustardYellow700: '#FAE2B3',
125
- mustardYellow800: '#FCEBCC',
126
- mustardYellow900: '#FEF9EE'
117
+ mustardYellow50: '#FEF9EE',
118
+ mustardYellow100: '#FCEBCC',
119
+ mustardYellow200: '#FAE2B3',
120
+ mustardYellow300: '#F8D490',
121
+ mustardYellow400: '#F7CC7A',
122
+ mustardYellow500: '#F5BF59',
123
+ mustardYellow600: '#DFAE51',
124
+ mustardYellow700: '#AE883F',
125
+ mustardYellow800: '#876931',
126
+ mustardYellow900: '#675025'
127
127
  };
128
128
  const palette = {
129
129
  ...gray,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.23.4",
3
+ "version": "2.23.5",
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",
@@ -56,7 +56,7 @@
56
56
  "@floating-ui/react-dom": "^2.0.2",
57
57
  "@primer/behaviors": "^1.3.6",
58
58
  "@teamturing/icons": "^1.37.1",
59
- "@teamturing/token-studio": "^1.3.0",
59
+ "@teamturing/token-studio": "^1.4.0",
60
60
  "@teamturing/utils": "^1.2.1",
61
61
  "framer-motion": "^10.16.4",
62
62
  "lodash.debounce": "^4.0.8",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "0786df39858b726dd303cc82a6208238fbc752b2"
69
+ "gitHead": "85541d2a7a6d648d8ea5e8f157efa0a1d112b54a"
70
70
  }