@elliemae/ds-basic 2.0.0-alpha.1 → 2.0.0-alpha.13

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 (94) hide show
  1. package/cjs/Accordion/index.js +2 -6
  2. package/cjs/AppPicker/index.js +2 -6
  3. package/cjs/Backdrop/index.js +2 -6
  4. package/cjs/Breadcrumb/index.js +2 -6
  5. package/cjs/Button/index.js +2 -6
  6. package/cjs/ButtonGroup/index.js +2 -6
  7. package/cjs/Card/index.js +2 -6
  8. package/cjs/CircularProgressIndicator/index.js +2 -6
  9. package/cjs/Grid/index.js +2 -6
  10. package/cjs/GroupBox/index.js +2 -6
  11. package/cjs/Header/index.js +2 -6
  12. package/cjs/Hidden/index.js +2 -6
  13. package/cjs/Icon/index.js +2 -6
  14. package/cjs/IndeterminateProgressIndicator/index.js +2 -6
  15. package/cjs/LabelValue/index.js +2 -6
  16. package/cjs/ListSectionHeader/index.js +2 -6
  17. package/cjs/LoadingIndicator/index.js +2 -6
  18. package/cjs/Menu/index.js +2 -6
  19. package/cjs/Overlay/index.js +2 -6
  20. package/cjs/PageHeader/index.js +2 -6
  21. package/cjs/PageNumber/index.js +2 -6
  22. package/cjs/Pills/index.js +2 -6
  23. package/cjs/Popover/index.js +2 -6
  24. package/cjs/Popper/index.js +2 -6
  25. package/cjs/Portal/index.js +2 -6
  26. package/cjs/ProgressIndicator/index.js +2 -6
  27. package/cjs/ReadMore/index.js +2 -6
  28. package/cjs/ResizableContainer/index.js +2 -6
  29. package/cjs/Separator/index.js +2 -6
  30. package/cjs/SidePanel/index.js +2 -6
  31. package/cjs/Slider/index.js +2 -6
  32. package/cjs/Spinner/index.js +2 -6
  33. package/cjs/Tabs/index.js +2 -6
  34. package/cjs/TextWrapper/index.js +2 -6
  35. package/cjs/TimePicker/index.js +6 -18
  36. package/cjs/Toast/index.js +2 -6
  37. package/cjs/Toolbar/index.js +2 -6
  38. package/cjs/Tooltip/index.js +2 -6
  39. package/cjs/TruncatedExpandableText/index.js +2 -6
  40. package/cjs/TruncatedTooltipText/index.js +2 -6
  41. package/cjs/ZipCodeSearch/index.js +2 -6
  42. package/cjs/Zoom/index.js +2 -6
  43. package/cjs/form/Checkbox/index.js +2 -6
  44. package/cjs/form/CheckboxGroup/index.js +2 -6
  45. package/cjs/form/ComboBox/index.js +3 -17
  46. package/cjs/form/ComboBoxFreeSolo/index.js +2 -6
  47. package/cjs/form/DateInput/index.js +2 -6
  48. package/cjs/form/DateInputV2/index.js +3 -9
  49. package/cjs/form/ExpandableInput/index.js +2 -6
  50. package/cjs/form/FloatingLabelInput/index.js +2 -6
  51. package/cjs/form/FormItem/index.js +5 -15
  52. package/cjs/form/Input/index.js +2 -6
  53. package/cjs/form/InputGroup/index.js +2 -6
  54. package/cjs/form/InputMask/index.js +2 -6
  55. package/cjs/form/InputProtected/index.js +2 -6
  56. package/cjs/form/LargeInputText/index.js +2 -6
  57. package/cjs/form/Radio/index.js +2 -6
  58. package/cjs/form/RadioGroup/index.js +2 -6
  59. package/cjs/form/RequiredMark/index.js +2 -6
  60. package/cjs/form/SearchBox/index.js +5 -15
  61. package/cjs/form/TextBox/index.js +2 -6
  62. package/cjs/form/TimeInput/index.js +2 -6
  63. package/cjs/form/Toggle/index.js +2 -6
  64. package/cjs/form/index.js +1 -3
  65. package/cjs/index.js +44 -132
  66. package/css/dimsum.css +743 -1915
  67. package/css/dimsum.min.css +2 -2
  68. package/css/dimsum.min.css.map +1 -1
  69. package/esm/form/ComboBox/index.js +0 -1
  70. package/package.json +51 -54
  71. package/styles/base/_docs/theming.md +1 -1
  72. package/styles/components/index.scss +0 -2
  73. package/styles/components/packages/ds-basic/index.scss +0 -2
  74. package/styles/components/packages/ds-basic/styles/dist-index.scss +0 -2
  75. package/styles/components/packages/ds-basic/styles/themes/theme-default.scss +28 -30
  76. package/styles/components/packages/ds-basic/styles/themes/theme-demo.scss +1 -1
  77. package/styles/components/packages/ds-button/DSButton.scss +10 -10
  78. package/styles/components/packages/ds-datagrids/DataGrids.scss +1 -0
  79. package/styles/components/packages/ds-date-picker/components/DatePickerPicker/DatePickerPicker.scss +1 -2
  80. package/styles/components/packages/ds-form/Checkbox/elements/CheckMark.scss +1 -1
  81. package/styles/components/packages/ds-form/Input/DSInput.scss +2 -2
  82. package/styles/components/packages/ds-form/Input/InputAddonWrapper.scss +1 -1
  83. package/styles/components/packages/ds-form/LargeInputText/DSLargeInputText.scss +1 -1
  84. package/styles/components/packages/ds-form/Radio/DSRadio.scss +57 -99
  85. package/styles/components/packages/ds-page-header/v2/components/PageHeaderEditableTitle/PageHeaderEditableTitle.scss +1 -1
  86. package/styles/components/packages/ds-page-header/v2/components/PageHeaderToolbar/PageHeaderToolbar.scss +0 -1
  87. package/styles/dist-index.scss +0 -2
  88. package/styles/themes/theme-default.scss +28 -30
  89. package/styles/themes/theme-demo.scss +1 -1
  90. package/types/form/ComboBox/index.d.ts +0 -1
  91. package/cjs/package.json +0 -7
  92. package/esm/package.json +0 -7
  93. package/styles/components/packages/ds-app-picker/DSAppPicker.scss +0 -121
  94. package/styles/components/packages/ds-tabs/DSTabs.scss +0 -272
