@epignosis_llc/gnosis 6.7.2 → 6.7.4
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/dist/cjs/index.cjs +308 -530
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/src/index.js +0 -1
- package/dist/esm/src/index.js.map +1 -1
- package/dist/types/icons/client/index.d.ts +2 -0
- package/dist/types/index.d.ts +0 -1
- package/icons/index.cjs +846 -818
- package/icons/index.js +845 -819
- package/package.json +1 -7
- package/dist/esm/src/theme/tokens.js +0 -222
- package/dist/esm/src/theme/tokens.js.map +0 -1
- package/dist/tokens/index.cjs +0 -235
- package/dist/tokens/index.cjs.map +0 -1
- package/dist/tokens/index.js +0 -222
- package/dist/tokens/index.js.map +0 -1
- package/dist/tokens/tokens.css +0 -174
- package/dist/types/theme/tokens.d.ts +0 -143
package/dist/esm/src/index.js
CHANGED
|
@@ -33,7 +33,6 @@ export { default as ToastNotification } from './components/Toast/ToastNotificati
|
|
|
33
33
|
export { default as Heading } from './components/Heading/Heading.js';
|
|
34
34
|
export { default as Text } from './components/Text/Text.js';
|
|
35
35
|
export { typeScale } from './theme/utils/typography.js';
|
|
36
|
-
export { borderRadius, breakpoints, colorBase, colors, mediaQueries, shadows, spacing, transitions, typography, zIndex } from './theme/tokens.js';
|
|
37
36
|
export { default as Label } from './components/FormElements/Label/Label.js';
|
|
38
37
|
export { default as Input } from './components/FormElements/Input/Input.js';
|
|
39
38
|
export { default as FormError } from './components/FormElements/FormError/FormError.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -197,6 +197,8 @@ export { default as PencilBrushSVG } from "./pencil-brush.svg";
|
|
|
197
197
|
export { default as SparklesSVG } from "./sparkles.svg";
|
|
198
198
|
export { default as CreditsSVG } from "./credits.svg";
|
|
199
199
|
export { default as SquareAddSVG } from "./square-add.svg";
|
|
200
|
+
export { default as SquareMinusSVG } from "./square-minus.svg";
|
|
201
|
+
export { default as LearningPathNoViewboxSVG } from "./learning-path-no-viewbox.svg";
|
|
200
202
|
export { default as ScrollIndicatorSVG } from "./scroll-indicator-icon.svg";
|
|
201
203
|
export { default as BranchesDropdownSVG } from "./BranchesDropdown.svg";
|
|
202
204
|
export { default as CircleLockSVG } from "./circle-lock.svg";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -25,7 +25,6 @@ export { default as ToastNotification } from "./components/Toast/ToastNotificati
|
|
|
25
25
|
export { default as Heading } from "./components/Heading/Heading";
|
|
26
26
|
export { default as Text } from "./components/Text/Text";
|
|
27
27
|
export { typeScale } from "./theme/utils/typography";
|
|
28
|
-
export { colorBase, colors, typography, spacing, borderRadius, shadows, breakpoints, mediaQueries, zIndex, transitions, } from "./theme/tokens";
|
|
29
28
|
export { default as Label } from "./components/FormElements/Label/Label";
|
|
30
29
|
export { default as Input } from "./components/FormElements/Input/Input";
|
|
31
30
|
export { default as FormError } from "./components/FormElements/FormError/FormError";
|