@xdam/ember-partials 0.9.0-beta.0 → 0.10.0

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 (152) hide show
  1. package/.gitattributes +6 -0
  2. package/LICENSE.md +9 -9
  3. package/README.md +15 -0
  4. package/addon/components/xep-avatar.js +0 -0
  5. package/addon/components/xep-bubble.js +0 -0
  6. package/addon/components/xep-button.js +0 -0
  7. package/addon/components/xep-checkbox.js +0 -0
  8. package/addon/components/xep-chip-icon.js +0 -0
  9. package/addon/components/xep-chip-set.js +0 -0
  10. package/addon/components/xep-chip-text.js +0 -0
  11. package/addon/components/xep-chip.js +0 -0
  12. package/addon/components/xep-dialog-actions.js +0 -0
  13. package/addon/components/xep-dialog-content.js +0 -0
  14. package/addon/components/xep-dialog-title.js +0 -0
  15. package/addon/components/xep-dialog.js +0 -0
  16. package/addon/components/xep-drawer-content.js +0 -0
  17. package/addon/components/xep-drawer-header.js +0 -0
  18. package/addon/components/xep-drawer.js +0 -0
  19. package/addon/components/xep-input.js +0 -0
  20. package/addon/components/xep-list-divider.js +0 -0
  21. package/addon/components/xep-list-item-graphic.js +0 -0
  22. package/addon/components/xep-list-item-meta.js +0 -0
  23. package/addon/components/xep-list-item-text.js +0 -0
  24. package/addon/components/xep-list-item.js +0 -0
  25. package/addon/components/xep-list.js +0 -0
  26. package/addon/components/xep-menu-surface.js +0 -0
  27. package/addon/components/xep-menu.js +0 -0
  28. package/addon/components/xep-radio.js +0 -0
  29. package/addon/components/xep-slider.js +0 -0
  30. package/addon/components/xep-snackbar.js +0 -0
  31. package/addon/components/xep-switch.js +0 -0
  32. package/addon/components/xep-textarea.js +0 -0
  33. package/addon/components/xep-toolbar-divider.js +0 -0
  34. package/addon/components/xep-toolbar-item-icon.js +0 -0
  35. package/addon/components/xep-toolbar-item-text.js +0 -0
  36. package/addon/components/xep-toolbar-item.js +0 -0
  37. package/addon/components/xep-toolbar-section.js +9 -1
  38. package/addon/components/xep-toolbar.js +0 -0
  39. package/addon/mixins/xep-resize.js +0 -0
  40. package/addon/services/xep-manager.js +0 -0
  41. package/addon/templates/components/xep-avatar.hbs +1 -1
  42. package/addon/templates/components/xep-bubble.hbs +0 -0
  43. package/addon/templates/components/xep-button.hbs +0 -0
  44. package/addon/templates/components/xep-checkbox.hbs +0 -0
  45. package/addon/templates/components/xep-chip-icon.hbs +0 -0
  46. package/addon/templates/components/xep-chip-set.hbs +0 -0
  47. package/addon/templates/components/xep-chip-text.hbs +0 -0
  48. package/addon/templates/components/xep-chip.hbs +0 -0
  49. package/addon/templates/components/xep-dialog-actions.hbs +0 -0
  50. package/addon/templates/components/xep-dialog-content.hbs +0 -0
  51. package/addon/templates/components/xep-dialog-title.hbs +0 -0
  52. package/addon/templates/components/xep-dialog.hbs +0 -0
  53. package/addon/templates/components/xep-drawer-content.hbs +0 -0
  54. package/addon/templates/components/xep-drawer-header.hbs +0 -0
  55. package/addon/templates/components/xep-drawer.hbs +0 -0
  56. package/addon/templates/components/xep-input.hbs +0 -0
  57. package/addon/templates/components/xep-list-divider.hbs +0 -0
  58. package/addon/templates/components/xep-list-item-graphic.hbs +0 -0
  59. package/addon/templates/components/xep-list-item-meta.hbs +0 -0
  60. package/addon/templates/components/xep-list-item-text.hbs +0 -0
  61. package/addon/templates/components/xep-list-item.hbs +0 -0
  62. package/addon/templates/components/xep-list.hbs +0 -0
  63. package/addon/templates/components/xep-menu-surface.hbs +0 -0
  64. package/addon/templates/components/xep-menu.hbs +0 -0
  65. package/addon/templates/components/xep-power-select.hbs +0 -0
  66. package/addon/templates/components/xep-radio.hbs +0 -0
  67. package/addon/templates/components/xep-slider.hbs +0 -0
  68. package/addon/templates/components/xep-snackbar.hbs +0 -0
  69. package/addon/templates/components/xep-switch.hbs +0 -0
  70. package/addon/templates/components/xep-textarea.hbs +0 -0
  71. package/addon/templates/components/xep-toolbar-divider.hbs +0 -0
  72. package/addon/templates/components/xep-toolbar-item-icon.hbs +0 -0
  73. package/addon/templates/components/xep-toolbar-item-text.hbs +0 -0
  74. package/addon/templates/components/xep-toolbar-item.hbs +0 -0
  75. package/addon/templates/components/xep-toolbar-section.hbs +0 -0
  76. package/addon/templates/components/xep-toolbar.hbs +0 -0
  77. package/addon/utils/style-string.js +0 -0
  78. package/addon/utils/update-dirty-props.js +0 -0
  79. package/app/components/xep-avatar.js +0 -0
  80. package/app/components/xep-bubble.js +0 -0
  81. package/app/components/xep-button.js +0 -0
  82. package/app/components/xep-checkbox.js +0 -0
  83. package/app/components/xep-chip-icon.js +0 -0
  84. package/app/components/xep-chip-set.js +0 -0
  85. package/app/components/xep-chip-text.js +0 -0
  86. package/app/components/xep-chip.js +0 -0
  87. package/app/components/xep-dialog-actions.js +0 -0
  88. package/app/components/xep-dialog-content.js +0 -0
  89. package/app/components/xep-dialog-title.js +0 -0
  90. package/app/components/xep-dialog.js +0 -0
  91. package/app/components/xep-drawer-content.js +0 -0
  92. package/app/components/xep-drawer-header.js +0 -0
  93. package/app/components/xep-drawer.js +0 -0
  94. package/app/components/xep-input.js +0 -0
  95. package/app/components/xep-list-divider.js +0 -0
  96. package/app/components/xep-list-item-graphic.js +0 -0
  97. package/app/components/xep-list-item-meta.js +0 -0
  98. package/app/components/xep-list-item-text.js +0 -0
  99. package/app/components/xep-list-item.js +0 -0
  100. package/app/components/xep-list.js +0 -0
  101. package/app/components/xep-menu-surface.js +0 -0
  102. package/app/components/xep-menu.js +0 -0
  103. package/app/components/xep-radio.js +0 -0
  104. package/app/components/xep-slider.js +0 -0
  105. package/app/components/xep-snackbar.js +0 -0
  106. package/app/components/xep-switch.js +0 -0
  107. package/app/components/xep-textarea.js +0 -0
  108. package/app/components/xep-toolbar-divider.js +0 -0
  109. package/app/components/xep-toolbar-item-icon.js +0 -0
  110. package/app/components/xep-toolbar-item-text.js +0 -0
  111. package/app/components/xep-toolbar-item.js +0 -0
  112. package/app/components/xep-toolbar-section.js +0 -0
  113. package/app/components/xep-toolbar.js +0 -0
  114. package/app/mixins/xep-resize.js +0 -0
  115. package/app/services/xep-manager.js +0 -0
  116. package/app/styles/ember-partials/components/xep-avatar.scss +24 -24
  117. package/app/styles/ember-partials/components/xep-bubble.scss +20 -20
  118. package/app/styles/ember-partials/components/xep-button.scss +58 -58
  119. package/app/styles/ember-partials/components/xep-drawer.scss +21 -21
  120. package/app/styles/ember-partials/components/xep-snackbar.scss +3 -3
  121. package/app/styles/ember-partials/components/xep-toolbar.scss +107 -107
  122. package/app/styles/ember-partials/dark-theme.scss +42 -42
  123. package/app/styles/ember-partials/helpers/alignment.scss +59 -59
  124. package/app/styles/ember-partials/helpers/color.scss +27 -27
  125. package/app/styles/ember-partials/helpers/display.scss +27 -19
  126. package/app/styles/ember-partials/helpers/overrides.scss +7 -7
  127. package/app/styles/ember-partials/helpers/root.scss +13 -13
  128. package/app/styles/ember-partials/helpers/rotate.scss +11 -0
  129. package/app/styles/ember-partials/helpers/spacing.scss +25 -25
  130. package/app/styles/ember-partials/helpers/typography.scss +5 -0
  131. package/app/styles/ember-partials/helpers/visibility.scss +23 -23
  132. package/app/styles/ember-partials/light-theme.scss +42 -42
  133. package/app/styles/ember-partials/mixins/breakpoints.scss +24 -24
  134. package/app/styles/ember-partials/mixins/strip-unit.scss +10 -10
  135. package/app/styles/ember-partials/variables.scss +35 -35
  136. package/app/styles/ember-partials/xdam-theme.scss +42 -42
  137. package/app/styles/ember-partials.scss +35 -33
  138. package/app/utils/style-string.js +0 -0
  139. package/backstop.json +168 -168
  140. package/blueprints/xep-component/files/__root__/__path__/__name__.js +0 -0
  141. package/blueprints/xep-component/files/__root__/__templatepath__/__templatename__.hbs +0 -0
  142. package/blueprints/xep-component/index.js +0 -0
  143. package/blueprints/xep-component-test/index.js +0 -0
  144. package/blueprints/xep-component-test/qunit-files/__root__/__testType__/__path__/__test__.js +0 -0
  145. package/config/addon-docs.js +0 -0
  146. package/config/deploy.js +0 -0
  147. package/config/environment.js +0 -0
  148. package/config/release.js +0 -0
  149. package/index.js +2 -2
  150. package/package.json +26 -26
  151. package/.npmignore +0 -36
  152. package/.vscode/settings.json +0 -16
