@elliemae/ds-basic 3.22.0-next.0 → 3.22.0-next.15

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 (41) hide show
  1. package/dist/css/dimsum.css +16 -95
  2. package/dist/css/dimsum.min.css +2 -2
  3. package/dist/css/dimsum.min.css.map +1 -1
  4. package/dist/css/fonts/ProximaLight.woff +0 -0
  5. package/dist/css/fonts/ProximaLightItalic.woff +0 -0
  6. package/dist/css/fonts/ProximaMedium.woff +0 -0
  7. package/dist/css/fonts/ProximaMediumItalic.woff +0 -0
  8. package/dist/css/fonts/ProximaNovaBlack.woff +0 -0
  9. package/dist/css/fonts/ProximaNovaBlackItalic.woff +0 -0
  10. package/dist/css/fonts/ProximaNovaBold.woff +0 -0
  11. package/dist/css/fonts/ProximaNovaBoldItalic.woff +0 -0
  12. package/dist/css/fonts/ProximaNovaExtrabold.woff +0 -0
  13. package/dist/css/fonts/ProximaNovaExtraboldItalic.woff +0 -0
  14. package/dist/css/fonts/ProximaNovaRegular.woff +0 -0
  15. package/dist/css/fonts/ProximaNovaRegularItalic.woff +0 -0
  16. package/dist/css/fonts/ProximaNovaSemibold.woff +0 -0
  17. package/dist/css/fonts/ProximaNovaSemiboldItalic.woff +0 -0
  18. package/dist/css/fonts/ProximaNovaThin.woff +0 -0
  19. package/dist/css/fonts/ProximaNovaThinItalic.woff +0 -0
  20. package/dist/styles/base/fonts/ProximaLight.woff +0 -0
  21. package/dist/styles/base/fonts/ProximaLightItalic.woff +0 -0
  22. package/dist/styles/base/fonts/ProximaMedium.woff +0 -0
  23. package/dist/styles/base/fonts/ProximaMediumItalic.woff +0 -0
  24. package/dist/styles/base/fonts/ProximaNovaBlack.woff +0 -0
  25. package/dist/styles/base/fonts/ProximaNovaBlackItalic.woff +0 -0
  26. package/dist/styles/base/fonts/ProximaNovaBold.woff +0 -0
  27. package/dist/styles/base/fonts/ProximaNovaBoldItalic.woff +0 -0
  28. package/dist/styles/base/fonts/ProximaNovaExtrabold.woff +0 -0
  29. package/dist/styles/base/fonts/ProximaNovaExtraboldItalic.woff +0 -0
  30. package/dist/styles/base/fonts/ProximaNovaRegular.woff +0 -0
  31. package/dist/styles/base/fonts/ProximaNovaRegularItalic.woff +0 -0
  32. package/dist/styles/base/fonts/ProximaNovaSemibold.woff +0 -0
  33. package/dist/styles/base/fonts/ProximaNovaSemiboldItalic.woff +0 -0
  34. package/dist/styles/base/fonts/ProximaNovaThin.woff +0 -0
  35. package/dist/styles/base/fonts/ProximaNovaThinItalic.woff +0 -0
  36. package/dist/styles/base/fonts/font-base.scss +16 -16
  37. package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/components/index.scss +0 -1
  38. package/dist/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +16 -16
  39. package/dist/styles/components/packages/ds-basic/styles/components/index.scss +0 -1
  40. package/package.json +4 -2
  41. package/dist/styles/components/packages/ds-wizard/DSWizard.scss +0 -121
Binary file
@@ -3,98 +3,98 @@
3
3
  // Regular font style
4
4
  @font-face {
5
5
  font-family: 'proxima-nova';
6
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.otf') format('opentype');
6
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff') format('woff');
7
7
  font-weight: 100;
8
8
  font-style: normal;
9
9
  }
