Commit fbbc35c
feat: Add support for empty local variables (#854)
* feat Add support for empty local variables
* feat CHANGELOG udpate
* feat Working through local variable updates
* feat Working through challenges moving to empty variables in the component mixins
* feat Applying empty local variables
* feat Fix typo in band story
* feat Add some more documentation to the sass
* feat Update local function references and update toast for local vars
* feat Remove commented out variable print
* feat Update modal
* feat Update tabs
* feat Add theming to page-status
* feat Adjusting implementation on the accordion
* Simplify functions!
* feat Fix improperly escaped parens
* feat Update documentation
* feat Update documentation with best practices
* feat Revert accidental updates to variable names
* feat Clean up unnecessary interpolation
* feat Remove unnecessary interpolation from autocomplete
* feat Remove unneeded interpolation from avatar, badge, and band
* feat Cleaning up references and interpolation in band, card
* Apply suggestions from code review
* feat Fix compile error
* feat Revert doc updates, new PR opened for these
* feat Update changelog, remove doc update
* feat Working through dropdown updates
* feat Fix a find-replace error in doc for pfe-surface
* feat Rename and remove alias for set local function
* feat Abstract repo variable and local value
* feat Ensure all pfe prefixes reference repo var
* feat Replace repo variable across the project
* feat dropdown items using new syntax now
* feat Jump links still broken but bringing items together to make styling easier
* feat Add empty local variable updates to pfe-jump-links
* feat Fix band local theme ref
* feat Remove change to jump links template
* Remove dupe from changelog
* feat Use the pfe-print-local tool in accordion
* feat Apply updated format to pfe-cta
* feat Update modal
* feat Adjust navigation and select components for new empty loca vars
* feat Add context to broadcasted output
* feat Clean up empty map
* feat git checkout origin/master -- elements/**/package-lock.json
* feat Pull out package-lock updates
* feat Adjust maxWidth on cta
* feat Fix self-referencing broadcast variables
* Update elements/pfe-sass/functions/_custom-properties.scss
Co-authored-by: Kendall Totten <[email protected]>
* feat Remove interpolation from pfe-toast and revert variablizing --pfe on custom props
* feat Update generator notes and docs; add backwards support in avatar
* feat Add comments to self-referential maps
* feat Navigation item, remove interpolation and commented out code
* feat Update a few merges to deep merge with LOCAL-VARIABLES maps; add comments
* feat Move new maps to shared assets file for readability
* feat Backwards compatibility for pfe-dropdown
* feat Fallback for pfe-dropdown property naming
* feat Additional fallback styles for variable naming
* feat Align pfe-health-index with design variables
* feat Update variable use in pfe-health-index
* feat Add TODO notes
* feat Setting up accordion for future updates to allow for empty local vars
* remove repo find/replace in comments
Co-authored-by: Kendall Totten <[email protected]>
* feat Fix issue with earth variant hover tabs
* Remove prefix interpolation from comment string
Co-authored-by: Kendall Totten <[email protected]>
* feat Resolve some code review feedback
* feat Fix the accordion disclosure issue noted in code review
Co-authored-by: Kendall Totten <[email protected]>1 parent f347423 commit fbbc35c
File tree
55 files changed
+2222
-2143
lines changed- elements
- pfe-accordion/src
- pfe-autocomplete/src
- pfe-avatar/src
- pfe-badge/src
- pfe-band
- demo
- src
- pfe-card/src
- pfe-cta
- demo
- src
- pfe-dropdown/src
- pfe-health-index
- demo
- src
- pfe-icon/src
- pfe-jump-links
- src
- pfe-markdown/src
- pfe-modal/src
- pfe-page-status/src
- pfe-sass
- extends
- functions
- mixins
- variables
- pfe-select/src
- pfe-styles/src
- layouts
- pfe-tabs/src
- pfe-toast/src
- generators/element/templates
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+2222
-2143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 14 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 15 | + | |
| 16 | + | |
26 | 17 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 55 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 56 | + | |
| 57 | + | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
67 | 61 | | |
68 | | - | |
69 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
79 | | - | |
| 76 | + | |
80 | 77 | | |
81 | 78 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
85 | 82 | | |
86 | 83 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 84 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 85 | + | |
105 | 86 | | |
106 | | - | |
| 87 | + | |
107 | 88 | | |
108 | 89 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 90 | | |
120 | 91 | | |
121 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
122 | 96 | | |
123 | 97 | | |
124 | 98 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | | - | |
| 46 | + | |
| 47 | + | |
38 | 48 | | |
39 | 49 | | |
40 | 50 | | |
41 | 51 | | |
42 | | - | |
43 | | - | |
| 52 | + | |
| 53 | + | |
44 | 54 | | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
50 | | - | |
| 60 | + | |
| 61 | + | |
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | 5 | | |
9 | | - | |
10 | | - | |
| 6 | + | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
0 commit comments