@@ -1,3 +1,2 @@
1
1
  export * from '@elliemae/ds-form/ComboBox/v1/DSComboBox';
2
- export * from '@elliemae/ds-form/ComboBox/v2/Combobox';
3
2
  export { default as DSComboBox2, default } from '@elliemae/ds-form/ComboBox/v2/Combobox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-basic",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.0-alpha.13",
4
4
  "license": "MIT",
5
5
  "description": "EllieMae UI Design System Library",
6
6
  "module": "./esm/index.js",
@@ -284,69 +284,66 @@
284
284
  },
285
285
  "author": "ICE MT",
286
286
  "scripts": {
287
- "test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
287
+ "test:e2e": "../../../node_modules//node_modules/.bin/wdio run ../../../wdio.conf.js",
288
288
  "test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
289
289
  "copy:scss": "gulp copy-fonts copy-styles copy-packages-scss && gulp copy-dist-index-scss",
290
290
  "compile:scss": "node-sass ./styles/dimsum.scss ./dist/css/dimsum.css",
291
291
  "prebuild:css": "yarn run copy:scss && yarn run compile:scss",
292
- "build:css": "postcss ./dist/css/dimsum.css -u autoprefixer -b \">= 0.5% in US and last 2 major versions, not samsung > 0, Firefox ESR, not dead\" -r --no-map && postcss ./dist/css/dimsum.css -m -u cssnano -o ./dist/css/dimsum.min.css",
292
+ "build:css": "postcss ./dist/css/dimsum.css -u autoprefixer -b \"> 0.5% in US, not ie 11, not dead\" -r --no-map && postcss ./dist/css/dimsum.css -m -u cssnano -o ./dist/css/dimsum.min.css",
293
293
  "scss:dev": "yarn scss:compile -- --watch",
294
294
  "prebuild": "exit 0",
295
295
  "build": "node ../../scripts/build/build.js && yarn build:css",
296
296
  "dev": "node ../../scripts/build/build.js -w"
297
297
  },
