@byuhbll/components 7.3.0 → 7.3.1
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/fesm2022/byuhbll-components.mjs +29 -28
- package/fesm2022/byuhbll-components.mjs.map +1 -1
- package/index.d.ts +28 -28
- package/package.json +1 -1
|
@@ -2127,35 +2127,36 @@ const ADVANCED_SEARCH_OPTIONS = {
|
|
|
2127
2127
|
'ldsbc -- reserve': 'Reserve',
|
|
2128
2128
|
},
|
|
2129
2129
|
},
|
|
2130
|
+
// This could be refactored to be a list, but currently the multi-select component expects an object
|
|
2130
2131
|
languages: {
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2132
|
+
English: 'English',
|
|
2133
|
+
Arabic: 'Arabic',
|
|
2134
|
+
Chinese: 'Chinese',
|
|
2135
|
+
Czech: 'Czech',
|
|
2136
|
+
Danish: 'Danish',
|
|
2137
|
+
Dutch: 'Dutch',
|
|
2138
|
+
Finnish: 'Finnish',
|
|
2139
|
+
French: 'French',
|
|
2140
|
+
German: 'German',
|
|
2141
|
+
Greek: 'Greek, Modern',
|
|
2142
|
+
Hebrew: 'Hebrew',
|
|
2143
|
+
Hindi: 'Hindi',
|
|
2144
|
+
Hungarian: 'Hungarian',
|
|
2145
|
+
Icelandic: 'Icelandic',
|
|
2146
|
+
Italian: 'Italian',
|
|
2147
|
+
Japanese: 'Japanese',
|
|
2148
|
+
Korean: 'Korean',
|
|
2149
|
+
Latin: 'Latin',
|
|
2150
|
+
Norwegian: 'Norwegian',
|
|
2151
|
+
Polish: 'Polish',
|
|
2152
|
+
Portuguese: 'Portuguese',
|
|
2153
|
+
Punjabi: 'Punjabi',
|
|
2154
|
+
Romanian: 'Romanian',
|
|
2155
|
+
Russian: 'Russian',
|
|
2156
|
+
Spanish: 'Spanish',
|
|
2157
|
+
Swedish: 'Swedish',
|
|
2158
|
+
Welsh: 'Welsh',
|
|
2159
|
+
Yiddish: 'Yiddish',
|
|
2159
2160
|
},
|
|
2160
2161
|
};
|
|
2161
2162
|
const PRIMARY_BLUE = 'rgba(63, 112, 176, 1)';
|