10
10
  @font-face {
11
11
  font-family: 'proxima-nova';
12
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.otf') format('opentype');
12
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.woff') format('woff');
13
13
  font-weight: 300;
14
14
  font-style: normal;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'proxima-nova';
18
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.otf') format('opentype');
18
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
19
19
  font-weight: normal;
20
20
  font-style: normal;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'proxima-nova';
24
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.otf') format('opentype');
24
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.woff') format('woff');
25
25
  font-weight: 500;
26
26
  font-style: normal;
27
27
  }
28
28
  @font-face {
29
29
  font-family: 'proxima-nova';
30
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.otf') format('opentype');
30
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.woff') format('woff');
31
31
  font-weight: 600;
32
32
  font-style: normal;
33
33
  }
34
34
  @font-face {
35
35
  font-family: 'proxima-nova';
36
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.otf') format('opentype');
36
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.woff') format('woff');
37
37
  font-weight: bold;
38
38
  font-style: normal;
39
39
  }
40
40
  @font-face {
41
41
  font-family: 'proxima-nova';
42
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.otf') format('opentype');
42
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.woff') format('woff');
43
43
  font-weight: 800;
44
44
  font-style: normal;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'proxima-nova';
48
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.otf') format('opentype');
48
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.woff') format('woff');
49
49
  font-weight: 900;
50
50
  font-style: normal;
51
51
  }
52
52
  // Italic font style
53
53
  @font-face {
54
54
  font-family: 'proxima-nova';
55
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.otf') format('opentype');
55
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.woff') format('woff');
56
56
  font-weight: 100;
57
57
  font-style: italic;
58
58
  }
59
59
  @font-face {
60
60
  font-family: 'proxima-nova';
61
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.otf') format('opentype');
61
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.woff') format('woff');
62
62
  font-weight: 300;
63
63
  font-style: italic;
64
64
  }
65
65
  @font-face {
66
66
  font-family: 'proxima-nova';
67
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.otf') format('opentype');
67
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.woff') format('woff');
68
68
  font-weight: normal;
69
69
  font-style: italic;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'proxima-nova';
73
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.otf') format('opentype');
73
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.woff') format('woff');
74
74
  font-weight: 500;
75
75
  font-style: italic;
76
76
  }
77
77
  @font-face {
78
78
  font-family: 'proxima-nova';
79
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.otf') format('opentype');
79
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.woff') format('woff');
80
80
  font-weight: 600;
81
81
  font-style: italic;
82
82
  }
83
83
  @font-face {
84
84
  font-family: 'proxima-nova';
85
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.otf') format('opentype');
85
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.woff') format('woff');
86
86
  font-weight: bold;
87
87
  font-style: italic;
88
88
  }
89
89
  @font-face {
90
90
  font-family: 'proxima-nova';
91
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.otf') format('opentype');
91
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.woff') format('woff');
92
92
  font-weight: 800;
93
93
  font-style: italic;
94
94
  }
95
95
  @font-face {
96
96
  font-family: 'proxima-nova';
97
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.otf') format('opentype');
97
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.woff') format('woff');
98
98
  font-weight: 900;
99
99
  font-style: italic;
100
100
  }
@@ -26,5 +26,4 @@
26
26
  @import '../../../ds-imagelibrarymodal/src/DSImageLibraryModal.scss';
27
27
  @import '../../../ds-uploader/src/DSUploader.scss';
28
28
  @import '../../../ds-ribbon/src/DSRibbon.scss';
29
- @import '../../../ds-wizard/src/DSWizard.scss';
30
29
  @import '../../../ds-card-array/src/DSCardArray.scss';
@@ -3,98 +3,98 @@
3
3
  // Regular font style
4
4
  @font-face {
5
5
  font-family: 'proxima-nova';
6
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.otf') format('opentype');
6
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff') format('woff');
7
7
  font-weight: 100;
8
8
  font-style: normal;
9
9
  }