@@ -1,107 +1,107 @@
1
- $xep-toolbar-spacing: 5px;
2
- $xep-toolbar-divider-thickness: 2px;
3
-
4
- .xep-toolbar {
5
- background: $mdc-theme-surface;
6
- display: flex;
7
- box-sizing: border-box;
8
- flex-flow: row nowrap;
9
- overflow: visible;
10
- z-index: 1;
11
-
12
- &--fixed {
13
- position: fixed;
14
- }
15
-
16
- &__section {
17
- display: inline-flex;
18
-
19
- &--align-start {
20
- justify-content: flex-start;
21
- }
22
-
23
- &--align-end {
24
- justify-content: flex-end;
25
- }
26
-
27
- &--align-middle {
28
- justify-content: center;
29
- }
30
-
31
- &--flex-grow {
32
- flex: 1 1 auto;
33
- }
34
-
35
- &--flex-shrink {
36
- flex: 0 1 auto;
37
- }
38
- }
39
-
40
- &__item {
41
- cursor: pointer;
42
- display: flex;
43
- align-items: center;
44
- position: relative;
45
- }
46
-
47
- &__item-button,
48
- &__item-text,
49
- &__item-icon {
50
- padding: $xep-toolbar-spacing;
51
- }
52
-
53
- &__divider {
54
- background: map-get($xep-shades, typography-3);
55
- }
56
-
57
- &__item-text {
58
- text-overflow: ellipsis;
59
- white-space: nowrap;
60
- overflow: hidden;
61
- }
62
-
63
- &--horizontal {
64
- padding: 0 $xep-toolbar-spacing;
65
-
66
- .xep-toolbar__section {
67
- flex-flow: row nowrap;
68
- }
69
-
70
- .xep-toolbar__divider {
71
- width: $xep-toolbar-divider-thickness;
72
- margin: ($xep-toolbar-spacing * 2) $xep-toolbar-spacing;
73
- }
74
- }
75
-
76
- &--vertical {
77
- height: 100%;
78
- padding: $xep-toolbar-spacing 0;
79
- flex-flow: column nowrap;
80
-
81
- .xep-toolbar__section {
82
- flex-flow: column nowrap;
83
- }
84
-
85
- .xep-toolbar__item {
86
- display: flex;
87
- text-align: center;
88
- justify-content: center;
89
- flex-direction: column;
90
- }
91
-
92
- .xep-toolbar__item-text {
93
- font-size: 10px;
94
- }
95
-
96
- .xep-toolbar__divider {
97
- height: $xep-toolbar-divider-thickness;
98
- margin: $xep-toolbar-spacing ($xep-toolbar-spacing * 2);
99
- }
100
-
101
- .xep-toolbar__item-icon,
102
- .xep-toolbar__item-text {
103
- display: block;
104
- line-height: 1;
105
- }
106
- }
107
- }
1
+ $xep-toolbar-spacing: 5px;
2
+ $xep-toolbar-divider-thickness: 2px;
3
+
4
+ .xep-toolbar {
5
+ background: $mdc-theme-surface;
6
+ display: flex;
7
+ box-sizing: border-box;
8
+ flex-flow: row nowrap;
9
+ overflow: visible;
10
+ z-index: 1;
11
+
12
+ &--fixed {
13
+ position: fixed;
14
+ }
15
+
16
+ &__section {
17
+ display: inline-flex;
18
+
19
+ &--align-start {
20
+ justify-content: flex-start;
21
+ }
22
+
23
+ &--align-end {
24
+ justify-content: flex-end;
25
+ }
26
+
27
+ &--align-middle {
28
+ justify-content: center;
29
+ }
30
+
31
+ &--flex-grow {
32
+ flex: 1 1 auto;
33
+ }
34
+
35
+ &--flex-shrink {
36
+ flex: 0 1 auto;
37
+ }
38
+ }
39
+
40
+ &__item {
41
+ cursor: pointer;
42
+ display: flex;
43
+ align-items: center;
44
+ position: relative;
45
+ }
46
+
47
+ &__item-button,
48
+ &__item-text,
49
+ &__item-icon {
50
+ padding: $xep-toolbar-spacing;
51
+ }
52
+
53
+ &__divider {
54
+ background: map-get($xep-shades, typography-3);
55
+ }
56
+
57
+ &__item-text {
58
+ text-overflow: ellipsis;
59
+ white-space: nowrap;
60
+ overflow: hidden;
61
+ }
62
+
63
+ &--horizontal {
64
+ padding: 0 $xep-toolbar-spacing;
65
+
66
+ .xep-toolbar__section {
67
+ flex-flow: row nowrap;
68
+ }
69
+
70
+ .xep-toolbar__divider {
71
+ width: $xep-toolbar-divider-thickness;
72
+ margin: ($xep-toolbar-spacing * 2) $xep-toolbar-spacing;
73
+ }
74
+ }
75
+
76
+ &--vertical {
77
+ height: 100%;
78
+ padding: $xep-toolbar-spacing 0;
79
+ flex-flow: column nowrap;
80
+
81
+ .xep-toolbar__section {
82
+ flex-flow: column nowrap;
83
+ }
84
+
85
+ .xep-toolbar__item {
86
+ display: flex;
87
+ text-align: center;
88
+ justify-content: center;
89
+ flex-direction: column;
90
+ }
91
+
92
+ .xep-toolbar__item-text {
93
+ font-size: 10px;
94
+ }
95
+
96
+ .xep-toolbar__divider {
97
+ height: $xep-toolbar-divider-thickness;
98
+ margin: $xep-toolbar-spacing ($xep-toolbar-spacing * 2);
99
+ }
100
+
101
+ .xep-toolbar__item-icon,
102
+ .xep-toolbar__item-text {
103
+ display: block;
104
+ line-height: 1;
105
+ }
106
+ }
107
+ }
@@ -1,42 +1,42 @@
1
- $xep-colors: (
2
- primary: #2284ff,
3
- success: #3adb76,
4
- warning: #ffae00,
5
- alert: #cc4b37
6
- ) !default;
7
-
8
- $xep-shades: (
9
- typography: #fefefe,
10
- typography-1: #b2b3b4,
11
- typography-2: #8d9192,
12
- typography-3: #7c8081,
13
- typography-4: #616364,
14
- background: #1b1e22,
15
- background-1: #1f2327,
16
- background-2: #282b2f,
17
- background-3: #383b3f,
18
- background-4: #44474b
19
- ) !default;
20
-
21
- $xep-surface-border: map-get($xep-shades, background-3) !default;
22
-
23
- /* ============= MDC Color ============= */
24
-
25
- $mdc-theme-primary: map-get($xep-colors, primary) !default;
26
- $mdc-theme-secondary: map-get($xep-colors, success) !default;
27
- $mdc-theme-background: map-get($xep-shades, background) !default;
28
- $mdc-theme-surface: map-get($xep-shades, background-2) !default;
29
- $mdc-theme-on-primary: map-get($xep-shades, typography) !default;
30
- $mdc-theme-on-secondary: map-get($xep-shades, typography) !default;
31
- $mdc-theme-on-surface: map-get($xep-shades, typography-1) !default;
32
-
33
- $mdc-theme-text-primary-on-light: map-get($xep-colors, primary) !default;
34
- $mdc-theme-text-primary-on-dark: map-get($xep-colors, primary) !default;
35
- $mdc-theme-text-secondary-on-dark: map-get($xep-colors, success) !default;
36
- $mdc-theme-text-secondary-on-light: map-get($xep-colors, success) !default;
37
- $mdc-theme-text-hint-on-dark: map-get($xep-shades, typography-2) !default;
38
- $mdc-theme-text-hint-on-light: map-get($xep-shades, typography-2) !default;
39
- $mdc-theme-text-disabled-on-dark: map-get($xep-shades, typography-3) !default;
40
- $mdc-theme-text-disabled-on-light: map-get($xep-shades, typography-3) !default;
41
- $mdc-theme-text-icon-on-dark: map-get($xep-shades, typography-1) !default;
42
- $mdc-theme-text-icon-on-light: map-get($xep-shades, typography-1) !default;
1
+ $xep-colors: (
2
+ primary: #2284ff,
3
+ success: #3adb76,
4
+ warning: #ffae00,
5
+ alert: #cc4b37
6
+ ) !default;
7
+
8
+ $xep-shades: (
9
+ typography: #fefefe,
10
+ typography-1: #b2b3b4,
11
+ typography-2: #8d9192,
12
+ typography-3: #7c8081,
13
+ typography-4: #616364,
14
+ background: #1b1e22,
15
+ background-1: #1f2327,
16
+ background-2: #282b2f,
17
+ background-3: #383b3f,
18
+ background-4: #44474b
19
+ ) !default;
20
+
21
+ $xep-surface-border: map-get($xep-shades, background-3) !default;
22
+
23
+ /* ============= MDC Color ============= */
24
+
25
+ $mdc-theme-primary: map-get($xep-colors, primary) !default;
26
+ $mdc-theme-secondary: map-get($xep-colors, success) !default;
27
+ $mdc-theme-background: map-get($xep-shades, background) !default;
28
+ $mdc-theme-surface: map-get($xep-shades, background-2) !default;
29
+ $mdc-theme-on-primary: map-get($xep-shades, typography) !default;
30
+ $mdc-theme-on-secondary: map-get($xep-shades, typography) !default;
31
+ $mdc-theme-on-surface: map-get($xep-shades, typography-1) !default;
32
+
33
+ $mdc-theme-text-primary-on-light: map-get($xep-colors, primary) !default;
34
+ $mdc-theme-text-primary-on-dark: map-get($xep-colors, primary) !default;
35
+ $mdc-theme-text-secondary-on-dark: map-get($xep-colors, success) !default;
36
+ $mdc-theme-text-secondary-on-light: map-get($xep-colors, success) !default;
37
+ $mdc-theme-text-hint-on-dark: map-get($xep-shades, typography-2) !default;
38
+ $mdc-theme-text-hint-on-light: map-get($xep-shades, typography-2) !default;
39
+ $mdc-theme-text-disabled-on-dark: map-get($xep-shades, typography-3) !default;
40
+ $mdc-theme-text-disabled-on-light: map-get($xep-shades, typography-3) !default;
41
+ $mdc-theme-text-icon-on-dark: map-get($xep-shades, typography-1) !default;
42
+ $mdc-theme-text-icon-on-light: map-get($xep-shades, typography-1) !default;
@@ -1,59 +1,59 @@
1
- .xep-text {
2
- &-center {
3
- text-align: center !important;
4
- }
5
-
6
- &-left {
7
- text-align: left !important;
8
- }
9
-
10
- &-right {
11
- text-align: right !important;
12
- }
13
- }
14
-
15
- .xep-flex {
16
- &-justify-center {
17
- justify-content: center !important;
18
- }
19
-
20
- &-justify-flex-end {
21
- justify-content: flex-end !important;
22
- }
23
-
24
- &-justify-flex-start {
25
- justify-content: flex-start !important;
26
- }
27
-
28
- &-align-center {
29
- align-items: center !important;
30
- }
31
-
32
- &-align-flex-end {
33
- align-items: flex-end !important;
34
- }
35
-
36
- &-align-flex-start {
37
- align-items: flex-start !important;
38
- }
39
-
40
- &-grow {
41
- flex: 1 0 auto;
42
- }
43
-
44
- &-auto {
45
- flex: 1 1 auto;
46
- }
47
-
48
- &-shrink {
49
- flex: 0 1 auto;
50
- }
51
-
52
- &-direction-row {
53
- flex-direction: row;
54
- }
55
-
56
- &-direction-column {
57
- flex-direction: column;
58
- }
59
- }
1
+ .xep-text {
2
+ &-center {
3
+ text-align: center !important;
4
+ }
5
+
6
+ &-left {
7
+ text-align: left !important;
8
+ }
9
+
10
+ &-right {
11
+ text-align: right !important;
12
+ }
13
+ }
14
+
15
+ .xep-flex {
16
+ &-justify-center {
17
+ justify-content: center !important;
18
+ }
19
+
20
+ &-justify-flex-end {
21
+ justify-content: flex-end !important;
22
+ }
23
+
24
+ &-justify-flex-start {
25
+ justify-content: flex-start !important;
26
+ }
27
+
28
+ &-align-center {
29
+ align-items: center !important;
30
+ }
31
+
32
+ &-align-flex-end {
33
+ align-items: flex-end !important;
34
+ }
35
+
36
+ &-align-flex-start {
37
+ align-items: flex-start !important;
38
+ }
39
+
40
+ &-grow {
41
+ flex: 1 0 auto;
42
+ }
43
+
44
+ &-auto {
45
+ flex: 1 1 auto;
46
+ }
47
+
48
+ &-shrink {
49
+ flex: 0 1 auto;
50
+ }
51
+
52
+ &-direction-row {
53
+ flex-direction: row;
54
+ }
55
+
56
+ &-direction-column {
57
+ flex-direction: column;
58
+ }
59
+ }
@@ -1,27 +1,27 @@
1
- @each $name, $value in $xep-colors {
2
- .xep-#{"" + $name}-color {
3
- color: $value !important;
4
- }
5
-
6
- .xep-#{"" + $name}-background {
7
- background-color: $value !important;
8
- }
9
-
10
- .xep-#{"" + $name}-border {
11
- border-color: $value !important;
12
- }
13
- }
14
-
15
- @each $name, $value in $xep-shades {
16
- .xep-#{"" + $name}-color {
17
- color: $value !important;
18
- }
19
-
20
- .xep-#{"" + $name}-background {
21
- background-color: $value !important;
22
- }
23
-
24
- .xep-#{"" + $name}-border {
25
- border-color: $value !important;
26
- }
27
- }
1
+ @each $name, $value in $xep-colors {
2
+ .xep-#{"" + $name}-color {
3
+ color: $value !important;
4
+ }
5
+
6
+ .xep-#{"" + $name}-background {
7
+ background-color: $value !important;
8
+ }
9
+
10
+ .xep-#{"" + $name}-border {
11
+ border-color: $value !important;
12
+ }
13
+ }
14
+
15
+ @each $name, $value in $xep-shades {
16
+ .xep-#{"" + $name}-color {
17
+ color: $value !important;
18
+ }
19
+
20
+ .xep-#{"" + $name}-background {
21
+ background-color: $value !important;
22
+ }
23
+
24
+ .xep-#{"" + $name}-border {
25
+ border-color: $value !important;
26
+ }
27
+ }
@@ -1,19 +1,27 @@
1
- .xep-display-block {
2
- display: block !important;
3
- }
4
-
5
- .xep-display-inline-block {
6
- display: inline-block !important;
7
- }
8
-
9
- .xep-display-inline {
10
- display: inline !important;
11
- }
12
-
13
- .xep-display-flex {
14
- display: flex !important;
15
- }
16
-
17
- .xep-display-inline-flex {
18
- display: inline-flex !important;
19
- }
1
+ .xep-display-block {
2
+ display: block !important;
3
+ }
4
+
5
+ .xep-display-inline-block {
6
+ display: inline-block !important;
7
+ }
8
+
9
+ .xep-display-inline {
10
+ display: inline !important;
11
+ }
12
+
13
+ .xep-display-flex {
14
+ display: flex !important;
15
+ }
16
+
17
+ .xep-display-inline-flex {
18
+ display: inline-flex !important;
19
+ }
20
+
21
+ .xep-width-100 {
22
+ width: 100% !important;
23
+ }
24
+
25
+ .xep-height-100 {
26
+ height: 100% !important;
27
+ }
@@ -1,7 +1,7 @@
1
- // Extra layers are creating performance issues
2
- :not(.mdc-list--non-interactive) > .mdc-list-item,
3
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item,
4
- .mdc-button {
5
- will-change: initial;
6
- contain: initial;
7
- }
1
+ // Extra layers are creating performance issues
2
+ :not(.mdc-list--non-interactive) > .mdc-list-item,
3
+ :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item,
4
+ .mdc-button {
5
+ will-change: initial;
6
+ contain: initial;
7
+ }
@@ -1,13 +1,13 @@
1
- :root {
2
- @each $name, $value in $xep-colors {
3
- --xep-#{"" + $name}-color: #{$value};
4
- }
5
-
6
- @each $name, $value in $xep-shades {
7
- --xep-#{"" + $name}-shade: #{$value};
8
- }
9
-
10
- @each $name, $value in $xep-breakpoints {
11
- --xep-#{"" + $name}-breakpoint: #{strip-unit($value)};
12
- }
13
- }
1
+ :root {
2
+ @each $name, $value in $xep-colors {
3
+ --xep-#{"" + $name}-color: #{$value};
4
+ }
5
+
6
+ @each $name, $value in $xep-shades {
7
+ --xep-#{"" + $name}-shade: #{$value};
8
+ }
9
+
10
+ @each $name, $value in $xep-breakpoints {
11
+ --xep-#{"" + $name}-breakpoint: #{strip-unit($value)};
12
+ }
13
+ }
@@ -0,0 +1,11 @@
1
+ .xep-rotate-90 {
2
+ transform: rotate(90deg);
3
+ }
4
+
5
+ .xep-rotate-180 {
6
+ transform: rotate(180deg);
7
+ }
8
+
9
+ .xep-rotate-270 {
10
+ transform: rotate(270deg);
11
+ }
@@ -1,25 +1,25 @@
1
- $xep-spacing-types: 'margin' 'padding';
2
- $xep-spacing-positions: 'top' 'bottom' 'left' 'right';
3
-
4
- $xep-spacing-amounts: (
5
- none: 0,
6
- quarter: 0.25,
7
- half: 0.5,
8
- one: 1,
9
- two: 2,
10
- three: 3
11
- );
12
-
13
- @each $type in $xep-spacing-types {
14
- @each $name, $amount in $xep-spacing-amounts {
15
- @each $position in $xep-spacing-positions {
16
- .xep-#{$type}-#{$position}-#{$name} {
17
- #{$type}-#{$position}: $xep-global-spacing * $amount !important;
18
- }
19
- }
20
-
21
- .xep-#{$type}-#{$name} {
22
- #{$type}: $xep-global-spacing * $amount !important;
23
- }
24
- }
25
- }
1
+ $xep-spacing-types: 'margin' 'padding';
2
+ $xep-spacing-positions: 'top' 'bottom' 'left' 'right';
3
+
4
+ $xep-spacing-amounts: (
5
+ none: 0,
6
+ quarter: 0.25,
7
+ half: 0.5,
8
+ one: 1,
9
+ two: 2,
10
+ three: 3
11
+ );
12
+
13
+ @each $type in $xep-spacing-types {
14
+ @each $name, $amount in $xep-spacing-amounts {
15
+ @each $position in $xep-spacing-positions {
16
+ .xep-#{$type}-#{$position}-#{$name} {
17
+ #{$type}-#{$position}: $xep-global-spacing * $amount !important;
18
+ }
19
+ }
20
+
21
+ .xep-#{$type}-#{$name} {
22
+ #{$type}: $xep-global-spacing * $amount !important;
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,5 @@
1
+ .xep-truncate {
2
+ white-space: nowrap;
3
+ overflow: hidden;
4
+ text-overflow: ellipsis;
5
+ }
@@ -1,23 +1,23 @@
1
- @each $type, $value in $xep-breakpoints {
2
- .xep-hide-for-#{$type} {
3
- @include breakpoint(#{$type}, up) {
4
- display: none !important;
5
- }
6
- }
7
-
8
- .xep-show-for-#{$type} {
9
- display: none !important;
10
-
11
- @include breakpoint(#{$type}, up) {
12
- display: inherit !important;
13
- }
14
- }
15
- }
16
-
17
- .xep-hide {
18
- display: none !important;
19
- }
20
-
21
- .xep-hidden {
22
- visibility: hidden !important;
23
- }
1
+ @each $type, $value in $xep-breakpoints {
2
+ .xep-hide-for-#{$type} {
3
+ @include breakpoint(#{$type}, up) {
4
+ display: none !important;
5
+ }
6
+ }
7
+
8
+ .xep-show-for-#{$type} {
9
+ display: none !important;
10
+
11
+ @include breakpoint(#{$type}, up) {
12
+ display: inherit !important;
13
+ }
14
+ }
15
+ }
16
+
17
+ .xep-hide {
18
+ display: none !important;
19
+ }
20
+
21
+ .xep-hidden {
22
+ visibility: hidden !important;
23
+ }