298
298
  "dependencies": {
299
- "@elliemae/ds-accordion": "2.0.0-alpha.1",
300
- "@elliemae/ds-app-picker": "2.0.0-alpha.1",
301
- "@elliemae/ds-backdrop": "2.0.0-alpha.1",
302
- "@elliemae/ds-breadcrumb": "2.0.0-alpha.1",
303
- "@elliemae/ds-button": "2.0.0-alpha.1",
304
- "@elliemae/ds-button-group": "2.0.0-alpha.1",
305
- "@elliemae/ds-card": "2.0.0-alpha.1",
306
- "@elliemae/ds-circular-progress-indicator": "2.0.0-alpha.1",
307
- "@elliemae/ds-classnames": "2.0.0-alpha.1",
308
- "@elliemae/ds-dropdownmenu": "2.0.0-alpha.1",
309
- "@elliemae/ds-form": "2.0.0-alpha.1",
310
- "@elliemae/ds-grid": "2.0.0-alpha.1",
311
- "@elliemae/ds-group-box": "2.0.0-alpha.1",
312
- "@elliemae/ds-header": "2.0.0-alpha.1",
313
- "@elliemae/ds-hidden": "2.0.0-alpha.1",
314
- "@elliemae/ds-icon": "2.0.0-alpha.1",
315
- "@elliemae/ds-icons": "2.0.0-alpha.1",
316
- "@elliemae/ds-indeterminate-progress-indicator": "2.0.0-alpha.1",
317
- "@elliemae/ds-label-value": "2.0.0-alpha.1",
318
- "@elliemae/ds-list-section-header": "2.0.0-alpha.1",
319
- "@elliemae/ds-loading-indicator": "2.0.0-alpha.1",
320
- "@elliemae/ds-menu": "2.0.0-alpha.1",
321
- "@elliemae/ds-mobile": "2.0.0-alpha.1",
322
- "@elliemae/ds-overlay": "2.0.0-alpha.1",
323
- "@elliemae/ds-page-header": "2.0.0-alpha.1",
324
- "@elliemae/ds-page-number": "2.0.0-alpha.1",
325
- "@elliemae/ds-pills": "2.0.0-alpha.1",
326
- "@elliemae/ds-popover": "2.0.0-alpha.1",
327
- "@elliemae/ds-popper": "2.0.0-alpha.1",
328
- "@elliemae/ds-portal": "2.0.0-alpha.1",
329
- "@elliemae/ds-progress-indicator": "2.0.0-alpha.1",
330
- "@elliemae/ds-read-more": "2.0.0-alpha.1",
331
- "@elliemae/ds-resizeable-container": "2.0.0-alpha.1",
332
- "@elliemae/ds-separator": "2.0.0-alpha.1",
333
- "@elliemae/ds-shared": "2.0.0-alpha.1",
334
- "@elliemae/ds-side-panel": "2.0.0-alpha.1",
335
- "@elliemae/ds-slider": "2.0.0-alpha.1",
336
- "@elliemae/ds-spinner": "2.0.0-alpha.1",
337
- "@elliemae/ds-system": "2.0.0-alpha.1",
338
- "@elliemae/ds-tabs": "2.0.0-alpha.1",
339
- "@elliemae/ds-text-wrapper": "2.0.0-alpha.1",
340
- "@elliemae/ds-time-picker": "2.0.0-alpha.1",
341
- "@elliemae/ds-toast": "2.0.0-alpha.1",
342
- "@elliemae/ds-toolbar": "2.0.0-alpha.1",
343
- "@elliemae/ds-tooltip": "2.0.0-alpha.1",
344
- "@elliemae/ds-truncated-expandable-text": "2.0.0-alpha.1",
345
- "@elliemae/ds-truncated-tooltip-text": "2.0.0-alpha.1",
346
- "@elliemae/ds-utilities": "2.0.0-alpha.1",
347
- "@elliemae/ds-zipcode-search": "2.0.0-alpha.1",
348
- "@elliemae/ds-zoom": "2.0.0-alpha.1",
349
- "react-dates": "~18.5.0"
299
+ "@elliemae/ds-accordion": "2.0.0-alpha.13",
300
+ "@elliemae/ds-app-picker": "2.0.0-alpha.13",
301
+ "@elliemae/ds-backdrop": "2.0.0-alpha.13",
302
+ "@elliemae/ds-breadcrumb": "2.0.0-alpha.13",
303
+ "@elliemae/ds-button": "2.0.0-alpha.13",
304
+ "@elliemae/ds-button-group": "2.0.0-alpha.13",
305
+ "@elliemae/ds-card": "2.0.0-alpha.13",
306
+ "@elliemae/ds-circular-progress-indicator": "2.0.0-alpha.13",
307
+ "@elliemae/ds-form": "2.0.0-alpha.13",
308
+ "@elliemae/ds-grid": "2.0.0-alpha.13",
309
+ "@elliemae/ds-group-box": "2.0.0-alpha.13",
310
+ "@elliemae/ds-header": "2.0.0-alpha.13",
311
+ "@elliemae/ds-hidden": "2.0.0-alpha.13",
312
+ "@elliemae/ds-icon": "2.0.0-alpha.13",
313
+ "@elliemae/ds-indeterminate-progress-indicator": "2.0.0-alpha.13",
314
+ "@elliemae/ds-label-value": "2.0.0-alpha.13",
315
+ "@elliemae/ds-list-section-header": "2.0.0-alpha.13",
316
+ "@elliemae/ds-loading-indicator": "2.0.0-alpha.13",
317
+ "@elliemae/ds-menu": "2.0.0-alpha.13",
318
+ "@elliemae/ds-overlay": "2.0.0-alpha.13",
319
+ "@elliemae/ds-page-header": "2.0.0-alpha.13",
320
+ "@elliemae/ds-page-number": "2.0.0-alpha.13",
321
+ "@elliemae/ds-pills": "2.0.0-alpha.13",
322
+ "@elliemae/ds-popover": "2.0.0-alpha.13",
323
+ "@elliemae/ds-popper": "2.0.0-alpha.13",
324
+ "@elliemae/ds-portal": "2.0.0-alpha.13",
325
+ "@elliemae/ds-progress-indicator": "2.0.0-alpha.13",
326
+ "@elliemae/ds-read-more": "2.0.0-alpha.13",
327
+ "@elliemae/ds-resizeable-container": "2.0.0-alpha.13",
328
+ "@elliemae/ds-separator": "2.0.0-alpha.13",
329
+ "@elliemae/ds-side-panel": "2.0.0-alpha.13",
330
+ "@elliemae/ds-slider": "2.0.0-alpha.13",
331
+ "@elliemae/ds-spinner": "2.0.0-alpha.13",
332
+ "@elliemae/ds-tabs": "2.0.0-alpha.13",
333
+ "@elliemae/ds-text-wrapper": "2.0.0-alpha.13",
334
+ "@elliemae/ds-time-picker": "2.0.0-alpha.13",
335
+ "@elliemae/ds-toast": "2.0.0-alpha.13",
336
+ "@elliemae/ds-toolbar": "2.0.0-alpha.13",
337
+ "@elliemae/ds-tooltip": "2.0.0-alpha.13",
338
+ "@elliemae/ds-truncated-expandable-text": "2.0.0-alpha.13",
339
+ "@elliemae/ds-truncated-tooltip-text": "2.0.0-alpha.13",
340
+ "@elliemae/ds-zipcode-search": "2.0.0-alpha.13",
341
+ "@elliemae/ds-zoom": "2.0.0-alpha.13"
342
+ },
343
+ "devDependencies": {
344
+ "gulp": "~4.0.2",
345
+ "gulp-debug": "~4.0.0",
346
+ "gulp-rename": "~2.0.0"
350
347
  },