10
10
  @font-face {
11
11
  font-family: 'proxima-nova';
12
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.otf') format('opentype');
12
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLight.woff') format('woff');
13
13
  font-weight: 300;
14
14
  font-style: normal;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'proxima-nova';
18
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.otf') format('opentype');
18
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
19
19
  font-weight: normal;
20
20
  font-style: normal;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'proxima-nova';
24
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.otf') format('opentype');
24
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMedium.woff') format('woff');
25
25
  font-weight: 500;
26
26
  font-style: normal;
27
27
  }
28
28
  @font-face {
29
29
  font-family: 'proxima-nova';
30
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.otf') format('opentype');
30
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemibold.woff') format('woff');
31
31
  font-weight: 600;
32
32
  font-style: normal;
33
33
  }
34
34
  @font-face {
35
35
  font-family: 'proxima-nova';
36
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.otf') format('opentype');
36
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBold.woff') format('woff');
37
37
  font-weight: bold;
38
38
  font-style: normal;
39
39
  }
40
40
  @font-face {
41
41
  font-family: 'proxima-nova';
42
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.otf') format('opentype');
42
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtrabold.woff') format('woff');
43
43
  font-weight: 800;
44
44
  font-style: normal;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'proxima-nova';
48
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.otf') format('opentype');
48
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlack.woff') format('woff');
49
49
  font-weight: 900;
50
50
  font-style: normal;
51
51
  }
52
52
  // Italic font style
53
53
  @font-face {
54
54
  font-family: 'proxima-nova';
55
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.otf') format('opentype');
55
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThinItalic.woff') format('woff');
56
56
  font-weight: 100;
57
57
  font-style: italic;
58
58
  }
59
59
  @font-face {
60
60
  font-family: 'proxima-nova';
61
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.otf') format('opentype');
61
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaLightItalic.woff') format('woff');
62
62
  font-weight: 300;
63
63
  font-style: italic;
64
64
  }
65
65
  @font-face {
66
66
  font-family: 'proxima-nova';
67
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.otf') format('opentype');
67
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegularItalic.woff') format('woff');
68
68
  font-weight: normal;
69
69
  font-style: italic;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'proxima-nova';
73
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.otf') format('opentype');
73
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaMediumItalic.woff') format('woff');
74
74
  font-weight: 500;
75
75
  font-style: italic;
76
76
  }
77
77
  @font-face {
78
78
  font-family: 'proxima-nova';
79
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.otf') format('opentype');
79
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaSemiboldItalic.woff') format('woff');
80
80
  font-weight: 600;
81
81
  font-style: italic;
82
82
  }
83
83
  @font-face {
84
84
  font-family: 'proxima-nova';
85
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.otf') format('opentype');
85
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBoldItalic.woff') format('woff');
86
86
  font-weight: bold;
87
87
  font-style: italic;
88
88
  }
89
89
  @font-face {
90
90
  font-family: 'proxima-nova';
91
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.otf') format('opentype');
91
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaExtraboldItalic.woff') format('woff');
92
92
  font-weight: 800;
93
93
  font-style: italic;
94
94
  }
95
95
  @font-face {
96
96
  font-family: 'proxima-nova';
97
- src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.otf') format('opentype');
97
+ src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaBlackItalic.woff') format('woff');
98
98
  font-weight: 900;
99
99
  font-style: italic;
100
100
  }
@@ -25,5 +25,4 @@
25
25
  @import '../../../ds-wysiwygeditor/src/DSWYSIWYGEditor.scss';
26
26
  @import '../../../ds-imagelibrarymodal/src/DSImageLibraryModal.scss';
27
27
  @import '../../../ds-ribbon/src/DSRibbon.scss';
28
- @import '../../../ds-wizard/src/DSWizard.scss';
29
28
  @import '../../../ds-card-array/src/DSCardArray.scss';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-basic",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "EllieMae UI Design System Library",
6
6
  "files": [
@@ -33,8 +33,10 @@
33
33
  "indent": 4
34
34
  },
35
35
  "devDependencies": {
36
+ "@elliemae/pui-cli": "~9.0.0-next.22",
36
37
  "gulp": "~4.0.2",
37
- "gulp-rename": "~2.0.0"
38
+ "gulp-rename": "~2.0.0",
39
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
38
40
  },
