@arc-ui/tokens-arc 12.0.0-beta.21 → 12.0.0-beta.22

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Jul 2025 07:43:07 GMT
3
+ * Generated on Fri, 15 Aug 2025 18:14:58 GMT
4
4
  */
5
5
 
6
6
  @custom-media --arc-custom-media-min-width-xs-px (min-width: 320px);
package/dist/index.cjs.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * Do not edit directly
5
- * Generated on Fri, 25 Jul 2025 07:43:07 GMT
5
+ * Generated on Fri, 15 Aug 2025 18:14:58 GMT
6
6
  */
7
7
  var ArcSizeBreakpointsXs = "320px";
8
8
  var ArcSizeBreakpointsS = "636px";
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Jul 2025 07:43:07 GMT
3
+ * Generated on Fri, 15 Aug 2025 18:14:58 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Jul 2025 07:43:07 GMT
3
+ * Generated on Fri, 15 Aug 2025 18:14:58 GMT
4
4
  */
5
5
  var ArcSizeBreakpointsXs = "320px";
6
6
  var ArcSizeBreakpointsS = "636px";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 25 Jul 2025 07:43:07 GMT
3
+ // Generated on Fri, 15 Aug 2025 18:14:58 GMT
4
4
 
5
5
  $arc-size-breakpoints-xs: 320px;
6
6
  $arc-size-breakpoints-s: 636px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 25 Jul 2025 07:43:07 GMT
3
+ * Generated on Fri, 15 Aug 2025 18:14:58 GMT
4
4
  */
5
5
  export declare const ArcSizeBreakpointsXs = "320px";
6
6
  export declare const ArcSizeBreakpointsS = "636px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arc-ui/tokens-arc",
3
- "version": "12.0.0-beta.21",
3
+ "version": "12.0.0-beta.22",
4
4
  "homepage": "https://ui.digital-ent-int.bt.com",
5
5
  "author": "BT Business Digital UI Team <ui-digital-ent-int@bt.com>",
6
6
  "type": "module",
@@ -26,8 +26,8 @@
26
26
  "rollup-plugin-postcss": "^4.0.0",
27
27
  "style-dictionary": "^3.0.0",
28
28
  "typescript": "5.6.3",
29
- "@arc-ui/eslint-config": "^12.0.0-beta.21",
30
- "@arc-ui/typescript-config": "^12.0.0-beta.21"
29
+ "@arc-ui/eslint-config": "^12.0.0-beta.22",
30
+ "@arc-ui/typescript-config": "^12.0.0-beta.22"
31
31
  },
32
32
  "scripts": {
33
33
  "lint:ts": "eslint .",