@tecsinapse/cortex-core 1.2.0-beta.8 → 1.2.0-beta.9

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.
Files changed (2) hide show
  1. package/dist/default.css +93 -93
  2. package/package.json +2 -2
package/dist/default.css CHANGED
@@ -1,93 +1,93 @@
1
- :root {
2
- --color-primary-xlight: #fef9f0;
3
- --color-primary-light: #fccb83;
4
- --color-primary-medium: #f89907;
5
- --color-primary-dark: #ae6b05;
6
- --color-primary-xdark: #633d03;
7
- --color-secondary-xlight: #f8f7f7;
8
- --color-secondary-light: #c2bfbc;
9
- --color-secondary-medium: #85807a;
10
- --color-secondary-dark: #5d5955;
11
- --color-secondary-xdark: #353231;
12
- --color-info-xlight: #f0f8fe;
13
- --color-info-light: #85c7fa;
14
- --color-info-medium: #239bf6;
15
- --color-info-dark: #0873c4;
16
- --color-info-xdark: #043962;
17
- --color-success-xlight: #f3fcf8;
18
- --color-success-light: #99e6c9;
19
- --color-success-medium: #2db783;
20
- --color-success-dark: #238f67;
21
- --color-success-xdark: #14523b;
22
- --color-warning-xlight: #fffcf0;
23
- --color-warning-light: #ffe380;
24
- --color-warning-medium: #ffc700;
25
- --color-warning-dark: #cc9f00;
26
- --color-warning-xdark: #665000;
27
- --color-error-xlight: #fdf3f2;
28
- --color-error-light: #ee9891;
29
- --color-error-medium: #e04638;
30
- --color-error-dark: #9b2318;
31
- --color-error-xdark: #58240e;
32
- --color-miscellaneous-body: #f8f7f7;
33
- --spacing-nano: 0.125rem;
34
- --spacing-micro: 0.25rem;
35
- --spacing-mili: 0.5rem;
36
- --spacing-centi: 0.75rem;
37
- --spacing-deca: 1rem;
38
- --spacing-kilo: 1.5rem;
39
- --spacing-mega: 2rem;
40
- --spacing-giga: 2.5rem;
41
- --spacing-tera: 3rem;
42
- --spacing-peta: 3.5rem;
43
- --spacing-hexa: 4rem;
44
- --border-radius-nano: 0.125rem;
45
- --border-radius-micro: 0.25rem;
46
- --border-radius-mili: 0.5rem;
47
- --border-radius-centi: 1rem;
48
- --border-radius-deca: 1.5rem;
49
- --border-radius-pill: 999999px;
50
- --border-width-pico: 0.063rem;
51
- --border-width-nano: 0.125rem;
52
- --font-size-h5: 1rem;
53
- --line-height-h5: 1.5rem;
54
- --font-size-h4: 1.125rem;
55
- --line-height-h4: 1.688rem;
56
- --font-size-h3: 1.25rem;
57
- --line-height-h3: 2rem;
58
- --font-size-h2: 1.625rem;
59
- --line-height-h2: 2.375rem;
60
- --font-size-h1: 2rem;
61
- --line-height-h1: 2.625rem;
62
- --font-size-base: 0.875rem;
63
- --line-height-base: 1.313rem;
64
- --font-size-sub: 0.75rem;
65
- --line-height-sub: 1.125rem;
66
- --font-size-label: 0.625rem;
67
- --line-height-label: 0.75rem;
68
- --font-size-micro: 0.75rem;
69
- --font-size-mili: 0.875rem;
70
- --font-size-centi: 1rem;
71
- --font-size-deca: 1.125rem;
72
- --font-size-kilo: 1.5rem;
73
- --font-size-mega: 2rem;
74
- --box-shadow-default: 0 2px 8px rgba(0, 0, 0, 0.05);
75
- --border-color-success-light: #99E6C9;
76
- --font-family-sans: Lato, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
77
- --font-family-mono: Consolas, monaco, monospace;
78
- --text-color-light: #fff;
79
- --text-color-medium: #85807a;
80
- --text-color-dark: #353231;
81
- --text-color-orange: #f89907;
82
- --z-index-default: 0;
83
- --z-index-absolute: 1;
84
- --z-index-select: 20;
85
- --z-index-input: 20;
86
- --z-index-popover: 30;
87
- --z-index-tooltip: 40;
88
- --z-index-header: 600;
89
- --z-index-backdrop: 700;
90
- --z-index-drawer: 700;
91
- --z-index-sidebar: 800;
92
- --z-index-modal: 1000;
93
- }
1
+ @theme {
2
+ --color-primary-xlight: #fef9f0;
3
+ --color-primary-light: #fccb83;
4
+ --color-primary-medium: #f89907;
5
+ --color-primary-dark: #ae6b05;
6
+ --color-primary-xdark: #633d03;
7
+ --color-secondary-xlight: #f8f7f7;
8
+ --color-secondary-light: #c2bfbc;
9
+ --color-secondary-medium: #85807a;
10
+ --color-secondary-dark: #5d5955;
11
+ --color-secondary-xdark: #353231;
12
+ --color-info-xlight: #f0f8fe;
13
+ --color-info-light: #85c7fa;
14
+ --color-info-medium: #239bf6;
15
+ --color-info-dark: #0873c4;
16
+ --color-info-xdark: #043962;
17
+ --color-success-xlight: #f3fcf8;
18
+ --color-success-light: #99e6c9;
19
+ --color-success-medium: #2db783;
20
+ --color-success-dark: #238f67;
21
+ --color-success-xdark: #14523b;
22
+ --color-warning-xlight: #fffcf0;
23
+ --color-warning-light: #ffe380;
24
+ --color-warning-medium: #ffc700;
25
+ --color-warning-dark: #cc9f00;
26
+ --color-warning-xdark: #665000;
27
+ --color-error-xlight: #fdf3f2;
28
+ --color-error-light: #ee9891;
29
+ --color-error-medium: #e04638;
30
+ --color-error-dark: #9b2318;
31
+ --color-error-xdark: #58240e;
32
+ --color-miscellaneous-body: #f8f7f7;
33
+ --spacing-nano: 0.125rem;
34
+ --spacing-micro: 0.25rem;
35
+ --spacing-mili: 0.5rem;
36
+ --spacing-centi: 0.75rem;
37
+ --spacing-deca: 1rem;
38
+ --spacing-kilo: 1.5rem;
39
+ --spacing-mega: 2rem;
40
+ --spacing-giga: 2.5rem;
41
+ --spacing-tera: 3rem;
42
+ --spacing-peta: 3.5rem;
43
+ --spacing-hexa: 4rem;
44
+ --border-radius-nano: 0.125rem;
45
+ --border-radius-micro: 0.25rem;
46
+ --border-radius-mili: 0.5rem;
47
+ --border-radius-centi: 1rem;
48
+ --border-radius-deca: 1.5rem;
49
+ --border-radius-pill: 999999px;
50
+ --border-width-pico: 0.063rem;
51
+ --border-width-nano: 0.125rem;
52
+ --font-size-h5: 1rem;
53
+ --line-height-h5: 1.5rem;
54
+ --font-size-h4: 1.125rem;
55
+ --line-height-h4: 1.688rem;
56
+ --font-size-h3: 1.25rem;
57
+ --line-height-h3: 2rem;
58
+ --font-size-h2: 1.625rem;
59
+ --line-height-h2: 2.375rem;
60
+ --font-size-h1: 2rem;
61
+ --line-height-h1: 2.625rem;
62
+ --font-size-base: 0.875rem;
63
+ --line-height-base: 1.313rem;
64
+ --font-size-sub: 0.75rem;
65
+ --line-height-sub: 1.125rem;
66
+ --font-size-label: 0.625rem;
67
+ --line-height-label: 0.75rem;
68
+ --font-size-micro: 0.75rem;
69
+ --font-size-mili: 0.875rem;
70
+ --font-size-centi: 1rem;
71
+ --font-size-deca: 1.125rem;
72
+ --font-size-kilo: 1.5rem;
73
+ --font-size-mega: 2rem;
74
+ --box-shadow-default: 0 2px 8px rgba(0, 0, 0, 0.05);
75
+ --border-color-success-light: #99E6C9;
76
+ --font-family-sans: Lato, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
77
+ --font-family-mono: Consolas, monaco, monospace;
78
+ --text-color-light: #fff;
79
+ --text-color-medium: #85807a;
80
+ --text-color-dark: #353231;
81
+ --text-color-orange: #f89907;
82
+ --z-index-default: 0;
83
+ --z-index-absolute: 1;
84
+ --z-index-select: 20;
85
+ --z-index-input: 20;
86
+ --z-index-popover: 30;
87
+ --z-index-tooltip: 40;
88
+ --z-index-header: 600;
89
+ --z-index-backdrop: 700;
90
+ --z-index-drawer: 700;
91
+ --z-index-sidebar: 800;
92
+ --z-index-modal: 1000;
93
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-core",
3
- "version": "1.2.0-beta.8",
3
+ "version": "1.2.0-beta.9",
4
4
  "license": "MIT",
5
5
  "description": "Core library for tailwindcss based design",
6
6
  "main": "dist/esm/index.js",
@@ -34,5 +34,5 @@
34
34
  "peerDependencies": {
35
35
  "tailwindcss": ">=3.3.0"
36
36
  },
37
- "gitHead": "31f09f066e7f7ee57e2736d0124f2aeb667c78a9"
37
+ "gitHead": "b7e6698f18e533fa52aa672c4cad4ec9b140751b"
38
38
  }