@nextelco/common-ui 1.7.105 → 1.7.106
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/bundle.js +1 -1
- package/dist/types/exports/styles.d.ts +1 -0
- package/dist/types/styles/utils/utils.d.ts +1 -0
- package/package.json +2 -3
- package/src/styles/font/OFL.txt +0 -93
- package/src/styles/font/README.txt +0 -81
- package/src/styles/font/Urbanist-Italic-VariableFont_wght.ttf +0 -0
- package/src/styles/font/Urbanist-VariableFont_wght.ttf +0 -0
- package/src/styles/font/roboto/LICENSE.txt +0 -202
- package/src/styles/font/roboto/Roboto-Black.ttf +0 -0
- package/src/styles/font/roboto/Roboto-BlackItalic.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Bold.ttf +0 -0
- package/src/styles/font/roboto/Roboto-BoldItalic.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Italic.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Light.ttf +0 -0
- package/src/styles/font/roboto/Roboto-LightItalic.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Medium.ttf +0 -0
- package/src/styles/font/roboto/Roboto-MediumItalic.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Regular.ttf +0 -0
- package/src/styles/font/roboto/Roboto-Thin.ttf +0 -0
- package/src/styles/font/roboto/Roboto-ThinItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Black.ttf +0 -0
- package/src/styles/font/static/Urbanist-BlackItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Bold.ttf +0 -0
- package/src/styles/font/static/Urbanist-BoldItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-ExtraBold.ttf +0 -0
- package/src/styles/font/static/Urbanist-ExtraBoldItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-ExtraLight.ttf +0 -0
- package/src/styles/font/static/Urbanist-ExtraLightItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Italic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Light.ttf +0 -0
- package/src/styles/font/static/Urbanist-LightItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Medium.ttf +0 -0
- package/src/styles/font/static/Urbanist-MediumItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Regular.ttf +0 -0
- package/src/styles/font/static/Urbanist-SemiBold.ttf +0 -0
- package/src/styles/font/static/Urbanist-SemiBoldItalic.ttf +0 -0
- package/src/styles/font/static/Urbanist-Thin.ttf +0 -0
- package/src/styles/font/static/Urbanist-ThinItalic.ttf +0 -0
- package/src/styles/index.scss +0 -50
- package/src/styles/themes/ButtonThemes.tsx +0 -30
- package/src/styles/utils/reset.scss +0 -64
- package/src/styles/utils/scrollbar.scss +0 -34
- package/src/styles/utils/variables.scss +0 -39
@@ -1,39 +0,0 @@
|
|
1
|
-
:root {
|
2
|
-
/* Primary */
|
3
|
-
--bright-blue: #006fff;
|
4
|
-
--bright-green: #17daa4;
|
5
|
-
--dark-blue: #010060;
|
6
|
-
--light-gray-01: #dddddd;
|
7
|
-
--light-blue: #e2eaff;
|
8
|
-
--almost-white: #f8f8f8;
|
9
|
-
--almost-black: #1f1f1f;
|
10
|
-
|
11
|
-
/* Secundary */
|
12
|
-
--medium-blue: #87a9ff;
|
13
|
-
--medium-green: #b0ebdb;
|
14
|
-
--medium-dark-blue: #7d7dab;
|
15
|
-
--medium-gray-01: #c2c2c2;
|
16
|
-
--light-gray-02: #ededed;
|
17
|
-
--light-blue: #cedcff;
|
18
|
-
--dark-gray: #6c6c6c;
|
19
|
-
|
20
|
-
/* Tertiary */
|
21
|
-
--warm-yellow: #ebc25a;
|
22
|
-
--warm-orange: #eb745a;
|
23
|
-
--light-yellow: #ffedbf;
|
24
|
-
--dark-yellow: #cfa948;
|
25
|
-
--bright-purple: #801de2;
|
26
|
-
|
27
|
-
/* Alert */
|
28
|
-
--rejected: #de4321;
|
29
|
-
--approved: #1dc88a;
|
30
|
-
--stand-by: #ffcc4a;
|
31
|
-
|
32
|
-
/* Notifications */
|
33
|
-
--bg-light-yellow: #ffedbf;
|
34
|
-
--dark-yellow: #856404;
|
35
|
-
--bg-light-red: #ffbdae;
|
36
|
-
--dark-red: #842029;
|
37
|
-
--bg-success: #8ef8d2;
|
38
|
-
--dark-green: #0f5132;
|
39
|
-
}
|