@fastwork/xosmoz-theme 0.72.7 → 0.72.8

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.
Binary file
@@ -1944,32 +1944,6 @@
1944
1944
  "hex": "#FFFFFF"
1945
1945
  }
1946
1946
  }
1947
- },
1948
- "fastworkMilestone": {
1949
- "$type": "color",
1950
- "$value": {
1951
- "colorSpace": "srgb",
1952
- "components": [
1953
- 0.847059,
1954
- 0.647059,
1955
- 0.078431
1956
- ],
1957
- "alpha": 1,
1958
- "hex": "#D8A514"
1959
- }
1960
- },
1961
- "fastworkStar": {
1962
- "$type": "color",
1963
- "$value": {
1964
- "colorSpace": "srgb",
1965
- "components": [
1966
- 0.909804,
1967
- 0.694118,
1968
- 0.047059
1969
- ],
1970
- "alpha": 1,
1971
- "hex": "#E8B10C"
1972
- }
1973
1947
  }
1974
1948
  },
1975
1949
  "palette": {
@@ -2076,6 +2050,32 @@
2076
2050
  "alpha": 1,
2077
2051
  "hex": "#00CAE7"
2078
2052
  }
2053
+ },
2054
+ "fastworkStar": {
2055
+ "$type": "color",
2056
+ "$value": {
2057
+ "colorSpace": "srgb",
2058
+ "components": [
2059
+ 0.909804,
2060
+ 0.694118,
2061
+ 0.047059
2062
+ ],
2063
+ "alpha": 1,
2064
+ "hex": "#E8B10C"
2065
+ }
2066
+ },
2067
+ "fastworkMilestone": {
2068
+ "$type": "color",
2069
+ "$value": {
2070
+ "colorSpace": "srgb",
2071
+ "components": [
2072
+ 0.847059,
2073
+ 0.647059,
2074
+ 0.078431
2075
+ ],
2076
+ "alpha": 1,
2077
+ "hex": "#D8A514"
2078
+ }
2079
2079
  }
2080
2080
  },
2081
2081
  "gradient": {
@@ -1944,32 +1944,6 @@
1944
1944
  "hex": "#FFFFFF"
1945
1945
  }
1946
1946
  }
1947
- },
1948
- "fastworkMilestone": {
1949
- "$type": "color",
1950
- "$value": {
1951
- "colorSpace": "srgb",
1952
- "components": [
1953
- 0.847059,
1954
- 0.647059,
1955
- 0.078431
1956
- ],
1957
- "alpha": 1,
1958
- "hex": "#D8A514"
1959
- }
1960
- },
1961
- "fastworkStar": {
1962
- "$type": "color",
1963
- "$value": {
1964
- "colorSpace": "srgb",
1965
- "components": [
1966
- 0.909804,
1967
- 0.694118,
1968
- 0.047059
1969
- ],
1970
- "alpha": 1,
1971
- "hex": "#E8B10C"
1972
- }
1973
1947
  }
1974
1948
  },
1975
1949
  "palette": {
@@ -2076,6 +2050,32 @@
2076
2050
  "alpha": 1,
2077
2051
  "hex": "#00CAE7"
2078
2052
  }
2053
+ },
2054
+ "fastworkStar": {
2055
+ "$type": "color",
2056
+ "$value": {
2057
+ "colorSpace": "srgb",
2058
+ "components": [
2059
+ 0.909804,
2060
+ 0.694118,
2061
+ 0.047059
2062
+ ],
2063
+ "alpha": 1,
2064
+ "hex": "#E8B10C"
2065
+ }
2066
+ },
2067
+ "fastworkMilestone": {
2068
+ "$type": "color",
2069
+ "$value": {
2070
+ "colorSpace": "srgb",
2071
+ "components": [
2072
+ 0.847059,
2073
+ 0.647059,
2074
+ 0.078431
2075
+ ],
2076
+ "alpha": 1,
2077
+ "hex": "#D8A514"
2078
+ }
2079
2079
  }
2080
2080
  },
2081
2081
  "gradient": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-theme",
3
- "version": "0.72.7",
3
+ "version": "0.72.8",
4
4
  "description": "Xosmoz Theme - Design tokens and theming system for Xosmoz",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",