39
41
  "peerDependencies": {
40
42
  "lodash": "^4.17.21",
@@ -1,121 +0,0 @@
1
- // ********************************************
2
- // container definition
3
- $wizard-indicator: #{$prefix}-wizard-steps-indicator;
4
- $wizard-indicator-item: #{$prefix}-wizard-steps-indicator-step;
5
- // ********************************************
6
-
7
-
8
- @mixin dotted($color, $size) {
9
- height: $size;
10
- background-image: linear-gradient(to right, $color 40%, rgba(255, 255, 255, 0) 0%);
11
- background-position: top;
12
- background-size: 3px $size;
13
- background-repeat: repeat-x;
14
- }
15
-
16
- $bullet-size: space(l);
17
- $color-active: color(brand-primary, 600);
18
- $color-completed: color(brand-primary, 500);
19
- $color-inactive: color(neutral, 200);
20
-
21
- .#{$wizard-indicator} {
22
- display: flex;
23
- justify-content: center;
24
- overflow: hidden;
25
- }
26
-
27
- .#{$wizard-indicator-item} {
28
- display: flex;
29
- justify-content: center;
30
- flex: 1 1 0px;
31
- min-width: 96px;
32
- max-width: 144px;
33
- margin: 0 8px;
34
-
35
- .#{$wizard-indicator-item}-wrapper {
36
- display: flex;
37
- flex-direction: column;
38
- align-items: center;
39
- width: 100%;
40
- }
41
-
42
- .#{$wizard-indicator-item}__bullet-wrapper {
43
- display: flex;
44
- justify-content: center;
45
- position: relative;
46
- width: 100%;
47
- }
48
-
49
- .#{$wizard-indicator-item}__bullet {
50
- margin: space(xs);
51
- width: $bullet-size;
52
- height: $bullet-size;
53
- border-radius: 50%;
54
- font-size: font-size(600);
55
- border: border-size() solid $color-inactive;
56
- color: color(brand-primary, 600);
57
- position: relative;
58
- transition: all duration(base) easing(in);
59
- @include center();
60
- }
61
-
62
- .#{$wizard-indicator-item}__label {
63
- @include h5-text-style();
64
- color: color(neutral, 500);
65
- transition: all duration(base) easing(in);
66
- text-align: center;
67
- width: 100%;
68
- max-height: 36px;
69
- }
70
-
71
-
72
- &:not(:last-child) {
73
- // line
74
- .#{$wizard-indicator-item}__bullet-wrapper::after {
75
- margin: 0 5px;
76
- position: absolute;
77
- top: 50%;
78
- left: calc(62%);
79
- display: block;
80
- width: 80%;
81
- content: '';
82
- transition: all duration(slow) easing(in);
83
- @include dotted($color-inactive, 1px);
84
- }
85
- }
86
- }
87
-
88
-
89
- // STATES
90
- .#{$wizard-indicator-item}--completed {
91
- .#{$wizard-indicator-item}__bullet {
92
- border-color: color(brand-primary, 600);
93
- }
94
- .#{$wizard-indicator-item}__label {
95
- color: color(neutral, 800);
96
- }
97
- }
98
-
99
- .#{$wizard-indicator-item}--active {
100
- .#{$wizard-indicator-item}__bullet {
101
- border-color: color(brand-primary, 700);
102
- color: color(brand-primary, 700);
103
- font-weight: bold;
104
- border-width: 1.5px;
105
- }
106
- .#{$wizard-indicator-item}__label {
107
- color: color(brand-primary, 700);
108
- font-weight: bold;
109
- }
110
- }
111
-
112
- // complete line
113
- .#{$wizard-indicator-item}--completed {
114
- &:not(:last-child) {
115
- // line
116
- .#{$wizard-indicator-item}__bullet-wrapper::after {
117
- background: color(brand-primary, 700);
118
- background-size: initial;
119
- }
120
- }
121
- }