@guardian/stand 0.0.13 → 0.0.14
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/index.cjs +0 -2
- package/dist/index.js +0 -1
- package/dist/types/index.d.ts +0 -4
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -17,7 +17,6 @@ var radius = require('./styleD/build/typescript/base/radius.cjs');
|
|
|
17
17
|
var colors$1 = require('./styleD/build/typescript/semantic/colors.cjs');
|
|
18
18
|
var typography$2 = require('./styleD/build/typescript/semantic/typography.cjs');
|
|
19
19
|
var sizing$1 = require('./styleD/build/typescript/semantic/sizing.cjs');
|
|
20
|
-
var reset = require('./util/reset.css.cjs');
|
|
21
20
|
|
|
22
21
|
|
|
23
22
|
|
|
@@ -38,4 +37,3 @@ exports.baseRadius = radius.baseRadius;
|
|
|
38
37
|
exports.semanticColors = colors$1.semanticColors;
|
|
39
38
|
exports.semanticTypography = typography$2.semanticTypography;
|
|
40
39
|
exports.semanticSizing = sizing$1.semanticSizing;
|
|
41
|
-
exports.GlobalResetStyles = reset;
|
package/dist/index.js
CHANGED
|
@@ -15,4 +15,3 @@ export { baseRadius } from './styleD/build/typescript/base/radius.js';
|
|
|
15
15
|
export { semanticColors } from './styleD/build/typescript/semantic/colors.js';
|
|
16
16
|
export { semanticTypography } from './styleD/build/typescript/semantic/typography.js';
|
|
17
17
|
export { semanticSizing } from './styleD/build/typescript/semantic/sizing.js';
|
|
18
|
-
export { default as GlobalResetStyles } from './util/reset.css.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -48,7 +48,3 @@ export { semanticTypography } from './styleD/build/typescript/semantic/typograph
|
|
|
48
48
|
export type { SemanticTypography } from './styleD/build/typescript/semantic/typography';
|
|
49
49
|
export { semanticSizing } from './styleD/build/typescript/semantic/sizing';
|
|
50
50
|
export type { SemanticSizing } from './styleD/build/typescript/semantic/sizing';
|
|
51
|
-
/**
|
|
52
|
-
* utils exports
|
|
53
|
-
*/
|
|
54
|
-
export { default as GlobalResetStyles } from './util/reset.css?inline';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/stand",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"//exports": "Each component has its own entry point for optimal tree-shaking. Main entry point only includes design tokens and utilities. New components/foundations should follow the same pattern.",
|
|
6
6
|
"exports": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"prosemirror-state": "1.4.3",
|
|
207
207
|
"prosemirror-view": "1.37.2",
|
|
208
208
|
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
209
|
-
"react-aria-components": "1.13.0",
|
|
209
|
+
"react-aria-components": ">= 1.13.0 <= 1.15.1",
|
|
210
210
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
|
|
211
211
|
"typescript": ">=5.0.0 <=5.9.3"
|
|
212
212
|
},
|