File tree Expand file tree Collapse file tree 11 files changed +39
-39
lines changed Expand file tree Collapse file tree 11 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): deep-objects-merge .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): deepObjectsMerge .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): get-color .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): getColor .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
8
- import getStyle from './get-style '
8
+ import getStyle from './getStyle '
9
9
10
10
const getColor = ( rawProperty : string , element = document . body ) => {
11
11
const property = `--${ rawProperty } `
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): get-style .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): getStyle .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): hex-to-rgb .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): hexToRgb .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): hex-to-rgba .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): hexToRgba .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
3
* CoreUI (__COREUI_VERSION__): index.ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
8
- import deepObjectsMerge from './deep-objects-merge '
9
- import getColor from './get-color '
10
- import getStyle from './get-style '
11
- import hexToRgb from './hex-to-rgb '
12
- import hexToRgba from './hex-to-rgba '
13
- import makeUid from './make-uid '
14
- import omitByKeys from './omit-by-keys '
15
- import pickByKeys from './pick-by-keys '
16
- import rgbToHex from './rgb-to-hex '
8
+ import deepObjectsMerge from './deepObjectsMerge '
9
+ import getColor from './getColor '
10
+ import getStyle from './getStyle '
11
+ import hexToRgb from './hexToRgb '
12
+ import hexToRgba from './hexToRgba '
13
+ import makeUid from './makeUid '
14
+ import omitByKeys from './omitByKeys '
15
+ import pickByKeys from './pickByKeys '
16
+ import rgbToHex from './rgbToHex '
17
17
18
18
export {
19
19
deepObjectsMerge ,
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): index.umd.ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): index.umd.ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
8
- import deepObjectsMerge from './deep-objects-merge '
9
- import getColor from './get-color '
10
- import getStyle from './get-style '
11
- import hexToRgb from './hex-to-rgb '
12
- import hexToRgba from './hex-to-rgba '
13
- import makeUid from './make-uid '
14
- import pickByKeys from './pick-by-keys '
15
- import rgbToHex from './rgb-to-hex '
8
+ import deepObjectsMerge from './deepObjectsMerge '
9
+ import getColor from './getColor '
10
+ import getStyle from './getStyle '
11
+ import hexToRgb from './hexToRgb '
12
+ import hexToRgba from './hexToRgba '
13
+ import makeUid from './makeUid '
14
+ import pickByKeys from './pickByKeys '
15
+ import rgbToHex from './rgbToHex '
16
16
17
17
export default {
18
18
deepObjectsMerge,
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): make-uid .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): makeUid .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): omit-by-keys .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): omitByKeys .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (__COREUI_VERSION__): pick-by-keys .ts
4
- * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/master /LICENSE)
3
+ * CoreUI Utils (__COREUI_VERSION__): pickByKeys .ts
4
+ * Licensed under MIT (https://github.com/coreui/coreui-utils/blob/main /LICENSE)
5
5
* --------------------------------------------------------------------------
6
6
*/
7
7
You can’t perform that action at this time.
0 commit comments