box-ui-elements 15.1.0-beta.20 → 15.1.0-beta.21
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/DEVELOPING.md +13 -0
- package/es/src/styles/variables.d.ts +3 -0
- package/es/styles/constants/_media-queries.scss +4 -0
- package/es/styles/variables.js +6 -0
- package/es/styles/variables.js.flow +4 -1
- package/es/styles/variables.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/constants/_media-queries.scss +4 -0
- package/src/styles/variables.js +4 -1
- package/src/styles/variables.json +3 -0
- package/src/styles/variables.ts +3 -0
package/DEVELOPING.md
CHANGED
|
@@ -169,3 +169,16 @@ test('something happens', () => {
|
|
|
169
169
|
```
|
|
170
170
|
|
|
171
171
|
See [React Testing Recipes](https://reactjs.org/docs/testing-recipes.html) for more examples.
|
|
172
|
+
|
|
173
|
+
## Troubleshooting
|
|
174
|
+
|
|
175
|
+
### Python
|
|
176
|
+
|
|
177
|
+
```
|
|
178
|
+
gyp verb check python checking for Python executable "/usr/bin/python" in the PATH
|
|
179
|
+
gyp verb `which` failed Error: not found: /usr/bin/python
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
1. Ensure you have Python 2 installed
|
|
183
|
+
2. Get the location of your Python installation via `which python`
|
|
184
|
+
3. `yarn config set python /path/to/python`
|
|
@@ -99,6 +99,9 @@ export declare const bdlBtnTextIconSize = "16px";
|
|
|
99
99
|
export declare const bdlBtnPaddingHorizontal = "16px";
|
|
100
100
|
export declare const bdlTransitionDurationBase = "0.15s";
|
|
101
101
|
export declare const bdlTimingFunction: string[];
|
|
102
|
+
export declare const sizeSmallMediumMin = "375px";
|
|
103
|
+
export declare const sizeMediumMin = "461px";
|
|
104
|
+
export declare const sizeLargeMin = "768px";
|
|
102
105
|
export declare const sizeSmallMax = "374px";
|
|
103
106
|
export declare const sizeSmallMediumMax = "460px";
|
|
104
107
|
export declare const sizeMediumMax = "767px";
|
package/es/styles/variables.js
CHANGED
|
@@ -201,6 +201,12 @@ export var bdlTransitionDurationBase = '0.15s'; // bdl-transitionDurationBase
|
|
|
201
201
|
|
|
202
202
|
export var bdlTimingFunction = ['cubic-bezier(0', '0', '0.6', '1)']; // bdl-timingFunction
|
|
203
203
|
|
|
204
|
+
export var sizeSmallMediumMin = '375px'; // size-small-medium-min
|
|
205
|
+
|
|
206
|
+
export var sizeMediumMin = '461px'; // size-medium-min
|
|
207
|
+
|
|
208
|
+
export var sizeLargeMin = '768px'; // size-large-min
|
|
209
|
+
|
|
204
210
|
export var sizeSmallMax = '374px'; // size-small-max
|
|
205
211
|
|
|
206
212
|
export var sizeSmallMediumMax = '460px'; // size-small-medium-max
|
|
@@ -103,6 +103,9 @@ export const bdlBtnTextIconSize = "16px"; // bdl-btn-text-icon-size
|
|
|
103
103
|
export const bdlBtnPaddingHorizontal = "16px"; // bdl-btn-padding-horizontal
|
|
104
104
|
export const bdlTransitionDurationBase = "0.15s"; // bdl-transitionDurationBase
|
|
105
105
|
export const bdlTimingFunction = ["cubic-bezier(0","0","0.6","1)"]; // bdl-timingFunction
|
|
106
|
+
export const sizeSmallMediumMin = "375px"; // size-small-medium-min
|
|
107
|
+
export const sizeMediumMin = "461px"; // size-medium-min
|
|
108
|
+
export const sizeLargeMin = "768px"; // size-large-min
|
|
106
109
|
export const sizeSmallMax = "374px"; // size-small-max
|
|
107
110
|
export const sizeSmallMediumMax = "460px"; // size-small-medium-max
|
|
108
111
|
export const sizeMediumMax = "767px"; // size-medium-max
|
|
@@ -110,4 +113,4 @@ export const sizeLargeMax = "1023px"; // size-large-max
|
|
|
110
113
|
export const smallScreen = "(max-width: 374px)"; // small-screen
|
|
111
114
|
export const smallMediumScreen = "(max-width: 460px)"; // small-medium-screen
|
|
112
115
|
export const mediumScreen = "(max-width: 767px)"; // medium-screen
|
|
113
|
-
export const largeScreen = "(max-width: 1023px)"; // large-screen
|
|
116
|
+
export const largeScreen = "(max-width: 1023px)"; // large-screen
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/styles/variables.ts"],"names":["white","black","countBadgeBackground","bdlBoxBlue","bdlBoxBlue80","bdlBoxBlue50","bdlBoxBlue40","bdlBoxBlue30","bdlBoxBlue20","bdlBoxBlue10","bdlBoxBlue05","bdlBoxBlue02","bdlGray","bdlGray80","bdlGray62","bdlGray50","bdlGray40","bdlGray30","bdlGray20","bdlGray10","bdlGray05","bdlGray02","bdlDarkBlue","bdlDarkBlue50","bdlDarkBlue20","bdlDarkBlue10","bdlDarkBlue05","bdlDarkBlue02","bdlLightBlue","bdlLightBlue50","bdlLightBlue20","bdlLightBlue10","bdlLightBlue05","bdlLightBlue02","bdlYellorange","bdlYellorange50","bdlYellorange20","bdlYellorange10","bdlYellorange05","bdlYellorange02","bdlYellow","bdlYellow50","bdlYellow20","bdlYellow10","bdlYellow05","bdlYellow02","bdlGreenLight","bdlGreenLight50","bdlGreenLight20","bdlGreenLight10","bdlGreenLight05","bdlGreenLight02","bdlGrimace","bdlGrimace50","bdlGrimace20","bdlGrimace10","bdlGrimace05","bdlGrimace02","bdlOrange","bdlOrange50","bdlOrange20","bdlOrange10","bdlOrange05","bdlOrange02","bdlPurpleRain","bdlPurpleRain50","bdlPurpleRain20","bdlPurpleRain10","bdlPurpleRain05","bdlPurpleRain02","bdlWatermelonRed","bdlWatermelonRed50","bdlWatermelonRed20","bdlWatermelonRed10","bdlWatermelonRed05","bdlWatermelonRed02","bdlLineHeight","bdlFontSize","bdlFontSizeMinimum","bdlFontSizeDejaBlue","avatarColors","modalDialogZIndex","menuZIndex","notificationsWrapperZIndex","overlayZIndex","tooltipZIndex","bdlBorderRadiusSize","bdlBorderRadiusSizeMed","bdlBorderRadiusSizeLarge","bdlBorderRadiusSizeXlarge","bdlHeaderBoxShadow","bdlGridUnit","bdlGridUnitPx","bdlBtnBorderWidth","bdlBtnHeight","bdlBtnHeightLarge","bdlBtnIconSize","bdlBtnTextIconSize","bdlBtnPaddingHorizontal","bdlTransitionDurationBase","bdlTimingFunction","sizeSmallMax","sizeSmallMediumMax","sizeMediumMax","sizeLargeMax","smallScreen","smallMediumScreen","mediumScreen","largeScreen"],"mappings":"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","sourcesContent":["/* File auto-generated */\nexport const white = '#fff'; // white\nexport const black = '#000'; // black\nexport const countBadgeBackground = '#e9163c'; // countBadgeBackground\nexport const bdlBoxBlue = '#0061d5'; // bdl-box-blue\nexport const bdlBoxBlue80 = '#3381dd'; // bdl-box-blue-80\nexport const bdlBoxBlue50 = '#7fb0ea'; // bdl-box-blue-50\nexport const bdlBoxBlue40 = '#99c0ee'; // bdl-box-blue-40\nexport const bdlBoxBlue30 = '#b2cff2'; // bdl-box-blue-30\nexport const bdlBoxBlue20 = '#ccdff7'; // bdl-box-blue-20\nexport const bdlBoxBlue10 = '#e5effa'; // bdl-box-blue-10\nexport const bdlBoxBlue05 = '#f2f7fd'; // bdl-box-blue-05\nexport const bdlBoxBlue02 = '#fafcfe'; // bdl-box-blue-02\nexport const bdlGray = '#222'; // bdl-gray\nexport const bdlGray80 = '#4e4e4e'; // bdl-gray-80\nexport const bdlGray62 = '#767676'; // bdl-gray-62\nexport const bdlGray50 = '#909090'; // bdl-gray-50\nexport const bdlGray40 = '#a7a7a7'; // bdl-gray-40\nexport const bdlGray30 = '#bcbcbc'; // bdl-gray-30\nexport const bdlGray20 = '#d3d3d3'; // bdl-gray-20\nexport const bdlGray10 = '#e8e8e8'; // bdl-gray-10\nexport const bdlGray05 = '#f4f4f4'; // bdl-gray-05\nexport const bdlGray02 = '#fbfbfb'; // bdl-gray-02\nexport const bdlDarkBlue = '#003c84'; // bdl-dark-blue\nexport const bdlDarkBlue50 = '#7f9dc1'; // bdl-dark-blue-50\nexport const bdlDarkBlue20 = '#ccd8e6'; // bdl-dark-blue-20\nexport const bdlDarkBlue10 = '#e5ebf2'; // bdl-dark-blue-10\nexport const bdlDarkBlue05 = '#f2f5f9'; // bdl-dark-blue-05\nexport const bdlDarkBlue02 = '#fafbfd'; // bdl-dark-blue-02\nexport const bdlLightBlue = '#2486fc'; // bdl-light-blue\nexport const bdlLightBlue50 = '#91c2fd'; // bdl-light-blue-50\nexport const bdlLightBlue20 = '#d3e7fe'; // bdl-light-blue-20\nexport const bdlLightBlue10 = '#e9f2fe'; // bdl-light-blue-10\nexport const bdlLightBlue05 = '#f4f9ff'; // bdl-light-blue-05\nexport const bdlLightBlue02 = '#fbfdff'; // bdl-light-blue-02\nexport const bdlYellorange = '#f5b31b'; // bdl-yellorange\nexport const bdlYellorange50 = '#fad98d'; // bdl-yellorange-50\nexport const bdlYellorange20 = '#fdf0d1'; // bdl-yellorange-20\nexport const bdlYellorange10 = '#fef7e8'; // bdl-yellorange-10\nexport const bdlYellorange05 = '#fefbf3'; // bdl-yellorange-05\nexport const bdlYellorange02 = '#fffefb'; // bdl-yellorange-02\nexport const bdlYellow = '#ffd700'; // bdl-yellow\nexport const bdlYellow50 = '#ffeb7f'; // bdl-yellow-50\nexport const bdlYellow20 = '#fff7cc'; // bdl-yellow-20\nexport const bdlYellow10 = '#fffbe5'; // bdl-yellow-10\nexport const bdlYellow05 = '#fffdf2'; // bdl-yellow-05\nexport const bdlYellow02 = '#fffefa'; // bdl-yellow-02\nexport const bdlGreenLight = '#26c281'; // bdl-green-light\nexport const bdlGreenLight50 = '#92e0c0'; // bdl-green-light-50\nexport const bdlGreenLight20 = '#d4f3e6'; // bdl-green-light-20\nexport const bdlGreenLight10 = '#e9f8f2'; // bdl-green-light-10\nexport const bdlGreenLight05 = '#f4fcf8'; // bdl-green-light-05\nexport const bdlGreenLight02 = '#fbfefd'; // bdl-green-light-02\nexport const bdlGrimace = '#4826c2'; // bdl-grimace\nexport const bdlGrimace50 = '#a392e0'; // bdl-grimace-50\nexport const bdlGrimace20 = '#dad4f3'; // bdl-grimace-20\nexport const bdlGrimace10 = '#ece9f8'; // bdl-grimace-10\nexport const bdlGrimace05 = '#f6f4fc'; // bdl-grimace-05\nexport const bdlGrimace02 = '#fbfbfe'; // bdl-grimace-02\nexport const bdlOrange = '#f1811a'; // bdl-orange\nexport const bdlOrange50 = '#f8c08c'; // bdl-orange-50\nexport const bdlOrange20 = '#fce6d1'; // bdl-orange-20\nexport const bdlOrange10 = '#fdf2e8'; // bdl-orange-10\nexport const bdlOrange05 = '#fef8f3'; // bdl-orange-05\nexport const bdlOrange02 = '#fffdfb'; // bdl-orange-02\nexport const bdlPurpleRain = '#9f3fed'; // bdl-purple-rain\nexport const bdlPurpleRain50 = '#cf9ff6'; // bdl-purple-rain-50\nexport const bdlPurpleRain20 = '#ecd9fb'; // bdl-purple-rain-20\nexport const bdlPurpleRain10 = '#f5ebfd'; // bdl-purple-rain-10\nexport const bdlPurpleRain05 = '#faf5fe'; // bdl-purple-rain-05\nexport const bdlPurpleRain02 = '#fdfbff'; // bdl-purple-rain-02\nexport const bdlWatermelonRed = '#ed3757'; // bdl-watermelon-red\nexport const bdlWatermelonRed50 = '#f69bab'; // bdl-watermelon-red-50\nexport const bdlWatermelonRed20 = '#fbd7dd'; // bdl-watermelon-red-20\nexport const bdlWatermelonRed10 = '#fdebee'; // bdl-watermelon-red-10\nexport const bdlWatermelonRed05 = '#fef5f6'; // bdl-watermelon-red-05\nexport const bdlWatermelonRed02 = '#fffbfc'; // bdl-watermelon-red-02\nexport const bdlLineHeight = '20px'; // bdl-line-height\nexport const bdlFontSize = '13px'; // bdl-fontSize\nexport const bdlFontSizeMinimum = '11px'; // bdl-fontSize-minimum\nexport const bdlFontSizeDejaBlue = '14px'; // bdl-fontSize--dejaBlue\nexport const avatarColors = ['#0061d5', '#003c84', '#767676', '#222', '#4826c2', '#9f3fed']; // avatar-colors\nexport const modalDialogZIndex = '160'; // modal-dialog-z-index\nexport const menuZIndex = '170'; // menu-z-index\nexport const notificationsWrapperZIndex = '180'; // notifications-wrapper-z-index\nexport const overlayZIndex = '190'; // overlay-z-index\nexport const tooltipZIndex = '190'; // tooltip-z-index\nexport const bdlBorderRadiusSize = '4px'; // bdl-border-radius-size\nexport const bdlBorderRadiusSizeMed = '6px'; // bdl-border-radius-size-med\nexport const bdlBorderRadiusSizeLarge = '8px'; // bdl-border-radius-size-large\nexport const bdlBorderRadiusSizeXlarge = '12px'; // bdl-border-radius-size-xlarge\nexport const bdlHeaderBoxShadow = ['0 0 10px 0 rgba(0', '0', '0', '0.05)']; // bdl-header-box-shadow\nexport const bdlGridUnit = '4px'; // bdl-grid-unit\nexport const bdlGridUnitPx = '4'; // bdl-grid-unit-px\nexport const bdlBtnBorderWidth = '1px'; // bdl-btn-border-width\nexport const bdlBtnHeight = '32px'; // bdl-btn-height\nexport const bdlBtnHeightLarge = '40px'; // bdl-btn-height-large\nexport const bdlBtnIconSize = '20px'; // bdl-btn-icon-size\nexport const bdlBtnTextIconSize = '16px'; // bdl-btn-text-icon-size\nexport const bdlBtnPaddingHorizontal = '16px'; // bdl-btn-padding-horizontal\nexport const bdlTransitionDurationBase = '0.15s'; // bdl-transitionDurationBase\nexport const bdlTimingFunction = ['cubic-bezier(0', '0', '0.6', '1)']; // bdl-timingFunction\nexport const sizeSmallMax = '374px'; // size-small-max\nexport const sizeSmallMediumMax = '460px'; // size-small-medium-max\nexport const sizeMediumMax = '767px'; // size-medium-max\nexport const sizeLargeMax = '1023px'; // size-large-max\nexport const smallScreen = '(max-width: 374px)'; // small-screen\nexport const smallMediumScreen = '(max-width: 460px)'; // small-medium-screen\nexport const mediumScreen = '(max-width: 767px)'; // medium-screen\nexport const largeScreen = '(max-width: 1023px)'; // large-screen\n"],"file":"variables.js"}
|
|
1
|
+
{"version":3,"sources":["../../src/styles/variables.ts"],"names":["white","black","countBadgeBackground","bdlBoxBlue","bdlBoxBlue80","bdlBoxBlue50","bdlBoxBlue40","bdlBoxBlue30","bdlBoxBlue20","bdlBoxBlue10","bdlBoxBlue05","bdlBoxBlue02","bdlGray","bdlGray80","bdlGray62","bdlGray50","bdlGray40","bdlGray30","bdlGray20","bdlGray10","bdlGray05","bdlGray02","bdlDarkBlue","bdlDarkBlue50","bdlDarkBlue20","bdlDarkBlue10","bdlDarkBlue05","bdlDarkBlue02","bdlLightBlue","bdlLightBlue50","bdlLightBlue20","bdlLightBlue10","bdlLightBlue05","bdlLightBlue02","bdlYellorange","bdlYellorange50","bdlYellorange20","bdlYellorange10","bdlYellorange05","bdlYellorange02","bdlYellow","bdlYellow50","bdlYellow20","bdlYellow10","bdlYellow05","bdlYellow02","bdlGreenLight","bdlGreenLight50","bdlGreenLight20","bdlGreenLight10","bdlGreenLight05","bdlGreenLight02","bdlGrimace","bdlGrimace50","bdlGrimace20","bdlGrimace10","bdlGrimace05","bdlGrimace02","bdlOrange","bdlOrange50","bdlOrange20","bdlOrange10","bdlOrange05","bdlOrange02","bdlPurpleRain","bdlPurpleRain50","bdlPurpleRain20","bdlPurpleRain10","bdlPurpleRain05","bdlPurpleRain02","bdlWatermelonRed","bdlWatermelonRed50","bdlWatermelonRed20","bdlWatermelonRed10","bdlWatermelonRed05","bdlWatermelonRed02","bdlLineHeight","bdlFontSize","bdlFontSizeMinimum","bdlFontSizeDejaBlue","avatarColors","modalDialogZIndex","menuZIndex","notificationsWrapperZIndex","overlayZIndex","tooltipZIndex","bdlBorderRadiusSize","bdlBorderRadiusSizeMed","bdlBorderRadiusSizeLarge","bdlBorderRadiusSizeXlarge","bdlHeaderBoxShadow","bdlGridUnit","bdlGridUnitPx","bdlBtnBorderWidth","bdlBtnHeight","bdlBtnHeightLarge","bdlBtnIconSize","bdlBtnTextIconSize","bdlBtnPaddingHorizontal","bdlTransitionDurationBase","bdlTimingFunction","sizeSmallMediumMin","sizeMediumMin","sizeLargeMin","sizeSmallMax","sizeSmallMediumMax","sizeMediumMax","sizeLargeMax","smallScreen","smallMediumScreen","mediumScreen","largeScreen"],"mappings":"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","sourcesContent":["/* File auto-generated */\nexport const white = '#fff'; // white\nexport const black = '#000'; // black\nexport const countBadgeBackground = '#e9163c'; // countBadgeBackground\nexport const bdlBoxBlue = '#0061d5'; // bdl-box-blue\nexport const bdlBoxBlue80 = '#3381dd'; // bdl-box-blue-80\nexport const bdlBoxBlue50 = '#7fb0ea'; // bdl-box-blue-50\nexport const bdlBoxBlue40 = '#99c0ee'; // bdl-box-blue-40\nexport const bdlBoxBlue30 = '#b2cff2'; // bdl-box-blue-30\nexport const bdlBoxBlue20 = '#ccdff7'; // bdl-box-blue-20\nexport const bdlBoxBlue10 = '#e5effa'; // bdl-box-blue-10\nexport const bdlBoxBlue05 = '#f2f7fd'; // bdl-box-blue-05\nexport const bdlBoxBlue02 = '#fafcfe'; // bdl-box-blue-02\nexport const bdlGray = '#222'; // bdl-gray\nexport const bdlGray80 = '#4e4e4e'; // bdl-gray-80\nexport const bdlGray62 = '#767676'; // bdl-gray-62\nexport const bdlGray50 = '#909090'; // bdl-gray-50\nexport const bdlGray40 = '#a7a7a7'; // bdl-gray-40\nexport const bdlGray30 = '#bcbcbc'; // bdl-gray-30\nexport const bdlGray20 = '#d3d3d3'; // bdl-gray-20\nexport const bdlGray10 = '#e8e8e8'; // bdl-gray-10\nexport const bdlGray05 = '#f4f4f4'; // bdl-gray-05\nexport const bdlGray02 = '#fbfbfb'; // bdl-gray-02\nexport const bdlDarkBlue = '#003c84'; // bdl-dark-blue\nexport const bdlDarkBlue50 = '#7f9dc1'; // bdl-dark-blue-50\nexport const bdlDarkBlue20 = '#ccd8e6'; // bdl-dark-blue-20\nexport const bdlDarkBlue10 = '#e5ebf2'; // bdl-dark-blue-10\nexport const bdlDarkBlue05 = '#f2f5f9'; // bdl-dark-blue-05\nexport const bdlDarkBlue02 = '#fafbfd'; // bdl-dark-blue-02\nexport const bdlLightBlue = '#2486fc'; // bdl-light-blue\nexport const bdlLightBlue50 = '#91c2fd'; // bdl-light-blue-50\nexport const bdlLightBlue20 = '#d3e7fe'; // bdl-light-blue-20\nexport const bdlLightBlue10 = '#e9f2fe'; // bdl-light-blue-10\nexport const bdlLightBlue05 = '#f4f9ff'; // bdl-light-blue-05\nexport const bdlLightBlue02 = '#fbfdff'; // bdl-light-blue-02\nexport const bdlYellorange = '#f5b31b'; // bdl-yellorange\nexport const bdlYellorange50 = '#fad98d'; // bdl-yellorange-50\nexport const bdlYellorange20 = '#fdf0d1'; // bdl-yellorange-20\nexport const bdlYellorange10 = '#fef7e8'; // bdl-yellorange-10\nexport const bdlYellorange05 = '#fefbf3'; // bdl-yellorange-05\nexport const bdlYellorange02 = '#fffefb'; // bdl-yellorange-02\nexport const bdlYellow = '#ffd700'; // bdl-yellow\nexport const bdlYellow50 = '#ffeb7f'; // bdl-yellow-50\nexport const bdlYellow20 = '#fff7cc'; // bdl-yellow-20\nexport const bdlYellow10 = '#fffbe5'; // bdl-yellow-10\nexport const bdlYellow05 = '#fffdf2'; // bdl-yellow-05\nexport const bdlYellow02 = '#fffefa'; // bdl-yellow-02\nexport const bdlGreenLight = '#26c281'; // bdl-green-light\nexport const bdlGreenLight50 = '#92e0c0'; // bdl-green-light-50\nexport const bdlGreenLight20 = '#d4f3e6'; // bdl-green-light-20\nexport const bdlGreenLight10 = '#e9f8f2'; // bdl-green-light-10\nexport const bdlGreenLight05 = '#f4fcf8'; // bdl-green-light-05\nexport const bdlGreenLight02 = '#fbfefd'; // bdl-green-light-02\nexport const bdlGrimace = '#4826c2'; // bdl-grimace\nexport const bdlGrimace50 = '#a392e0'; // bdl-grimace-50\nexport const bdlGrimace20 = '#dad4f3'; // bdl-grimace-20\nexport const bdlGrimace10 = '#ece9f8'; // bdl-grimace-10\nexport const bdlGrimace05 = '#f6f4fc'; // bdl-grimace-05\nexport const bdlGrimace02 = '#fbfbfe'; // bdl-grimace-02\nexport const bdlOrange = '#f1811a'; // bdl-orange\nexport const bdlOrange50 = '#f8c08c'; // bdl-orange-50\nexport const bdlOrange20 = '#fce6d1'; // bdl-orange-20\nexport const bdlOrange10 = '#fdf2e8'; // bdl-orange-10\nexport const bdlOrange05 = '#fef8f3'; // bdl-orange-05\nexport const bdlOrange02 = '#fffdfb'; // bdl-orange-02\nexport const bdlPurpleRain = '#9f3fed'; // bdl-purple-rain\nexport const bdlPurpleRain50 = '#cf9ff6'; // bdl-purple-rain-50\nexport const bdlPurpleRain20 = '#ecd9fb'; // bdl-purple-rain-20\nexport const bdlPurpleRain10 = '#f5ebfd'; // bdl-purple-rain-10\nexport const bdlPurpleRain05 = '#faf5fe'; // bdl-purple-rain-05\nexport const bdlPurpleRain02 = '#fdfbff'; // bdl-purple-rain-02\nexport const bdlWatermelonRed = '#ed3757'; // bdl-watermelon-red\nexport const bdlWatermelonRed50 = '#f69bab'; // bdl-watermelon-red-50\nexport const bdlWatermelonRed20 = '#fbd7dd'; // bdl-watermelon-red-20\nexport const bdlWatermelonRed10 = '#fdebee'; // bdl-watermelon-red-10\nexport const bdlWatermelonRed05 = '#fef5f6'; // bdl-watermelon-red-05\nexport const bdlWatermelonRed02 = '#fffbfc'; // bdl-watermelon-red-02\nexport const bdlLineHeight = '20px'; // bdl-line-height\nexport const bdlFontSize = '13px'; // bdl-fontSize\nexport const bdlFontSizeMinimum = '11px'; // bdl-fontSize-minimum\nexport const bdlFontSizeDejaBlue = '14px'; // bdl-fontSize--dejaBlue\nexport const avatarColors = ['#0061d5', '#003c84', '#767676', '#222', '#4826c2', '#9f3fed']; // avatar-colors\nexport const modalDialogZIndex = '160'; // modal-dialog-z-index\nexport const menuZIndex = '170'; // menu-z-index\nexport const notificationsWrapperZIndex = '180'; // notifications-wrapper-z-index\nexport const overlayZIndex = '190'; // overlay-z-index\nexport const tooltipZIndex = '190'; // tooltip-z-index\nexport const bdlBorderRadiusSize = '4px'; // bdl-border-radius-size\nexport const bdlBorderRadiusSizeMed = '6px'; // bdl-border-radius-size-med\nexport const bdlBorderRadiusSizeLarge = '8px'; // bdl-border-radius-size-large\nexport const bdlBorderRadiusSizeXlarge = '12px'; // bdl-border-radius-size-xlarge\nexport const bdlHeaderBoxShadow = ['0 0 10px 0 rgba(0', '0', '0', '0.05)']; // bdl-header-box-shadow\nexport const bdlGridUnit = '4px'; // bdl-grid-unit\nexport const bdlGridUnitPx = '4'; // bdl-grid-unit-px\nexport const bdlBtnBorderWidth = '1px'; // bdl-btn-border-width\nexport const bdlBtnHeight = '32px'; // bdl-btn-height\nexport const bdlBtnHeightLarge = '40px'; // bdl-btn-height-large\nexport const bdlBtnIconSize = '20px'; // bdl-btn-icon-size\nexport const bdlBtnTextIconSize = '16px'; // bdl-btn-text-icon-size\nexport const bdlBtnPaddingHorizontal = '16px'; // bdl-btn-padding-horizontal\nexport const bdlTransitionDurationBase = '0.15s'; // bdl-transitionDurationBase\nexport const bdlTimingFunction = ['cubic-bezier(0', '0', '0.6', '1)']; // bdl-timingFunction\nexport const sizeSmallMediumMin = '375px'; // size-small-medium-min\nexport const sizeMediumMin = '461px'; // size-medium-min\nexport const sizeLargeMin = '768px'; // size-large-min\nexport const sizeSmallMax = '374px'; // size-small-max\nexport const sizeSmallMediumMax = '460px'; // size-small-medium-max\nexport const sizeMediumMax = '767px'; // size-medium-max\nexport const sizeLargeMax = '1023px'; // size-large-max\nexport const smallScreen = '(max-width: 374px)'; // small-screen\nexport const smallMediumScreen = '(max-width: 460px)'; // small-medium-screen\nexport const mediumScreen = '(max-width: 767px)'; // medium-screen\nexport const largeScreen = '(max-width: 1023px)'; // large-screen\n"],"file":"variables.js"}
|
package/package.json
CHANGED
package/src/styles/variables.js
CHANGED
|
@@ -103,6 +103,9 @@ export const bdlBtnTextIconSize = "16px"; // bdl-btn-text-icon-size
|
|
|
103
103
|
export const bdlBtnPaddingHorizontal = "16px"; // bdl-btn-padding-horizontal
|
|
104
104
|
export const bdlTransitionDurationBase = "0.15s"; // bdl-transitionDurationBase
|
|
105
105
|
export const bdlTimingFunction = ["cubic-bezier(0","0","0.6","1)"]; // bdl-timingFunction
|
|
106
|
+
export const sizeSmallMediumMin = "375px"; // size-small-medium-min
|
|
107
|
+
export const sizeMediumMin = "461px"; // size-medium-min
|
|
108
|
+
export const sizeLargeMin = "768px"; // size-large-min
|
|
106
109
|
export const sizeSmallMax = "374px"; // size-small-max
|
|
107
110
|
export const sizeSmallMediumMax = "460px"; // size-small-medium-max
|
|
108
111
|
export const sizeMediumMax = "767px"; // size-medium-max
|
|
@@ -110,4 +113,4 @@ export const sizeLargeMax = "1023px"; // size-large-max
|
|
|
110
113
|
export const smallScreen = "(max-width: 374px)"; // small-screen
|
|
111
114
|
export const smallMediumScreen = "(max-width: 460px)"; // small-medium-screen
|
|
112
115
|
export const mediumScreen = "(max-width: 767px)"; // medium-screen
|
|
113
|
-
export const largeScreen = "(max-width: 1023px)"; // large-screen
|
|
116
|
+
export const largeScreen = "(max-width: 1023px)"; // large-screen
|
|
@@ -100,6 +100,9 @@
|
|
|
100
100
|
"bdl-btn-padding-horizontal": "16px",
|
|
101
101
|
"bdl-transitionDurationBase": "0.15s",
|
|
102
102
|
"bdl-timingFunction": ["cubic-bezier(0", "0", "0.6", "1)"],
|
|
103
|
+
"size-small-medium-min": "375px",
|
|
104
|
+
"size-medium-min": "461px",
|
|
105
|
+
"size-large-min": "768px",
|
|
103
106
|
"size-small-max": "374px",
|
|
104
107
|
"size-small-medium-max": "460px",
|
|
105
108
|
"size-medium-max": "767px",
|
package/src/styles/variables.ts
CHANGED
|
@@ -100,6 +100,9 @@ export const bdlBtnTextIconSize = '16px'; // bdl-btn-text-icon-size
|
|
|
100
100
|
export const bdlBtnPaddingHorizontal = '16px'; // bdl-btn-padding-horizontal
|
|
101
101
|
export const bdlTransitionDurationBase = '0.15s'; // bdl-transitionDurationBase
|
|
102
102
|
export const bdlTimingFunction = ['cubic-bezier(0', '0', '0.6', '1)']; // bdl-timingFunction
|
|
103
|
+
export const sizeSmallMediumMin = '375px'; // size-small-medium-min
|
|
104
|
+
export const sizeMediumMin = '461px'; // size-medium-min
|
|
105
|
+
export const sizeLargeMin = '768px'; // size-large-min
|
|
103
106
|
export const sizeSmallMax = '374px'; // size-small-max
|
|
104
107
|
export const sizeSmallMediumMax = '460px'; // size-small-medium-max
|
|
105
108
|
export const sizeMediumMax = '767px'; // size-medium-max
|