genesys-react-components 0.3.1-devengage-1574-implementing-code-fences.220 → 0.3.2-devengage-1574-implementing-code-fences.223
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/LICENSE +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.js/{index-a1accecb.js → index-c5583a01.js} +3 -3
- package/build/index.js/{index-a1accecb.js.map → index-c5583a01.js.map} +1 -1
- package/build/index.js/index.js +1 -1
- package/build/index.js/index.js.map +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 Genesys Cloud Services, Inc.
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/build/index.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export interface DxToggleProps {
|
|
|
56
56
|
onChange?: BooleanChangedCallback;
|
|
57
57
|
className?: string;
|
|
58
58
|
}
|
|
59
|
-
export
|
|
59
|
+
export type DxTextboxType = 'text' | 'textarea' | 'password' | 'email' | 'date' | 'datetime-local' | 'time' | 'integer' | 'decimal';
|
|
60
60
|
export interface DxTextboxProps {
|
|
61
61
|
initialValue?: string;
|
|
62
62
|
value?: string;
|
|
@@ -97,7 +97,7 @@ export interface DxItemGroupProps {
|
|
|
97
97
|
onItemChanged?: ItemChangedCallback;
|
|
98
98
|
onItemsChanged?: ItemGroupChangedCallback;
|
|
99
99
|
}
|
|
100
|
-
export
|
|
100
|
+
export type DxItemGroupFormat = 'checkbox' | 'radio' | 'dropdown' | 'multiselect';
|
|
101
101
|
export interface DxTabbedContentProps {
|
|
102
102
|
children: React.ReactNode;
|
|
103
103
|
initialTabId?: number;
|
|
@@ -29470,10 +29470,10 @@ refractor.register(yaml_1);
|
|
|
29470
29470
|
refractor.register(yang_1);
|
|
29471
29471
|
refractor.register(zig_1);
|
|
29472
29472
|
|
|
29473
|
-
var index = /*#__PURE__*/
|
|
29473
|
+
var index = /*#__PURE__*/_mergeNamespaces({
|
|
29474
29474
|
__proto__: null,
|
|
29475
29475
|
'default': refractor_1
|
|
29476
|
-
}, [refractor_1])
|
|
29476
|
+
}, [refractor_1]);
|
|
29477
29477
|
|
|
29478
29478
|
export { index as i };
|
|
29479
|
-
//# sourceMappingURL=index-
|
|
29479
|
+
//# sourceMappingURL=index-c5583a01.js.map
|