@remember-web/mixin 0.4.1 → 0.4.3
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/src/colors/theme.cjs.js +4 -2
- package/dist/src/colors/theme.cjs.js.map +1 -1
- package/dist/src/colors/theme.d.ts.map +1 -1
- package/dist/src/colors/theme.esm.js +4 -2
- package/dist/src/colors/theme.esm.js.map +1 -1
- package/dist/src/colors/variables.cjs.js +2 -0
- package/dist/src/colors/variables.cjs.js.map +1 -1
- package/dist/src/colors/variables.d.ts +1 -0
- package/dist/src/colors/variables.d.ts.map +1 -1
- package/dist/src/colors/variables.esm.js +2 -1
- package/dist/src/colors/variables.esm.js.map +1 -1
- package/dist/src/index.cjs.js +1 -0
- package/dist/src/index.cjs.js.map +1 -1
- package/dist/src/index.esm.js +1 -1
- package/package.json +1 -1
- package/src/colors/theme.ts +4 -2
- package/src/colors/variables.ts +1 -0
|
@@ -18,7 +18,7 @@ var RUI_COLOR_THEME = {
|
|
|
18
18
|
'--rui-disabled-role-red': '#F7ABAB',
|
|
19
19
|
'--rui-disabled-secondary': '#FFE3D1',
|
|
20
20
|
'--rui-role-red': '#ED4E4E',
|
|
21
|
-
'--rui-role-yellow': '#
|
|
21
|
+
'--rui-role-yellow': '#FDB100',
|
|
22
22
|
'--rui-role-blue': '#0B69EB',
|
|
23
23
|
'--rui-role-green': '#239E7B',
|
|
24
24
|
'--rui-bg100': '#FFFFFF',
|
|
@@ -30,9 +30,10 @@ var RUI_COLOR_THEME = {
|
|
|
30
30
|
'--rui-bg-secondary100': '#FFF4ED',
|
|
31
31
|
'--rui-bg-highlight': '#FCF5DC',
|
|
32
32
|
'--rui-bg-tiny-highlight': '#FAEDC3',
|
|
33
|
-
'--rui-bg-role-yellow': '#
|
|
33
|
+
'--rui-bg-role-yellow': '#FFF7E5',
|
|
34
34
|
'--rui-bg-role-blue': '#EDF4FF',
|
|
35
35
|
'--rui-bg-role-green': '#D9FCF2',
|
|
36
|
+
'--rui-bg-role-ai': '#F9F5FF',
|
|
36
37
|
'--rui-divider': '#D4D4D4',
|
|
37
38
|
'--rui-divider-lite': '#EBEBEB',
|
|
38
39
|
'--rui-fixed-white': '#FFFFFF',
|
|
@@ -68,6 +69,7 @@ var RUI_COLOR_THEME = {
|
|
|
68
69
|
'--rui-bg-role-yellow': '#383015',
|
|
69
70
|
'--rui-bg-role-blue': '#002861',
|
|
70
71
|
'--rui-bg-role-green': '#1A4D3E',
|
|
72
|
+
'--rui-bg-role-ai': '#291E3C',
|
|
71
73
|
'--rui-divider': '#424242',
|
|
72
74
|
'--rui-divider-lite': '#2E2E2E',
|
|
73
75
|
'--rui-fixed-white': '#FFFFFF',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.cjs.js","sources":["../../../src/colors/theme.ts"],"sourcesContent":["import type { RUIColorThemeType } from './types';\n\n/**\n * {@link https://www.figma.com/design/DY6szh497Eiansxv9Sbg0F/Design-Library?node-id=321-127&m=dev}\n */\nexport const RUI_COLOR_THEME: RUIColorThemeType = {\n light: {\n '--rui-primary100': '#000000',\n '--rui-primary200': '#FFFFFF',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#000000',\n '--rui-contents100': '#424242',\n '--rui-contents150': '#808080',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#D4D4D4',\n '--rui-contents999': '#FFFFFF',\n '--rui-disabled': '#D4D4D4',\n '--rui-disabled-role-red': '#F7ABAB',\n '--rui-disabled-secondary': '#FFE3D1',\n '--rui-role-red': '#ED4E4E',\n '--rui-role-yellow': '#
|
|
1
|
+
{"version":3,"file":"theme.cjs.js","sources":["../../../src/colors/theme.ts"],"sourcesContent":["import type { RUIColorThemeType } from './types';\n\n/**\n * {@link https://www.figma.com/design/DY6szh497Eiansxv9Sbg0F/Design-Library?node-id=321-127&m=dev}\n */\nexport const RUI_COLOR_THEME: RUIColorThemeType = {\n light: {\n '--rui-primary100': '#000000',\n '--rui-primary200': '#FFFFFF',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#000000',\n '--rui-contents100': '#424242',\n '--rui-contents150': '#808080',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#D4D4D4',\n '--rui-contents999': '#FFFFFF',\n '--rui-disabled': '#D4D4D4',\n '--rui-disabled-role-red': '#F7ABAB',\n '--rui-disabled-secondary': '#FFE3D1',\n '--rui-role-red': '#ED4E4E',\n '--rui-role-yellow': '#FDB100',\n '--rui-role-blue': '#0B69EB',\n '--rui-role-green': '#239E7B',\n '--rui-bg100': '#FFFFFF',\n '--rui-bg200': '#FAFAFA',\n '--rui-bg300': '#F2F2F2',\n '--rui-bg-modal100': '#FFFFFF',\n '--rui-bg-modal200': '#FAFAFA',\n '--rui-bg-role-red': '#FFF5F5',\n '--rui-bg-secondary100': '#FFF4ED',\n '--rui-bg-highlight': '#FCF5DC',\n '--rui-bg-tiny-highlight': '#FAEDC3',\n '--rui-bg-role-yellow': '#FFF7E5',\n '--rui-bg-role-blue': '#EDF4FF',\n '--rui-bg-role-green': '#D9FCF2',\n '--rui-bg-role-ai': '#F9F5FF',\n '--rui-divider': '#D4D4D4',\n '--rui-divider-lite': '#EBEBEB',\n '--rui-fixed-white': '#FFFFFF',\n '--rui-fixed-black': '#000000',\n '--rui-fixed-bg-white': '#FFFFFF',\n },\n dark: {\n '--rui-primary100': '#FFFFFF',\n '--rui-primary200': '#000000',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#FFFFFF',\n '--rui-contents100': '#EBEBEB',\n '--rui-contents150': '#D4D4D4',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#808080',\n '--rui-contents999': '#000000',\n '--rui-disabled': '#808080',\n '--rui-disabled-role-red': '#6B2424',\n '--rui-disabled-secondary': '#4D2A14',\n '--rui-role-red': '#EB3838',\n '--rui-role-yellow': '#D1AD36',\n '--rui-role-blue': '#418AF0',\n '--rui-role-green': '#21C798',\n '--rui-bg100': '#1A1A1A',\n '--rui-bg200': '#000000',\n '--rui-bg300': '#000000',\n '--rui-bg-modal100': '#2E2E2E',\n '--rui-bg-modal200': '#424242',\n '--rui-bg-role-red': '#521D1D',\n '--rui-bg-secondary100': '#331D0F',\n '--rui-bg-highlight': '#383015',\n '--rui-bg-tiny-highlight': '#52451D',\n '--rui-bg-role-yellow': '#383015',\n '--rui-bg-role-blue': '#002861',\n '--rui-bg-role-green': '#1A4D3E',\n '--rui-bg-role-ai': '#291E3C',\n '--rui-divider': '#424242',\n '--rui-divider-lite': '#2E2E2E',\n '--rui-fixed-white': '#FFFFFF',\n '--rui-fixed-black': '#000000',\n '--rui-fixed-bg-white': '#FFFFFF',\n },\n};\n"],"names":["RUI_COLOR_THEME","light","dark"],"mappings":";;AAEA;AACA;AACA;AACO,IAAMA,eAAkC,GAAG;AAChDC,EAAAA,KAAK,EAAE;AACL,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,0BAA0B,EAAE,SAAS;AACrC,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,iBAAiB,EAAE,SAAS;AAC5B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,uBAAuB,EAAE,SAAS;AAClC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,sBAAsB,EAAE,SAAS;AACjC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,qBAAqB,EAAE,SAAS;AAChC,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,eAAe,EAAE,SAAS;AAC1B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,sBAAsB,EAAE;GACzB;AACDC,EAAAA,IAAI,EAAE;AACJ,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,0BAA0B,EAAE,SAAS;AACrC,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,iBAAiB,EAAE,SAAS;AAC5B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,uBAAuB,EAAE,SAAS;AAClC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,sBAAsB,EAAE,SAAS;AACjC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,qBAAqB,EAAE,SAAS;AAChC,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,eAAe,EAAE,SAAS;AAC1B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,sBAAsB,EAAE;AAC1B;AACF;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/colors/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/colors/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,iBAyE7B,CAAC"}
|
|
@@ -16,7 +16,7 @@ var RUI_COLOR_THEME = {
|
|
|
16
16
|
'--rui-disabled-role-red': '#F7ABAB',
|
|
17
17
|
'--rui-disabled-secondary': '#FFE3D1',
|
|
18
18
|
'--rui-role-red': '#ED4E4E',
|
|
19
|
-
'--rui-role-yellow': '#
|
|
19
|
+
'--rui-role-yellow': '#FDB100',
|
|
20
20
|
'--rui-role-blue': '#0B69EB',
|
|
21
21
|
'--rui-role-green': '#239E7B',
|
|
22
22
|
'--rui-bg100': '#FFFFFF',
|
|
@@ -28,9 +28,10 @@ var RUI_COLOR_THEME = {
|
|
|
28
28
|
'--rui-bg-secondary100': '#FFF4ED',
|
|
29
29
|
'--rui-bg-highlight': '#FCF5DC',
|
|
30
30
|
'--rui-bg-tiny-highlight': '#FAEDC3',
|
|
31
|
-
'--rui-bg-role-yellow': '#
|
|
31
|
+
'--rui-bg-role-yellow': '#FFF7E5',
|
|
32
32
|
'--rui-bg-role-blue': '#EDF4FF',
|
|
33
33
|
'--rui-bg-role-green': '#D9FCF2',
|
|
34
|
+
'--rui-bg-role-ai': '#F9F5FF',
|
|
34
35
|
'--rui-divider': '#D4D4D4',
|
|
35
36
|
'--rui-divider-lite': '#EBEBEB',
|
|
36
37
|
'--rui-fixed-white': '#FFFFFF',
|
|
@@ -66,6 +67,7 @@ var RUI_COLOR_THEME = {
|
|
|
66
67
|
'--rui-bg-role-yellow': '#383015',
|
|
67
68
|
'--rui-bg-role-blue': '#002861',
|
|
68
69
|
'--rui-bg-role-green': '#1A4D3E',
|
|
70
|
+
'--rui-bg-role-ai': '#291E3C',
|
|
69
71
|
'--rui-divider': '#424242',
|
|
70
72
|
'--rui-divider-lite': '#2E2E2E',
|
|
71
73
|
'--rui-fixed-white': '#FFFFFF',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.esm.js","sources":["../../../src/colors/theme.ts"],"sourcesContent":["import type { RUIColorThemeType } from './types';\n\n/**\n * {@link https://www.figma.com/design/DY6szh497Eiansxv9Sbg0F/Design-Library?node-id=321-127&m=dev}\n */\nexport const RUI_COLOR_THEME: RUIColorThemeType = {\n light: {\n '--rui-primary100': '#000000',\n '--rui-primary200': '#FFFFFF',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#000000',\n '--rui-contents100': '#424242',\n '--rui-contents150': '#808080',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#D4D4D4',\n '--rui-contents999': '#FFFFFF',\n '--rui-disabled': '#D4D4D4',\n '--rui-disabled-role-red': '#F7ABAB',\n '--rui-disabled-secondary': '#FFE3D1',\n '--rui-role-red': '#ED4E4E',\n '--rui-role-yellow': '#
|
|
1
|
+
{"version":3,"file":"theme.esm.js","sources":["../../../src/colors/theme.ts"],"sourcesContent":["import type { RUIColorThemeType } from './types';\n\n/**\n * {@link https://www.figma.com/design/DY6szh497Eiansxv9Sbg0F/Design-Library?node-id=321-127&m=dev}\n */\nexport const RUI_COLOR_THEME: RUIColorThemeType = {\n light: {\n '--rui-primary100': '#000000',\n '--rui-primary200': '#FFFFFF',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#000000',\n '--rui-contents100': '#424242',\n '--rui-contents150': '#808080',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#D4D4D4',\n '--rui-contents999': '#FFFFFF',\n '--rui-disabled': '#D4D4D4',\n '--rui-disabled-role-red': '#F7ABAB',\n '--rui-disabled-secondary': '#FFE3D1',\n '--rui-role-red': '#ED4E4E',\n '--rui-role-yellow': '#FDB100',\n '--rui-role-blue': '#0B69EB',\n '--rui-role-green': '#239E7B',\n '--rui-bg100': '#FFFFFF',\n '--rui-bg200': '#FAFAFA',\n '--rui-bg300': '#F2F2F2',\n '--rui-bg-modal100': '#FFFFFF',\n '--rui-bg-modal200': '#FAFAFA',\n '--rui-bg-role-red': '#FFF5F5',\n '--rui-bg-secondary100': '#FFF4ED',\n '--rui-bg-highlight': '#FCF5DC',\n '--rui-bg-tiny-highlight': '#FAEDC3',\n '--rui-bg-role-yellow': '#FFF7E5',\n '--rui-bg-role-blue': '#EDF4FF',\n '--rui-bg-role-green': '#D9FCF2',\n '--rui-bg-role-ai': '#F9F5FF',\n '--rui-divider': '#D4D4D4',\n '--rui-divider-lite': '#EBEBEB',\n '--rui-fixed-white': '#FFFFFF',\n '--rui-fixed-black': '#000000',\n '--rui-fixed-bg-white': '#FFFFFF',\n },\n dark: {\n '--rui-primary100': '#FFFFFF',\n '--rui-primary200': '#000000',\n '--rui-secondary100': '#FF6A0D',\n '--rui-contents000': '#FFFFFF',\n '--rui-contents100': '#EBEBEB',\n '--rui-contents150': '#D4D4D4',\n '--rui-contents200': '#BDBDBD',\n '--rui-contents300': '#808080',\n '--rui-contents999': '#000000',\n '--rui-disabled': '#808080',\n '--rui-disabled-role-red': '#6B2424',\n '--rui-disabled-secondary': '#4D2A14',\n '--rui-role-red': '#EB3838',\n '--rui-role-yellow': '#D1AD36',\n '--rui-role-blue': '#418AF0',\n '--rui-role-green': '#21C798',\n '--rui-bg100': '#1A1A1A',\n '--rui-bg200': '#000000',\n '--rui-bg300': '#000000',\n '--rui-bg-modal100': '#2E2E2E',\n '--rui-bg-modal200': '#424242',\n '--rui-bg-role-red': '#521D1D',\n '--rui-bg-secondary100': '#331D0F',\n '--rui-bg-highlight': '#383015',\n '--rui-bg-tiny-highlight': '#52451D',\n '--rui-bg-role-yellow': '#383015',\n '--rui-bg-role-blue': '#002861',\n '--rui-bg-role-green': '#1A4D3E',\n '--rui-bg-role-ai': '#291E3C',\n '--rui-divider': '#424242',\n '--rui-divider-lite': '#2E2E2E',\n '--rui-fixed-white': '#FFFFFF',\n '--rui-fixed-black': '#000000',\n '--rui-fixed-bg-white': '#FFFFFF',\n },\n};\n"],"names":["RUI_COLOR_THEME","light","dark"],"mappings":"AAEA;AACA;AACA;AACO,IAAMA,eAAkC,GAAG;AAChDC,EAAAA,KAAK,EAAE;AACL,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,0BAA0B,EAAE,SAAS;AACrC,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,iBAAiB,EAAE,SAAS;AAC5B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,uBAAuB,EAAE,SAAS;AAClC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,sBAAsB,EAAE,SAAS;AACjC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,qBAAqB,EAAE,SAAS;AAChC,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,eAAe,EAAE,SAAS;AAC1B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,sBAAsB,EAAE;GACzB;AACDC,EAAAA,IAAI,EAAE;AACJ,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,0BAA0B,EAAE,SAAS;AACrC,IAAA,gBAAgB,EAAE,SAAS;AAC3B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,iBAAiB,EAAE,SAAS;AAC5B,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,aAAa,EAAE,SAAS;AACxB,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,uBAAuB,EAAE,SAAS;AAClC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,yBAAyB,EAAE,SAAS;AACpC,IAAA,sBAAsB,EAAE,SAAS;AACjC,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,qBAAqB,EAAE,SAAS;AAChC,IAAA,kBAAkB,EAAE,SAAS;AAC7B,IAAA,eAAe,EAAE,SAAS;AAC1B,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,mBAAmB,EAAE,SAAS;AAC9B,IAAA,sBAAsB,EAAE;AAC1B;AACF;;;;"}
|
|
@@ -36,6 +36,7 @@ var bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';
|
|
|
36
36
|
var bgRoleYellow = 'var(--rui-bg-role-yellow)';
|
|
37
37
|
var bgRoleBlue = 'var(--rui-bg-role-blue)';
|
|
38
38
|
var bgRoleGreen = 'var(--rui-bg-role-green)';
|
|
39
|
+
var bgRoleAI = 'var(--rui-bg-role-ai)';
|
|
39
40
|
|
|
40
41
|
// Divider
|
|
41
42
|
var divider = 'var(--rui-divider)';
|
|
@@ -52,6 +53,7 @@ exports.bg300 = bg300;
|
|
|
52
53
|
exports.bgHighlight = bgHighlight;
|
|
53
54
|
exports.bgModal100 = bgModal100;
|
|
54
55
|
exports.bgModal200 = bgModal200;
|
|
56
|
+
exports.bgRoleAI = bgRoleAI;
|
|
55
57
|
exports.bgRoleBlue = bgRoleBlue;
|
|
56
58
|
exports.bgRoleGreen = bgRoleGreen;
|
|
57
59
|
exports.bgRoleRed = bgRoleRed;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.cjs.js","sources":["../../../src/colors/variables.ts"],"sourcesContent":["export const primary100 = 'var(--rui-primary100)';\nexport const primary200 = 'var(--rui-primary200)';\nexport const secondary100 = 'var(--rui-secondary100)';\n\n// Contents txt/ label/ border/ divider\nexport const contents000 = 'var(--rui-contents000)';\nexport const contents100 = 'var(--rui-contents100)';\nexport const contents150 = 'var(--rui-contents150)';\nexport const contents200 = 'var(--rui-contents200)';\nexport const contents300 = 'var(--rui-contents300)';\nexport const contents999 = 'var(--rui-contents999)';\n\n// Disable disabled CTA\nexport const disabled = 'var(--rui-disabled)';\nexport const disabledRoleRed = 'var(--rui-disabled-role-red)';\nexport const disabledSecondary = 'var(--rui-disabled-secondary)';\n\n// Accent Error/ Link/\nexport const roleRed = 'var(--rui-role-red)';\nexport const roleYellow = 'var(--rui-role-yellow)';\nexport const roleBlue = 'var(--rui-role-blue)';\nexport const roleGreen = 'var(--rui-role-green)';\n\n// Background\nexport const bg100 = 'var(--rui-bg100)';\nexport const bg200 = 'var(--rui-bg200)';\nexport const bg300 = 'var(--rui-bg300)';\nexport const bgModal100 = 'var(--rui-bg-modal100)';\nexport const bgModal200 = 'var(--rui-bg-modal200)';\nexport const bgRoleRed = 'var(--rui-bg-role-red)';\nexport const bgSecondary100 = 'var(--rui-bg-secondary100)';\nexport const bgHighlight = 'var(--rui-bg-highlight)';\nexport const bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';\nexport const bgRoleYellow = 'var(--rui-bg-role-yellow)';\nexport const bgRoleBlue = 'var(--rui-bg-role-blue)';\nexport const bgRoleGreen = 'var(--rui-bg-role-green)';\n\n// Divider\nexport const divider = 'var(--rui-divider)';\nexport const dividerLite = 'var(--rui-divider-lite)';\n\n// Fixed\nexport const fixedWhite = 'var(--rui-fixed-white)';\nexport const fixedBgWhite = 'var(--rui-fixed-bg-white)';\nexport const fixedBlack = 'var(--rui-fixed-black)';\n"],"names":["primary100","primary200","secondary100","contents000","contents100","contents150","contents200","contents300","contents999","disabled","disabledRoleRed","disabledSecondary","roleRed","roleYellow","roleBlue","roleGreen","bg100","bg200","bg300","bgModal100","bgModal200","bgRoleRed","bgSecondary100","bgHighlight","bgTinyHighlight","bgRoleYellow","bgRoleBlue","bgRoleGreen","divider","dividerLite","fixedWhite","fixedBgWhite","fixedBlack"],"mappings":";;AAAO,IAAMA,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;;AAE5B;AACO,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,QAAQ,GAAG;AACjB,IAAMC,eAAe,GAAG;AACxB,IAAMC,iBAAiB,GAAG;;AAEjC;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,UAAU,GAAG;AACnB,IAAMC,QAAQ,GAAG;AACjB,IAAMC,SAAS,GAAG;;AAEzB;AACO,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,SAAS,GAAG;AAClB,IAAMC,cAAc,GAAG;AACvB,IAAMC,WAAW,GAAG;AACpB,IAAMC,eAAe,GAAG;AACxB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;AACnB,IAAMC,WAAW,GAAG;;
|
|
1
|
+
{"version":3,"file":"variables.cjs.js","sources":["../../../src/colors/variables.ts"],"sourcesContent":["export const primary100 = 'var(--rui-primary100)';\nexport const primary200 = 'var(--rui-primary200)';\nexport const secondary100 = 'var(--rui-secondary100)';\n\n// Contents txt/ label/ border/ divider\nexport const contents000 = 'var(--rui-contents000)';\nexport const contents100 = 'var(--rui-contents100)';\nexport const contents150 = 'var(--rui-contents150)';\nexport const contents200 = 'var(--rui-contents200)';\nexport const contents300 = 'var(--rui-contents300)';\nexport const contents999 = 'var(--rui-contents999)';\n\n// Disable disabled CTA\nexport const disabled = 'var(--rui-disabled)';\nexport const disabledRoleRed = 'var(--rui-disabled-role-red)';\nexport const disabledSecondary = 'var(--rui-disabled-secondary)';\n\n// Accent Error/ Link/\nexport const roleRed = 'var(--rui-role-red)';\nexport const roleYellow = 'var(--rui-role-yellow)';\nexport const roleBlue = 'var(--rui-role-blue)';\nexport const roleGreen = 'var(--rui-role-green)';\n\n// Background\nexport const bg100 = 'var(--rui-bg100)';\nexport const bg200 = 'var(--rui-bg200)';\nexport const bg300 = 'var(--rui-bg300)';\nexport const bgModal100 = 'var(--rui-bg-modal100)';\nexport const bgModal200 = 'var(--rui-bg-modal200)';\nexport const bgRoleRed = 'var(--rui-bg-role-red)';\nexport const bgSecondary100 = 'var(--rui-bg-secondary100)';\nexport const bgHighlight = 'var(--rui-bg-highlight)';\nexport const bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';\nexport const bgRoleYellow = 'var(--rui-bg-role-yellow)';\nexport const bgRoleBlue = 'var(--rui-bg-role-blue)';\nexport const bgRoleGreen = 'var(--rui-bg-role-green)';\nexport const bgRoleAI = 'var(--rui-bg-role-ai)';\n\n// Divider\nexport const divider = 'var(--rui-divider)';\nexport const dividerLite = 'var(--rui-divider-lite)';\n\n// Fixed\nexport const fixedWhite = 'var(--rui-fixed-white)';\nexport const fixedBgWhite = 'var(--rui-fixed-bg-white)';\nexport const fixedBlack = 'var(--rui-fixed-black)';\n"],"names":["primary100","primary200","secondary100","contents000","contents100","contents150","contents200","contents300","contents999","disabled","disabledRoleRed","disabledSecondary","roleRed","roleYellow","roleBlue","roleGreen","bg100","bg200","bg300","bgModal100","bgModal200","bgRoleRed","bgSecondary100","bgHighlight","bgTinyHighlight","bgRoleYellow","bgRoleBlue","bgRoleGreen","bgRoleAI","divider","dividerLite","fixedWhite","fixedBgWhite","fixedBlack"],"mappings":";;AAAO,IAAMA,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;;AAE5B;AACO,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,QAAQ,GAAG;AACjB,IAAMC,eAAe,GAAG;AACxB,IAAMC,iBAAiB,GAAG;;AAEjC;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,UAAU,GAAG;AACnB,IAAMC,QAAQ,GAAG;AACjB,IAAMC,SAAS,GAAG;;AAEzB;AACO,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,SAAS,GAAG;AAClB,IAAMC,cAAc,GAAG;AACvB,IAAMC,WAAW,GAAG;AACpB,IAAMC,eAAe,GAAG;AACxB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;AACnB,IAAMC,WAAW,GAAG;AACpB,IAAMC,QAAQ,GAAG;;AAExB;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -26,6 +26,7 @@ export declare const bgTinyHighlight = "var(--rui-bg-tiny-highlight)";
|
|
|
26
26
|
export declare const bgRoleYellow = "var(--rui-bg-role-yellow)";
|
|
27
27
|
export declare const bgRoleBlue = "var(--rui-bg-role-blue)";
|
|
28
28
|
export declare const bgRoleGreen = "var(--rui-bg-role-green)";
|
|
29
|
+
export declare const bgRoleAI = "var(--rui-bg-role-ai)";
|
|
29
30
|
export declare const divider = "var(--rui-divider)";
|
|
30
31
|
export declare const dividerLite = "var(--rui-divider-lite)";
|
|
31
32
|
export declare const fixedWhite = "var(--rui-fixed-white)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/colors/variables.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,YAAY,4BAA4B,CAAC;AAGtD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AAGpD,eAAO,MAAM,QAAQ,wBAAwB,CAAC;AAC9C,eAAO,MAAM,eAAe,iCAAiC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,kCAAkC,CAAC;AAGjE,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,QAAQ,yBAAyB,CAAC;AAC/C,eAAO,MAAM,SAAS,0BAA0B,CAAC;AAGjD,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,SAAS,2BAA2B,CAAC;AAClD,eAAO,MAAM,cAAc,+BAA+B,CAAC;AAC3D,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,eAAe,iCAAiC,CAAC;AAC9D,eAAO,MAAM,YAAY,8BAA8B,CAAC;AACxD,eAAO,MAAM,UAAU,4BAA4B,CAAC;AACpD,eAAO,MAAM,WAAW,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/colors/variables.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,YAAY,4BAA4B,CAAC;AAGtD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AACpD,eAAO,MAAM,WAAW,2BAA2B,CAAC;AAGpD,eAAO,MAAM,QAAQ,wBAAwB,CAAC;AAC9C,eAAO,MAAM,eAAe,iCAAiC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,kCAAkC,CAAC;AAGjE,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,QAAQ,yBAAyB,CAAC;AAC/C,eAAO,MAAM,SAAS,0BAA0B,CAAC;AAGjD,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,KAAK,qBAAqB,CAAC;AACxC,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,SAAS,2BAA2B,CAAC;AAClD,eAAO,MAAM,cAAc,+BAA+B,CAAC;AAC3D,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,eAAe,iCAAiC,CAAC;AAC9D,eAAO,MAAM,YAAY,8BAA8B,CAAC;AACxD,eAAO,MAAM,UAAU,4BAA4B,CAAC;AACpD,eAAO,MAAM,WAAW,6BAA6B,CAAC;AACtD,eAAO,MAAM,QAAQ,0BAA0B,CAAC;AAGhD,eAAO,MAAM,OAAO,uBAAuB,CAAC;AAC5C,eAAO,MAAM,WAAW,4BAA4B,CAAC;AAGrD,eAAO,MAAM,UAAU,2BAA2B,CAAC;AACnD,eAAO,MAAM,YAAY,8BAA8B,CAAC;AACxD,eAAO,MAAM,UAAU,2BAA2B,CAAC"}
|
|
@@ -34,6 +34,7 @@ var bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';
|
|
|
34
34
|
var bgRoleYellow = 'var(--rui-bg-role-yellow)';
|
|
35
35
|
var bgRoleBlue = 'var(--rui-bg-role-blue)';
|
|
36
36
|
var bgRoleGreen = 'var(--rui-bg-role-green)';
|
|
37
|
+
var bgRoleAI = 'var(--rui-bg-role-ai)';
|
|
37
38
|
|
|
38
39
|
// Divider
|
|
39
40
|
var divider = 'var(--rui-divider)';
|
|
@@ -44,5 +45,5 @@ var fixedWhite = 'var(--rui-fixed-white)';
|
|
|
44
45
|
var fixedBgWhite = 'var(--rui-fixed-bg-white)';
|
|
45
46
|
var fixedBlack = 'var(--rui-fixed-black)';
|
|
46
47
|
|
|
47
|
-
export { bg100, bg200, bg300, bgHighlight, bgModal100, bgModal200, bgRoleBlue, bgRoleGreen, bgRoleRed, bgRoleYellow, bgSecondary100, bgTinyHighlight, contents000, contents100, contents150, contents200, contents300, contents999, disabled, disabledRoleRed, disabledSecondary, divider, dividerLite, fixedBgWhite, fixedBlack, fixedWhite, primary100, primary200, roleBlue, roleGreen, roleRed, roleYellow, secondary100 };
|
|
48
|
+
export { bg100, bg200, bg300, bgHighlight, bgModal100, bgModal200, bgRoleAI, bgRoleBlue, bgRoleGreen, bgRoleRed, bgRoleYellow, bgSecondary100, bgTinyHighlight, contents000, contents100, contents150, contents200, contents300, contents999, disabled, disabledRoleRed, disabledSecondary, divider, dividerLite, fixedBgWhite, fixedBlack, fixedWhite, primary100, primary200, roleBlue, roleGreen, roleRed, roleYellow, secondary100 };
|
|
48
49
|
//# sourceMappingURL=variables.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.esm.js","sources":["../../../src/colors/variables.ts"],"sourcesContent":["export const primary100 = 'var(--rui-primary100)';\nexport const primary200 = 'var(--rui-primary200)';\nexport const secondary100 = 'var(--rui-secondary100)';\n\n// Contents txt/ label/ border/ divider\nexport const contents000 = 'var(--rui-contents000)';\nexport const contents100 = 'var(--rui-contents100)';\nexport const contents150 = 'var(--rui-contents150)';\nexport const contents200 = 'var(--rui-contents200)';\nexport const contents300 = 'var(--rui-contents300)';\nexport const contents999 = 'var(--rui-contents999)';\n\n// Disable disabled CTA\nexport const disabled = 'var(--rui-disabled)';\nexport const disabledRoleRed = 'var(--rui-disabled-role-red)';\nexport const disabledSecondary = 'var(--rui-disabled-secondary)';\n\n// Accent Error/ Link/\nexport const roleRed = 'var(--rui-role-red)';\nexport const roleYellow = 'var(--rui-role-yellow)';\nexport const roleBlue = 'var(--rui-role-blue)';\nexport const roleGreen = 'var(--rui-role-green)';\n\n// Background\nexport const bg100 = 'var(--rui-bg100)';\nexport const bg200 = 'var(--rui-bg200)';\nexport const bg300 = 'var(--rui-bg300)';\nexport const bgModal100 = 'var(--rui-bg-modal100)';\nexport const bgModal200 = 'var(--rui-bg-modal200)';\nexport const bgRoleRed = 'var(--rui-bg-role-red)';\nexport const bgSecondary100 = 'var(--rui-bg-secondary100)';\nexport const bgHighlight = 'var(--rui-bg-highlight)';\nexport const bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';\nexport const bgRoleYellow = 'var(--rui-bg-role-yellow)';\nexport const bgRoleBlue = 'var(--rui-bg-role-blue)';\nexport const bgRoleGreen = 'var(--rui-bg-role-green)';\n\n// Divider\nexport const divider = 'var(--rui-divider)';\nexport const dividerLite = 'var(--rui-divider-lite)';\n\n// Fixed\nexport const fixedWhite = 'var(--rui-fixed-white)';\nexport const fixedBgWhite = 'var(--rui-fixed-bg-white)';\nexport const fixedBlack = 'var(--rui-fixed-black)';\n"],"names":["primary100","primary200","secondary100","contents000","contents100","contents150","contents200","contents300","contents999","disabled","disabledRoleRed","disabledSecondary","roleRed","roleYellow","roleBlue","roleGreen","bg100","bg200","bg300","bgModal100","bgModal200","bgRoleRed","bgSecondary100","bgHighlight","bgTinyHighlight","bgRoleYellow","bgRoleBlue","bgRoleGreen","divider","dividerLite","fixedWhite","fixedBgWhite","fixedBlack"],"mappings":"AAAO,IAAMA,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;;AAE5B;AACO,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,QAAQ,GAAG;AACjB,IAAMC,eAAe,GAAG;AACxB,IAAMC,iBAAiB,GAAG;;AAEjC;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,UAAU,GAAG;AACnB,IAAMC,QAAQ,GAAG;AACjB,IAAMC,SAAS,GAAG;;AAEzB;AACO,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,SAAS,GAAG;AAClB,IAAMC,cAAc,GAAG;AACvB,IAAMC,WAAW,GAAG;AACpB,IAAMC,eAAe,GAAG;AACxB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;AACnB,IAAMC,WAAW,GAAG;;
|
|
1
|
+
{"version":3,"file":"variables.esm.js","sources":["../../../src/colors/variables.ts"],"sourcesContent":["export const primary100 = 'var(--rui-primary100)';\nexport const primary200 = 'var(--rui-primary200)';\nexport const secondary100 = 'var(--rui-secondary100)';\n\n// Contents txt/ label/ border/ divider\nexport const contents000 = 'var(--rui-contents000)';\nexport const contents100 = 'var(--rui-contents100)';\nexport const contents150 = 'var(--rui-contents150)';\nexport const contents200 = 'var(--rui-contents200)';\nexport const contents300 = 'var(--rui-contents300)';\nexport const contents999 = 'var(--rui-contents999)';\n\n// Disable disabled CTA\nexport const disabled = 'var(--rui-disabled)';\nexport const disabledRoleRed = 'var(--rui-disabled-role-red)';\nexport const disabledSecondary = 'var(--rui-disabled-secondary)';\n\n// Accent Error/ Link/\nexport const roleRed = 'var(--rui-role-red)';\nexport const roleYellow = 'var(--rui-role-yellow)';\nexport const roleBlue = 'var(--rui-role-blue)';\nexport const roleGreen = 'var(--rui-role-green)';\n\n// Background\nexport const bg100 = 'var(--rui-bg100)';\nexport const bg200 = 'var(--rui-bg200)';\nexport const bg300 = 'var(--rui-bg300)';\nexport const bgModal100 = 'var(--rui-bg-modal100)';\nexport const bgModal200 = 'var(--rui-bg-modal200)';\nexport const bgRoleRed = 'var(--rui-bg-role-red)';\nexport const bgSecondary100 = 'var(--rui-bg-secondary100)';\nexport const bgHighlight = 'var(--rui-bg-highlight)';\nexport const bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';\nexport const bgRoleYellow = 'var(--rui-bg-role-yellow)';\nexport const bgRoleBlue = 'var(--rui-bg-role-blue)';\nexport const bgRoleGreen = 'var(--rui-bg-role-green)';\nexport const bgRoleAI = 'var(--rui-bg-role-ai)';\n\n// Divider\nexport const divider = 'var(--rui-divider)';\nexport const dividerLite = 'var(--rui-divider-lite)';\n\n// Fixed\nexport const fixedWhite = 'var(--rui-fixed-white)';\nexport const fixedBgWhite = 'var(--rui-fixed-bg-white)';\nexport const fixedBlack = 'var(--rui-fixed-black)';\n"],"names":["primary100","primary200","secondary100","contents000","contents100","contents150","contents200","contents300","contents999","disabled","disabledRoleRed","disabledSecondary","roleRed","roleYellow","roleBlue","roleGreen","bg100","bg200","bg300","bgModal100","bgModal200","bgRoleRed","bgSecondary100","bgHighlight","bgTinyHighlight","bgRoleYellow","bgRoleBlue","bgRoleGreen","bgRoleAI","divider","dividerLite","fixedWhite","fixedBgWhite","fixedBlack"],"mappings":"AAAO,IAAMA,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;;AAE5B;AACO,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;AACpB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,QAAQ,GAAG;AACjB,IAAMC,eAAe,GAAG;AACxB,IAAMC,iBAAiB,GAAG;;AAEjC;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,UAAU,GAAG;AACnB,IAAMC,QAAQ,GAAG;AACjB,IAAMC,SAAS,GAAG;;AAEzB;AACO,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,KAAK,GAAG;AACd,IAAMC,UAAU,GAAG;AACnB,IAAMC,UAAU,GAAG;AACnB,IAAMC,SAAS,GAAG;AAClB,IAAMC,cAAc,GAAG;AACvB,IAAMC,WAAW,GAAG;AACpB,IAAMC,eAAe,GAAG;AACxB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;AACnB,IAAMC,WAAW,GAAG;AACpB,IAAMC,QAAQ,GAAG;;AAExB;AACO,IAAMC,OAAO,GAAG;AAChB,IAAMC,WAAW,GAAG;;AAE3B;AACO,IAAMC,UAAU,GAAG;AACnB,IAAMC,YAAY,GAAG;AACrB,IAAMC,UAAU,GAAG;;;;"}
|
package/dist/src/index.cjs.js
CHANGED
|
@@ -16,6 +16,7 @@ exports.bg300 = variables.bg300;
|
|
|
16
16
|
exports.bgHighlight = variables.bgHighlight;
|
|
17
17
|
exports.bgModal100 = variables.bgModal100;
|
|
18
18
|
exports.bgModal200 = variables.bgModal200;
|
|
19
|
+
exports.bgRoleAI = variables.bgRoleAI;
|
|
19
20
|
exports.bgRoleBlue = variables.bgRoleBlue;
|
|
20
21
|
exports.bgRoleGreen = variables.bgRoleGreen;
|
|
21
22
|
exports.bgRoleRed = variables.bgRoleRed;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/src/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { bg100, bg200, bg300, bgHighlight, bgModal100, bgModal200, bgRoleBlue, bgRoleGreen, bgRoleRed, bgRoleYellow, bgSecondary100, bgTinyHighlight, contents000, contents100, contents150, contents200, contents300, contents999, disabled, disabledRoleRed, disabledSecondary, divider, dividerLite, fixedBgWhite, fixedBlack, fixedWhite, primary100, primary200, roleBlue, roleGreen, roleRed, roleYellow, secondary100 } from './colors/variables.esm.js';
|
|
1
|
+
export { bg100, bg200, bg300, bgHighlight, bgModal100, bgModal200, bgRoleAI, bgRoleBlue, bgRoleGreen, bgRoleRed, bgRoleYellow, bgSecondary100, bgTinyHighlight, contents000, contents100, contents150, contents200, contents300, contents999, disabled, disabledRoleRed, disabledSecondary, divider, dividerLite, fixedBgWhite, fixedBlack, fixedWhite, primary100, primary200, roleBlue, roleGreen, roleRed, roleYellow, secondary100 } from './colors/variables.esm.js';
|
|
2
2
|
export { getBrowserTheme, getColorVariableName, getHexFromRuiCssVariable, getRgb, getRgba, hexToRgb } from './colors/utils.esm.js';
|
|
3
3
|
export { desktopOnly, getDeviceWidthMediaQuery, mobileOnly, phoneOnly } from './mediaQuery/index.esm.js';
|
|
4
4
|
export { PRETENDARD_FONT_FAMILY, TYPOGRAPHY_STYLES } from './typography/const.esm.js';
|
package/package.json
CHANGED
package/src/colors/theme.ts
CHANGED
|
@@ -18,7 +18,7 @@ export const RUI_COLOR_THEME: RUIColorThemeType = {
|
|
|
18
18
|
'--rui-disabled-role-red': '#F7ABAB',
|
|
19
19
|
'--rui-disabled-secondary': '#FFE3D1',
|
|
20
20
|
'--rui-role-red': '#ED4E4E',
|
|
21
|
-
'--rui-role-yellow': '#
|
|
21
|
+
'--rui-role-yellow': '#FDB100',
|
|
22
22
|
'--rui-role-blue': '#0B69EB',
|
|
23
23
|
'--rui-role-green': '#239E7B',
|
|
24
24
|
'--rui-bg100': '#FFFFFF',
|
|
@@ -30,9 +30,10 @@ export const RUI_COLOR_THEME: RUIColorThemeType = {
|
|
|
30
30
|
'--rui-bg-secondary100': '#FFF4ED',
|
|
31
31
|
'--rui-bg-highlight': '#FCF5DC',
|
|
32
32
|
'--rui-bg-tiny-highlight': '#FAEDC3',
|
|
33
|
-
'--rui-bg-role-yellow': '#
|
|
33
|
+
'--rui-bg-role-yellow': '#FFF7E5',
|
|
34
34
|
'--rui-bg-role-blue': '#EDF4FF',
|
|
35
35
|
'--rui-bg-role-green': '#D9FCF2',
|
|
36
|
+
'--rui-bg-role-ai': '#F9F5FF',
|
|
36
37
|
'--rui-divider': '#D4D4D4',
|
|
37
38
|
'--rui-divider-lite': '#EBEBEB',
|
|
38
39
|
'--rui-fixed-white': '#FFFFFF',
|
|
@@ -68,6 +69,7 @@ export const RUI_COLOR_THEME: RUIColorThemeType = {
|
|
|
68
69
|
'--rui-bg-role-yellow': '#383015',
|
|
69
70
|
'--rui-bg-role-blue': '#002861',
|
|
70
71
|
'--rui-bg-role-green': '#1A4D3E',
|
|
72
|
+
'--rui-bg-role-ai': '#291E3C',
|
|
71
73
|
'--rui-divider': '#424242',
|
|
72
74
|
'--rui-divider-lite': '#2E2E2E',
|
|
73
75
|
'--rui-fixed-white': '#FFFFFF',
|
package/src/colors/variables.ts
CHANGED
|
@@ -34,6 +34,7 @@ export const bgTinyHighlight = 'var(--rui-bg-tiny-highlight)';
|
|
|
34
34
|
export const bgRoleYellow = 'var(--rui-bg-role-yellow)';
|
|
35
35
|
export const bgRoleBlue = 'var(--rui-bg-role-blue)';
|
|
36
36
|
export const bgRoleGreen = 'var(--rui-bg-role-green)';
|
|
37
|
+
export const bgRoleAI = 'var(--rui-bg-role-ai)';
|
|
37
38
|
|
|
38
39
|
// Divider
|
|
39
40
|
export const divider = 'var(--rui-divider)';
|