351
348
  "peerDependencies": {
352
349
  "lodash": "^4.17.21",
@@ -61,7 +61,7 @@ $theme-color-neutral-800: #25292F;
61
61
  $theme-color-neutral-700: #353C46;
62
62
  $theme-color-neutral-600: #464F5C;
63
63
  $theme-color-neutral-500: #697489;
64
- $theme-color-neutral-400: #A9B1BE;
64
+ $theme-color-neutral-400: #8C93A6;
65
65
  $theme-color-neutral-300: #B0B9C8;
66
66
  $theme-color-neutral-200: #CBCFD7;
67
67
  $theme-color-neutral-100: #E0E3E8;
@@ -27,7 +27,6 @@
27
27
  @import 'packages/ds-progress-indicator/DSProgressIndicator';
28
28
  @import 'packages/ds-spinner/DSSpinner';
29
29
  @import 'packages/ds-loading-indicator/DSLoadingIndicator';
30
- @import 'packages/ds-tabs/DSTabs';
31
30
  @import 'packages/ds-tooltip/v1/DSTooltip';
32
31
  @import 'packages/ds-popover/DSPopover';
33
32
  @import 'packages/ds-overlay/DSOverlay';
@@ -48,7 +47,6 @@
48
47
  @import 'packages/ds-page-number/DSPageNumber';
49
48
  @import 'packages/ds-zipcode-search/DSZipCodeSearch';
50
49
  @import 'packages/ds-circular-progress-indicator/DSCircularProgressIndicator';
51
- @import 'packages/ds-app-picker/DSAppPicker';
52
50
 
53
51
  @import '~react-dates/lib/css/_datepicker.css';
54
52
 
@@ -29,7 +29,6 @@
29
29
  @import '../../ds-toast/src/DSToast';
30
30
  @import '../../ds-spinner/src/DSSpinner';
31
31
  @import '../../ds-loading-indicator/src/DSLoadingIndicator';
32
- @import '../../ds-tabs/src/DSTabs';
33
32
  @import '../../ds-tooltip/src/v1/DSTooltip';
34
33
  @import '../../ds-popover/src/DSPopover';
35
34
  @import '../../ds-overlay/src/DSOverlay';
@@ -50,4 +49,3 @@
50
49
  @import '../../ds-page-number/src/DSPageNumber';
51
50
  @import '../../ds-zipcode-search/src/DSZipCodeSearch';
52
51
  @import '../../ds-circular-progress-indicator/src/DSCircularProgressIndicator';
53
- @import '../../ds-app-picker/src/DSAppPicker';
@@ -27,7 +27,6 @@
27
27
  @import 'packages/ds-progress-indicator/DSProgressIndicator';
28
28
  @import 'packages/ds-spinner/DSSpinner';
29
29
  @import 'packages/ds-loading-indicator/DSLoadingIndicator';
30
- @import 'packages/ds-tabs/DSTabs';
31
30
  @import 'packages/ds-tooltip/v1/DSTooltip';
32
31
  @import 'packages/ds-popover/DSPopover';
33
32
  @import 'packages/ds-overlay/DSOverlay';
@@ -48,7 +47,6 @@
48
47
  @import 'packages/ds-page-number/DSPageNumber';
49
48
  @import 'packages/ds-zipcode-search/DSZipCodeSearch';
50
49
  @import 'packages/ds-circular-progress-indicator/DSCircularProgressIndicator';
51
- @import 'packages/ds-app-picker/DSAppPicker';
52
50
 
53
51
  @import '~react-dates/lib/css/_datepicker.css';
54
52
 
@@ -18,15 +18,15 @@ Change these color values below to your brand colors.
18
18
  // Brand - Primary
19
19
  $theme-color-brand-primary-900: null;
20
20
  $theme-color-brand-primary-800: #005181;
21
- $theme-color-brand-primary-700: #006AA9;
21
+ $theme-color-brand-primary-700: #006aa9;
22
22
  $theme-color-brand-primary-600: #1e79c2;
23
- $theme-color-brand-primary-500: #1394E5;
24
- $theme-color-brand-primary-400: #52A6EC;
25
- $theme-color-brand-primary-300: #A3D6FF;
26
- $theme-color-brand-primary-200: #EBF6FF;
27
- $theme-color-brand-primary-100: #F6FBFF;
23
+ $theme-color-brand-primary-500: #1394e5;
24
+ $theme-color-brand-primary-400: #52a6ec;
25
+ $theme-color-brand-primary-300: #a3d6ff;
26
+ $theme-color-brand-primary-200: #ebf6ff;
27
+ $theme-color-brand-primary-100: #f6fbff;
28
28
 
29
- // Brand - Secondary
29
+ // Brand - Secondary
30
30
  $theme-color-brand-secondary-900: null;
31
31
  $theme-color-brand-secondary-800: null;
32
32
  $theme-color-brand-secondary-700: null;
@@ -40,60 +40,58 @@ $theme-color-brand-secondary-100: null;
40
40
  //Neutral - Used for text, borders, shadows, background, etc
41
41
  $theme-color-neutral-1000: #000000;
42
42
  $theme-color-neutral-900: #333333;
43
- $theme-color-neutral-800: #25292F;
44
- $theme-color-neutral-700: #353C46;
45
- $theme-color-neutral-600: #464F5C;
43
+ $theme-color-neutral-800: #25292f;
44
+ $theme-color-neutral-700: #353c46;
45
+ $theme-color-neutral-600: #464f5c;
46
46
  $theme-color-neutral-500: #697489;
47
- $theme-color-neutral-400: #A9B1BE;
48
- $theme-color-neutral-300: #B0B9C8;
49
- $theme-color-neutral-200: #CBCFD7;
50
- $theme-color-neutral-100: #E0E3E8;
51
- $theme-color-neutral-080: #EBEDF0;
52
- $theme-color-neutral-050: #F6F7F9;
53
- $theme-color-neutral-000: #FFFFFF;
47
+ $theme-color-neutral-400: #8c93a6;
48
+ $theme-color-neutral-300: #b0b9c8;
49
+ $theme-color-neutral-200: #cbcfd7;
50
+ $theme-color-neutral-100: #e0e3e8;
51
+ $theme-color-neutral-080: #ebedf0;
52
+ $theme-color-neutral-050: #f6f7f9;
53
+ $theme-color-neutral-000: #ffffff;
54
54
 
55
- // Success - Used to communicate status or feedback to the user
56
- $theme-color-success-900: #207E56;
55
+ // Success - Used to communicate status or feedback to the user
56
+ $theme-color-success-900: #207e56;
57
57
  $theme-color-success-800: null;
58
58
  $theme-color-success-700: null;
59
59
  $theme-color-success-600: null;
60
60
  $theme-color-success-500: null;
61
61
  $theme-color-success-400: null;
62
- $theme-color-success-300: #D4F0E5;
62
+ $theme-color-success-300: #d4f0e5;
63
63
  $theme-color-success-200: null;
64
64
  $theme-color-success-100: null;
65
65
  // Danger - Used to communicate status or feedback to the user
66
- $theme-color-danger-900: #C64252;
66
+ $theme-color-danger-900: #c64252;
67
67
  $theme-color-danger-800: null;
68
68
  $theme-color-danger-700: null;
69
69
  $theme-color-danger-600: null;
70
70
  $theme-color-danger-500: null;
71
71
  $theme-color-danger-400: null;
72
72
  $theme-color-danger-300: null;
73
- $theme-color-danger-200: #F7CDD2;
73
+ $theme-color-danger-200: #f7cdd2;
74
74
  $theme-color-danger-100: null;
75
75
  // Warning - Used to communicate status or feedback to the user
76
- $theme-color-warning-900: #D17A00;
76
+ $theme-color-warning-900: #d17a00;
77
77
  $theme-color-warning-800: null;
78
- $theme-color-warning-700: #FF9400;
79
- $theme-color-warning-600: #FBB431;
80
- $theme-color-warning-500: #FBB431;
81
- $theme-color-warning-400: #FBDE31;
78
+ $theme-color-warning-700: #ff9400;
79
+ $theme-color-warning-600: #fbb431;
80
+ $theme-color-warning-500: #fbb431;
81
+ $theme-color-warning-400: #fbde31;
82
82
  $theme-color-warning-300: null;
83
83
  $theme-color-warning-200: null;
84
84
  $theme-color-warning-100: null;
85
85
 
86
-
87
86
  // **TYPOGRAPHY**
88
87
  // Typeface
89
88
  // Change the typeface.
90
- $theme-font-family: "proxima-nova", Arial, sans-serif !default;
89
+ $theme-font-family: Roboto !default;
91
90
 
92
91
  // Type Scale
93
92
  // Change the font-sizes of HTML typed tags below.
94
93
  $theme-base-font-size: 13px;
95
94
 
96
-
97
95
  // **BORDER RADIUS**
98
96
  // How round would you like your containers to be?
99
97
  $theme-base-border-radius: 2px;
@@ -42,7 +42,7 @@ $theme-color-neutral-800: #25292F;
42
42
  $theme-color-neutral-700: #353C46;
43
43
  $theme-color-neutral-600: #464F5C;
44
44
  $theme-color-neutral-500: #697489;
45
- $theme-color-neutral-400: #A9B1BE;
45
+ $theme-color-neutral-400: #8C93A6;
46
46
  $theme-color-neutral-300: #B0B9C8;
47
47
  $theme-color-neutral-200: #CBCFD7;
48
48
  $theme-color-neutral-100: #E0E3E8;
@@ -52,7 +52,7 @@ $text-disabled: #5c6574;
52
52
  position: relative;
53
53
 
54
54
  &:after {
55
- content: "";
55
+ content: '';
56
56
  position: absolute;
57
57
  top: 0;
58
58
  left: 0;
@@ -236,7 +236,7 @@ div.#{$btn-el} {
236
236
 
237
237
  @at-root .#{$input-addon-group}__addon {
238
238
  .#{$btn-el-text} {
239
- border: $border-type color(neutral, 200);
239
+ border: $border-type color(neutral, 400);
240
240
  }
241
241
  }
