@aortl/admin-react 0.5.0 → 0.5.1

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.
@@ -966,7 +966,7 @@
966
966
  }
967
967
  }
968
968
  @keyframes spinner-spin {
969
- :scope to {
969
+ to {
970
970
  transform: rotate(360deg);
971
971
  }
972
972
  }
@@ -1031,10 +1031,10 @@
1031
1031
  }
1032
1032
  }
1033
1033
  @keyframes progress-indeterminate {
1034
- :scope from {
1034
+ from {
1035
1035
  background-position: 100% 0;
1036
1036
  }
1037
- :scope to {
1037
+ to {
1038
1038
  background-position: 0 0;
1039
1039
  }
1040
1040
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aortl/admin-react",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "React component library for the admin design system. Pairs with @aortl/admin-css.",
5
5
  "keywords": [
6
6
  "components",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@base-ui/react": "1.4.1",
44
44
  "clsx": "2.1.1",
45
- "@aortl/admin-css": "0.5.0"
45
+ "@aortl/admin-css": "0.5.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@testing-library/dom": "10.4.1",