242
242
 
@@ -288,15 +288,15 @@ div.#{$btn-el} {
288
288
 
289
289
  // ********************************************
290
290
  // Secondary
291
- .#{$btn-el-secondary}{
291
+ .#{$btn-el-secondary} {
292
292
  color: color(brand-primary, 600);
293
293
  background-color: color(neutral, 000);
294
- border: $border-type color(neutral, 500);
294
+ border: $border-type color(neutral, 400);
295
295
  border-radius: 2px;
296
296
 
297
297
  @at-root .#{$input-addon-group}__addon {
298
298
  .#{$btn-el-secondary} {
299
- border: $border-type color(neutral, 200);
299
+ border: $border-type color(neutral, 400);
300
300
  }
301
301
  }
302
302
 
@@ -393,10 +393,10 @@ div.#{$btn-el} {
393
393
  }
394
394
 
395
395
  $intent-colors: (
396
- "success": color("success", 900),
397
- "danger": color("danger", 900),
398
- "warning": color("warning", 900),
399
- "info": color("brand-primary", 600),
396
+ 'success': color('success', 900),
397
+ 'danger': color('danger', 900),
398
+ 'warning': color('warning', 900),
399
+ 'info': color('brand-primary', 600),
400
400
  );
401
401
 
402
402
  @each $intent, $color in $intent-colors {
@@ -425,7 +425,7 @@ $intent-colors: (
425
425
  &:hover:not([disabled]),
426
426
  &.#{$btn-el-vhover} {
427
427
  color: $color;
428
-
428
+
429
429
  span.label-wrapper.no-icon {
430
430
  &:before {
431
431
  background-color: transparent;
@@ -524,6 +524,7 @@ $filter-header-container: #{$data-grid}-filter-header;
524
524
  margin-top: space(xxs) * 1.5;
525
525
  position: relative;
526
526
  right: space(xs) * -1.1;
527
+ background: white;
527
528
  }
528
529
 
529
530
  // https://jira.elliemae.io/browse/PUI-5348
@@ -1,9 +1,8 @@
1
1
  .#{$el-icon} {
2
- border: $border-type color(neutral, 200);
3
2
  @include border-radius(0 $radius $radius 0);
4
3
  padding: 0 calc(#{space(xxs)} * 0.5);
5
4
 
6
- &:hover:not([disabled]) {
5
+ &:hover:not([disabled]) {
7
6
  border: $border-type color(brand-primary, 600);
8
7
  }
9
8
 
@@ -42,7 +42,7 @@ $el-label: #{$el-container}__label;
42
42
  cursor: pointer;
43
43
 
44
44
  &.checkbox-true {
45
- border: calc(#{space(xxs)} * 0.25) solid color(brand-primary, 600);
45
+
46
46
  &:after {
47
47
  width: space(xxs);
48
48
  height: space(xs);
@@ -44,7 +44,7 @@ $input-height: space(m) * 1.17; // TODO: define global input sizes
44
44
  }
45
45
  @mixin withReadOnly() {
46
46
  border: none;
47
- border-top: calc(#{space(xxs)} * 0.25) solid color(neutral, 200);
47
+ border-top: calc(#{space(xxs)} * 0.25) solid color(neutral, 400);
48
48
  background: none;
49
49
  }
50
50
 
@@ -65,7 +65,7 @@ $input-height: space(m) * 1.17; // TODO: define global input sizes
65
65
  padding: 0 space(xs);
66
66
  z-index: 1;
67
67
  @include border-radius($radius);
68
- border: $border-type color(neutral, 200);
68
+ border: $border-type color(neutral, 400);
69
69
  text-overflow: ellipsis;
70
70
 
71
71
  &::-ms-clear {
@@ -29,7 +29,7 @@ $input-height: space(m) * 1.17; // TODO: define global input sizes
29
29
  .#{$input-addon-wrapper} {
30
30
  @include border-radius($radius);
31
31
  display: flex;
32
- box-shadow: inset 0 0 0 1px color(neutral, 200);
32
+ box-shadow: inset 0 0 0 1px color(neutral, 400);
33
33
  height: $input-height;
34
34
  width: 100%;
35
35
 
@@ -34,7 +34,7 @@ $min-height: space(m) * 1.17;
34
34
  background: color(neutral, 000);
35
35
  transition: border duration(base) easing(base);
36
36
  @include border-radius($radius);
37
- @include dsFakeBorder();
37
+ box-shadow: inset 0 0 0 1px color(neutral, 400);
38
38
  padding: 1px;
39
39
  &:focus-within {
40
40
  padding: 0;